We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49729b3 commit d55d9e4Copy full SHA for d55d9e4
jmx-metrics/src/main/resources/target-systems/solr.groovy
@@ -78,4 +78,4 @@ otel.instrument(beanSolrCoreQueryResultsCache, "solr.cache.lookup.count", "The n
78
otel.instrument(beanSolrCoreQueryResultsCache, "solr.cache.size", "The size of the cache occupied in memory.", "by",
79
["core" : { mbean -> mbean.name().getKeyProperty("dom2") },
80
"cache" : { mbean -> mbean.name().getKeyProperty("scope") }],
81
- "size", otel.&longUpDownCounterCallback)
+ "ramBytesUsed", otel.&longUpDownCounterCallback)
0 commit comments