Skip to content

Commit 4583e6b

Browse files
committed
reformat
1 parent 336cc7d commit 4583e6b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

jmx-metrics/src/integrationTest/java/io/opentelemetry/contrib/jmxmetrics/target_systems/SolrIntegrationTest.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,10 @@ void endToEnd() {
8484
metric, "solr.cache.hit.count", "The number of hits for a cache.", "{hit}"),
8585
metric ->
8686
assertSolrCacheSumMetric(
87-
metric,
88-
"solr.cache.insert.count",
89-
"The number of inserts to a cache.",
90-
"{insert}"),
87+
metric, "solr.cache.insert.count", "The number of inserts to a cache.", "{insert}"),
9188
metric ->
9289
assertSolrCacheSumMetric(
93-
metric,
94-
"solr.cache.lookup.count",
95-
"The number of lookups to a cache.",
96-
"{lookup}"),
90+
metric, "solr.cache.lookup.count", "The number of lookups to a cache.", "{lookup}"),
9791
metric ->
9892
assertSolrCacheSumMetric(
9993
metric, "solr.cache.size", "The size of the cache occupied in memory.", "By"));

0 commit comments

Comments
 (0)