1.9 KiB
1.9 KiB
Welcome to Apache Solr Prometheus Exporter
Apache Solr Prometheus Exporter (solr-exporter) provides a way for you to expose metrics for Solr to Prometheus.
Getting Started With Solr Prometheus Exporter
For information on how to get started with solr-exporter please see:
Docker
The Solr Prometheus Exporter can be run via the official or local Solr docker image.
Please refer to the docker directory's README.md for information on building the image
and the Solr Reference Guide for information on using the image.
The solr-exporter script is available on the path by default in the Docker image, so the Prometheus Exporter can be run using:
docker run <image> solr-exporter
The environment variables and command line arguments that the Prometheus Exporter accepts can be used the same way in the Docker image.