mlbiscoc opened a new pull request, #3417: URL: https://github.com/apache/solr/pull/3417
https://issues.apache.org/jira/browse/SOLR-17806 Migrate DirectUpdateHandler2 metrics and remove Dropwizard initializations. ``` # HELP solr_metrics_core_update_auto_commits_total Total number of auto commits # TYPE solr_metrics_core_update_auto_commits_total counter solr_metrics_core_update_auto_commits_total{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1",type="auto_commits"} 0.0 solr_metrics_core_update_auto_commits_total{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1",type="soft_auto_commits"} 0.0 # HELP solr_metrics_core_update_commit_stats Metrics around commits # TYPE solr_metrics_core_update_commit_stats gauge solr_metrics_core_update_commit_stats{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1",type="auto_commit_max_time"} 15000.0 solr_metrics_core_update_commit_stats{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1",type="soft_auto_commit_max_time"} 3000.0 # HELP solr_metrics_core_update_errors_total Total number of update errors # TYPE solr_metrics_core_update_errors_total counter solr_metrics_core_update_errors_total{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 # HELP solr_metrics_core_update_maintenance_operations_total Total number of maintenance operations # TYPE solr_metrics_core_update_maintenance_operations_total counter solr_metrics_core_update_maintenance_operations_total{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="rollback",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_maintenance_operations_total{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="split",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 # HELP solr_metrics_core_update_operations_cumulative Cumulative number of update commands processed. Metric can go down from rollback command # TYPE solr_metrics_core_update_operations_cumulative gauge solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="adds",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="commits",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="deletes_by_id",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="deletes_by_query",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="expunge_deletes",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="merges",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_operations_cumulative{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="optimize",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 # HELP solr_metrics_core_update_pending_operations Operations pending commit. Values get reset after commit # TYPE solr_metrics_core_update_pending_operations gauge solr_metrics_core_update_pending_operations{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="adds",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_pending_operations{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="deletes_by_id",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_pending_operations{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="deletes_by_query",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 0.0 solr_metrics_core_update_pending_operations{category="UPDATE",collection="demo",core="demo_shard1_replica_n1",operation="docs_pending",otel_scope_name="org.apache.solr",replica="replica_n1",shard="shard1"} 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]
