[
https://issues.apache.org/jira/browse/SOLR-17806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029841#comment-18029841
]
ASF subversion and git services commented on SOLR-17806:
--------------------------------------------------------
Commit 1bb61d17e949e51847801d81b3403b9b25a9bb22 in solr's branch
refs/heads/main from Adam Quigley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=1bb61d17e94 ]
SOLR-17806: Migrate AuditLoggerPlugin to OTEL (#3665)
* SOLR-17806: Migrate AuditLoggerPlugin to OTEL
* Address PR comment on InterruptedException in test
* Fix AuditLoggerPlugin description for solr_auditlogger_request_times metric
* Register Nanosecond Histogram view in SolrMetricManager
* Run gradlew tidy
* Refactor plugin_name as a shared metric category attribute
* Address part of PR feedback
* Improve description for solr_auditlogger_lost OTEL metric
* Add TODO note about making histogram buckets configurable
* Use synchronous gauge for solr_auditlogger_async_enabled metric
* Run gradlew tidy
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: main (10.0)
>
> Time Spent: 34h
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]