tree: 5ceb04fc08e9b786ae96e28e46cbcec90704dcb6 [path history] [tgz]
  1. bin/
  2. conf/
  3. src/
  4. build.gradle
  5. README.md
solr/prometheus-exporter/README.md

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.