[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17772327#comment-17772327 ]
Matthew Biscocho commented on SOLR-10654: ----------------------------------------- Thanks [~dsmiley] for helping bring this back. My team and I brought this up in the last community meetup and I think the main concern was flexibility if integrating directly into Solr. With the Prometheus Exporter existing in parallel and specifically for cluster-level, I don't think this should be a problem as this is specifically for node-level metrics scraping and any aggregations should be done by the users. > Expose Metrics in Prometheus format > ----------------------------------- > > Key: SOLR-10654 > URL: https://issues.apache.org/jira/browse/SOLR-10654 > Project: Solr > Issue Type: Improvement > Components: metrics > Reporter: Keith Laban > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Expose metrics via a `wt=prometheus` response type. > Example scape_config in prometheus.yml: > {code} > scrape_configs: > - job_name: 'solr' > metrics_path: '/solr/admin/metrics' > params: > wt: ["prometheus"] > static_configs: > - targets: ['localhost:8983'] > {code} -- 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