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

[Backport 2.9] [Backport 2.x] Implemented support for configuring a cluster metrics monitor to call cat/indices, and cat/shards. #992 #1011

Merged
merged 1 commit into from
Jul 12, 2023

[Backport 2.x] Implemented support for configuring a cluster metrics …

0971bfc
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.9] [Backport 2.x] Implemented support for configuring a cluster metrics monitor to call cat/indices, and cat/shards. #992 #1011

[Backport 2.x] Implemented support for configuring a cluster metrics …
0971bfc
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Jul 12, 2023 in 1s

56.67% of diff hit (target 74.14%)

View this Pull Request on Codecov

56.67% of diff hit (target 74.14%)

Annotations

Check warning on line 100 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt#L100

Added line #L100 was not covered by tests

Check warning on line 145 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt#L144-L145

Added lines #L144 - L145 were not covered by tests

Check warning on line 856 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatIndicesHelpers.kt#L720-L856

Added lines #L720 - L856 were not covered by tests

Check warning on line 90 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L90

Added line #L90 was not covered by tests

Check warning on line 108 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L108

Added line #L108 was not covered by tests

Check warning on line 203 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L198-L203

Added lines #L198 - L203 were not covered by tests

Check warning on line 216 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L213-L216

Added lines #L213 - L216 were not covered by tests

Check warning on line 219 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 225 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 492 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/CatShardsHelpers.kt#L431-L492

Added lines #L431 - L492 were not covered by tests

Check warning on line 61 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L61

Added line #L61 was not covered by tests

Check warning on line 63 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L63

Added line #L63 was not covered by tests

Check warning on line 73 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L73

Added line #L73 was not covered by tests

Check warning on line 75 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L75

Added line #L75 was not covered by tests

Check warning on line 81 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 87 in alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

alerting/src/main/kotlin/org/opensearch/alerting/util/clusterMetricsMonitorHelpers/SupportedClusterMetricsSettingsExtensions.kt#L87

Added line #L87 was not covered by tests