[
https://issues.apache.org/jira/browse/SOLR-17806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029847#comment-18029847
]
ASF subversion and git services commented on SOLR-17806:
--------------------------------------------------------
Commit 8cb654b73717c0c81aa3472202a328ebfbc08824 in solr's branch
refs/heads/main from Jude Muriithi
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=8cb654b7371 ]
SOLR-17806: Convert CoreContainer metrics to OTEL (#3509)
* initial commit
* Replace CoreContainer gauges
* Add nocommits for node state reporting
* Fix metric names
* Convert CoreContainer metrics test
* Remove duplicate method after merge
* PR Feedback
* Update solr_disk_space description
---------
Co-authored-by: jmuriithi3 <[email protected]>
> 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]