mlbiscoc opened a new pull request, #3413: URL: https://github.com/apache/solr/pull/3413
In `SolrMetricManager` add a `MetricExporter` for OTLP metrics to be pushed via `GRPC or HTTP`. By default the OTLP exporter is turned off and Solr only exposes metrics as pull through the /admin/metrics endpoint. The following configuration parameters can be passed as system properties or environment variables: `System property | env variable` ============================ `solr.otlpMetricExporterEnabled | SOLR_OTLP_METRIC_EXPORTER_ENABLED` = `true/false` `solr.otlpMetricExporterProtocol | SOLR_OTLP_METRIC_EXPORTER_PROTOCOL` = `grpc/http/none` `solr.otlpMetricExporterInterval | SOLR_OTLP_METRIC_EXPORTER_PROTOCOL` = `<ms time>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
