Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the listener for resource utilization metrics #687

Merged
merged 8 commits into from
Jul 23, 2024

Fixes the failing test

6899623
Select commit
Loading
Failed to load commit list.
Merged

Adds the listener for resource utilization metrics #687

Fixes the failing test
6899623
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 23, 2024 in 1s

72.54% of diff hit (target 70.88%)

View this Pull Request on Codecov

72.54% of diff hit (target 70.88%)

Annotations

Check warning on line 307 in src/main/java/org/opensearch/performanceanalyzer/PerformanceAnalyzerPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/PerformanceAnalyzerPlugin.java#L307

Added line #L307 was not covered by tests

Check warning on line 310 in src/main/java/org/opensearch/performanceanalyzer/PerformanceAnalyzerPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/PerformanceAnalyzerPlugin.java#L310

Added line #L310 was not covered by tests

Check warning on line 393 in src/main/java/org/opensearch/performanceanalyzer/config/PerformanceAnalyzerController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/config/PerformanceAnalyzerController.java#L393

Added line #L393 was not covered by tests

Check warning on line 69 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 82 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 116 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L111-L116

Added lines #L111 - L116 were not covered by tests

Check warning on line 126 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L121-L126

Added lines #L121 - L126 were not covered by tests

Check warning on line 136 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L131-L136

Added lines #L131 - L136 were not covered by tests

Check warning on line 146 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L141-L146

Added lines #L141 - L146 were not covered by tests

Check warning on line 156 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L151-L156

Added lines #L151 - L156 were not covered by tests

Check warning on line 166 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L161-L166

Added lines #L161 - L166 were not covered by tests

Check warning on line 308 in src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java#L307-L308

Added lines #L307 - L308 were not covered by tests

Check warning on line 32 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportInterceptor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportInterceptor.java#L32

Added line #L32 was not covered by tests

Check warning on line 57 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L57

Added line #L57 was not covered by tests

Check warning on line 75 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L75

Added line #L75 was not covered by tests

Check warning on line 96 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L96

Added line #L96 was not covered by tests

Check warning on line 98 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L98

Added line #L98 was not covered by tests

Check warning on line 104 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L104

Added line #L104 was not covered by tests

Check warning on line 114 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L114

Added line #L114 was not covered by tests

Check warning on line 117 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 119 in src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java#L119

Added line #L119 was not covered by tests