[ 
https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871843#comment-17871843
 ] 

ASF subversion and git services commented on SOLR-10654:
--------------------------------------------------------

Commit 0a36defd9a9077424a2f68714f7fff6658990980 in solr's branch 
refs/heads/branch_9_7 from Matthew Biscocho
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=0a36defd9a9 ]

SOLR-10654: Rename SolrPrometheusExporter to SolrPrometheusFormatter (#2620)

Co-authored-by: Matthew Biscocho <mbisco...@bloomberg.net>
(cherry picked from commit cda87a14dad93ffbef0052f63008377797d930ab)


> Expose Metrics in Prometheus format DIRECTLY from Solr
> ------------------------------------------------------
>
>                 Key: SOLR-10654
>                 URL: https://issues.apache.org/jira/browse/SOLR-10654
>             Project: Solr
>          Issue Type: Improvement
>          Components: metrics
>            Reporter: Keith Laban
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.7
>
>         Attachments: prometheus_metrics.txt
>
>          Time Spent: 9h
>  Remaining Estimate: 0h
>
> Expose metrics via a `wt=prometheus` response type.
> Example scape_config in prometheus.yml:
> {code:java}
> scrape_configs:
>   - job_name: 'solr'
>     metrics_path: '/solr/admin/metrics'
>     params:
>       wt: ["prometheus"]
>     static_configs:
>       - targets: ['localhost:8983']
> {code}
> [Rationale|https://issues.apache.org/jira/browse/SOLR-11795?focusedCommentId=17261423&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17261423]
>  for having this despite the "Prometheus Exporter".  They have different 
> strengths and weaknesses.



--
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

Reply via email to