mlbiscoc opened a new pull request, #3619: URL: https://github.com/apache/solr/pull/3619
https://issues.apache.org/jira/browse/SOLR-17806 Migrate SolrFieldCacheBean metrics to OTEL ``` # HELP solr_field_cache_entries Number of field cache entries # TYPE solr_field_cache_entries gauge solr_field_cache_entries{category="CACHE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"} 0.0 solr_field_cache_entries{category="CACHE",otel_scope_name="org.apache.solr"} 0.0 # HELP solr_field_cache_size_bytes Size of field cache in bytes # TYPE solr_field_cache_size_bytes gauge solr_field_cache_size_bytes{category="CACHE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"} 0.0 solr_field_cache_size_bytes{category="CACHE",otel_scope_name="org.apache.solr"} 0.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
