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

   https://issues.apache.org/jira/browse/SOLR-17806
   
   Migrate ZkContainer metrics and remove Dropwizard initializations.
   
   ```
   # HELP solr_zk_bytes_read_bytes_total Total bytes read from ZooKeeper
   # TYPE solr_zk_bytes_read_bytes_total counter
   
solr_zk_bytes_read_bytes_total{category="CONTAINER",otel_scope_name="org.apache.solr"}
 463403.0
   # HELP solr_zk_bytes_written_bytes_total Total bytes written to ZooKeeper
   # TYPE solr_zk_bytes_written_bytes_total counter
   solr_zk_bytes_written_bytes_total{otel_scope_name="org.apache.solr"} 941.0
   # HELP solr_zk_child_fetches_total Total number of ZooKeeper child node 
fetches
   # TYPE solr_zk_child_fetches_total counter
   solr_zk_child_fetches_total{otel_scope_name="org.apache.solr"} 19.0
   # HELP solr_zk_cumulative_children_fetched_total Total cumulative children 
fetched count
   # TYPE solr_zk_cumulative_children_fetched_total counter
   solr_zk_cumulative_children_fetched_total{otel_scope_name="org.apache.solr"} 
10.0
   # HELP solr_zk_cumulative_multi_ops_total Total cumulative multi-operations 
count
   # TYPE solr_zk_cumulative_multi_ops_total counter
   solr_zk_cumulative_multi_ops_total{otel_scope_name="org.apache.solr"} 8.0
   # HELP solr_zk_ops_total Total number of ZooKeeper operations
   # TYPE solr_zk_ops_total counter
   
solr_zk_ops_total{category="CONTAINER",ops="delete",otel_scope_name="org.apache.solr"}
 0.0
   
solr_zk_ops_total{category="CONTAINER",ops="exists",otel_scope_name="org.apache.solr"}
 219.0
   
solr_zk_ops_total{category="CONTAINER",ops="multi",otel_scope_name="org.apache.solr"}
 3.0
   
solr_zk_ops_total{category="CONTAINER",ops="read",otel_scope_name="org.apache.solr"}
 232.0
   
solr_zk_ops_total{category="CONTAINER",ops="write",otel_scope_name="org.apache.solr"}
 5.0
   # HELP solr_zk_watches_fired_total Total number of ZooKeeper watches fired
   # TYPE solr_zk_watches_fired_total counter
   
solr_zk_watches_fired_total{category="CONTAINER",otel_scope_name="org.apache.solr"}
 5.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