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

URI path filtering support in cluster stats API #15938

Merge branch 'main' into cluster_stats_uri_path_filtering

f596268
Select commit
Loading
Failed to load commit list.
Merged

URI path filtering support in cluster stats API #15938

Merge branch 'main' into cluster_stats_uri_path_filtering
f596268
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 22, 2024 in 1s

64.68% of diff hit (target 71.95%)

View this Pull Request on Codecov

64.68% of diff hit (target 71.95%)

Annotations

Check warning on line 227 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L227

Added line #L227 was not covered by tests

Check warning on line 230 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L230

Added line #L230 was not covered by tests

Check warning on line 233 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L233

Added line #L233 was not covered by tests

Check warning on line 236 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L236

Added line #L236 was not covered by tests

Check warning on line 239 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L239

Added line #L239 was not covered by tests

Check warning on line 242 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L242

Added line #L242 was not covered by tests

Check warning on line 245 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsIndices.java#L245

Added line #L245 was not covered by tests

Check warning on line 208 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L206-L208

Added lines #L206 - L208 were not covered by tests

Check warning on line 214 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L212-L214

Added lines #L212 - L214 were not covered by tests

Check warning on line 220 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L218-L220

Added lines #L218 - L220 were not covered by tests

Check warning on line 225 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 229 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L229

Added line #L229 was not covered by tests

Check warning on line 233 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L231-L233

Added lines #L231 - L233 were not covered by tests

Check warning on line 239 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L237-L239

Added lines #L237 - L239 were not covered by tests

Check warning on line 243 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L243

Added line #L243 was not covered by tests

Check warning on line 247 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L247

Added line #L247 was not covered by tests

Check warning on line 251 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsNodes.java#L251

Added line #L251 was not covered by tests

Check warning on line 67 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java#L67

Added line #L67 was not covered by tests

Check warning on line 73 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java#L73

Added line #L73 was not covered by tests

Check warning on line 143 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 148 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequest.java#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 66 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 71 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 161 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsResponse.java#L160-L161

Added lines #L160 - L161 were not covered by tests