Matthew Biscocho created SOLR-17806: ---------------------------------------
Summary: Migrate Dropwizard metric initializations to OTEL instruments Key: SOLR-17806 URL: https://issues.apache.org/jira/browse/SOLR-17806 Project: Solr Issue Type: Sub-task Components: metrics Reporter: Matthew Biscocho This subtask is to track migrations of Dropwizard instruments to OTEL. Many places that initialize these metrics implement SolrMetricProducer. Doing this usually involves finding the initialization of these metric, remove Dropwizard and replace with the OTEL equivalent instruments using an one of the OTEL attributed metric wrappers. >From dropwizard to OTEL: Gauge -> Gauge Counter -> Counter Histogram -> Histogram Meter -> Counter (May also need Histogram or gauges for rates) Timer -> Histogram (Use AttributedLongTimer) -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org