Skip to content

Commit

Permalink
./gradlew tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
patsonluk committed Jan 3, 2025
1 parent 776fcbc commit ef4cb68
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,10 @@ static class AggregateMetricsApiCaller extends MetricsByPrefixApiCaller {
*/

AggregateMetricsApiCaller() {
super("solr.node", buildPrefix(), Arrays.stream(CoreMetric.values())
super(
"solr.node",
buildPrefix(),
Arrays.stream(CoreMetric.values())
.filter(m -> m.property != null)
.map(m -> m.property)
.distinct()
Expand Down

0 comments on commit ef4cb68

Please sign in to comment.