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

Query insights exporters implementation #12982

Merged
merged 6 commits into from
Jun 6, 2024

Refactor debugExporter into singleton

d546d0d
Select commit
Loading
Failed to load commit list.
Merged

Query insights exporters implementation #12982

Refactor debugExporter into singleton
d546d0d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 6, 2024 in 0s

66.91% of diff hit (target 71.42%)

View this Pull Request on Codecov

66.91% of diff hit (target 71.42%)

Annotations

Check warning on line 90 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java#L90

Added line #L90 was not covered by tests

Check warning on line 95 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 98 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/LocalIndexExporter.java#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 79 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java#L79

Added line #L79 was not covered by tests

Check warning on line 84 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java#L84

Added line #L84 was not covered by tests

Check warning on line 86 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java#L86

Added line #L86 was not covered by tests

Check warning on line 141 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/QueryInsightsExporterFactory.java#L137-L141

Added lines #L137 - L141 were not covered by tests

Check warning on line 62 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/SinkType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/SinkType.java#L62

Added line #L62 was not covered by tests

Check warning on line 64 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/SinkType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/exporter/SinkType.java#L64

Added line #L64 was not covered by tests

Check warning on line 92 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/QueryInsightsService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/QueryInsightsService.java#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 219 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L219

Added line #L219 was not covered by tests

Check warning on line 221 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L221

Added line #L221 was not covered by tests

Check warning on line 223 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L223

Added line #L223 was not covered by tests

Check warning on line 233 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L227-L233

Added lines #L227 - L233 were not covered by tests

Check warning on line 236 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L236

Added line #L236 was not covered by tests

Check warning on line 243 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L239-L243

Added lines #L239 - L243 were not covered by tests

Check warning on line 245 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L245

Added line #L245 was not covered by tests

Check warning on line 254 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 343 in plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/query-insights/src/main/java/org/opensearch/plugin/insights/core/service/TopQueriesService.java#L343

Added line #L343 was not covered by tests