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

   https://issues.apache.org/jira/browse/SOLR-17806
   
   Migrate PeerSync and PeerSycWithLeader metrics and remove Dropwizard 
initializations.
   
   ```
   # TYPE solr_core_leader_sync_errors_total counter
   
solr_core_leader_sync_errors_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n2",otel_scope_name="org.apache.solr",replica="replica_n2",shard="shard1"}
 2.0
   
solr_core_leader_sync_errors_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard2_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard2"}
 2.0
   # HELP solr_core_leader_sync_skipped_total Total number of skipped syncs 
with leader
   # TYPE solr_core_leader_sync_skipped_total counter
   
solr_core_leader_sync_skipped_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n2",otel_scope_name="org.apache.solr",replica="replica_n2",shard="shard1"}
 1.0
   
solr_core_leader_sync_skipped_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard2_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard2"}
 1.0
   # HELP solr_core_leader_sync_time_milliseconds leader sync times
   # TYPE solr_core_leader_sync_time_milliseconds histogram
   
solr_core_leader_sync_time_milliseconds_bucket{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n2",otel_scope_name="org.apache.solr",replica="replica_n2",shard="shard1",le="0.0"}
 1
   # TYPE solr_core_peer_sync_errors_total counter
   
solr_core_peer_sync_errors_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n4",otel_scope_name="org.apache.solr",replica="replica_n4",shard="shard1"}
 2.0
   
solr_core_peer_sync_errors_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard2_replica_n6",otel_scope_name="org.apache.solr",replica="replica_n6",shard="shard2"}
 2.0
   # HELP solr_core_peer_sync_skipped_total Total number of skipped syncs with 
peer
   # TYPE solr_core_peer_sync_skipped_total counter
   
solr_core_peer_sync_skipped_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n4",otel_scope_name="org.apache.solr",replica="replica_n4",shard="shard1"}
 1.0
   
solr_core_peer_sync_skipped_total{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard2_replica_n6",otel_scope_name="org.apache.solr",replica="replica_n6",shard="shard2"}
 1.0
   # HELP solr_core_peer_sync_time_milliseconds Peer sync times
   # TYPE solr_core_peer_sync_time_milliseconds histogram
   
solr_core_peer_sync_time_milliseconds_bucket{category="REPLICATION",collection="gettingstarted",core="gettingstarted_shard1_replica_n4",otel_scope_name="org.apache.solr",replica="replica_n4",shard="shard1",le="0.0"}
 1
   ```


-- 
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