mlbiscoc opened a new pull request, #3430:
URL: https://github.com/apache/solr/pull/3430

   https://issues.apache.org/jira/browse/SOLR-17806
   
   Migrate SolrCore metrics and remove Dropwizard initializations.
   
   ```
   # HELP solr_core_disk_space_bytes Solr core disk space metrics
   # TYPE solr_core_disk_space_bytes gauge
   
solr_core_disk_space_bytes{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="total_space"}
 4.94384795648E11
   
solr_core_disk_space_bytes{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="usable_space"}
 1.514473472E11
   # HELP solr_core_index_size_bytes Index size for a Solr core
   # TYPE solr_core_index_size_bytes gauge
   
solr_core_index_size_bytes{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 69.0
   # HELP solr_core_is_leader Indicates whether this Solr core is currently the 
leader
   # TYPE solr_core_is_leader gauge
   
solr_core_is_leader{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 1.0
   # HELP solr_core_max_reached_searcher_total Total number of maximum number 
of concurrent warming searchers reached
   # TYPE solr_core_max_reached_searcher_total counter
   
solr_core_max_reached_searcher_total{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 1.0
   # HELP solr_core_new_searcher_total Total number of new searchers opened
   # TYPE solr_core_new_searcher_total counter
   
solr_core_new_searcher_total{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 2.0
   # HELP solr_core_ref_count The current number of active references to a Solr 
core
   # TYPE solr_core_ref_count gauge
   
solr_core_ref_count{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 1.0
   # HELP solr_core_searcher_errors_total Total number of searcher errors 
getting searchers
   # TYPE solr_core_searcher_errors_total counter
   
solr_core_searcher_errors_total{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 1.0
   # HELP solr_core_segment_count Number of segments in a Solr core
   # TYPE solr_core_segment_count gauge
   
solr_core_segment_count{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1"}
 0.0
   # HELP solr_core_start_time Start time of a Solr core
   # TYPE solr_core_start_time gauge
   
solr_core_start_time{category="CORE",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="start_time"}
 1.752786376479E12
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="0.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="5.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="10.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="25.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="50.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="75.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="100.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="250.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="500.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="750.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="1000.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="2500.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="5000.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="7500.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="10000.0"}
 2
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new",le="+Inf"}
 2
   
solr_searcher_timer_milliseconds_count{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new"}
 2
   
solr_searcher_timer_milliseconds_sum{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="new"}
 40.0
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="0.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="5.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="10.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="25.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="50.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="75.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="100.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="250.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="500.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="750.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="1000.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="2500.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="5000.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="7500.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="10000.0"}
 1
   
solr_searcher_timer_milliseconds_bucket{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup",le="+Inf"}
 1
   
solr_searcher_timer_milliseconds_count{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup"}
 1
   
solr_searcher_timer_milliseconds_sum{category="SEARCHER",collection="gettingstarted",core="gettingstarted_shard1_replica_n1",otel_scope_name="org.apache.solr",shard="shard1",type="warmup"}
 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]

Reply via email to