Sign inSign up

saada/burrow_exporter

By saada

Updated about 9 years ago

Prometheus exporter for Burrow

Image
0

6.3K

saada/burrow_exporter repository overview

burrow_exporter

Prometheus exporter for linkedin/burrow. To run burrow itself, you can use the image on docker hub called hooli/burrow.

required environment variables

BURROW_ADDR

A burrow address is required

METRICS_ADDR

An address to run prometheus on is required

INTERVAL

A scrape interval is required

Example

# with env variables
docker run \
  -e BURROW_ADDR="http://localhost:8000" \
  -e METRICS_ADDR="localhost:8001" \
  -e INTERVAL="30" \
  saada/burrow_exporter
# with custom command
docker run   saada/burrow_exporter ./burrow-exporter --burrow-addr http://localhost:8000 --metrics-addr localhost:8001 --interval 30

Tag summary

Content type

Image

Digest

Size

5 MB

Last updated

about 9 years ago

docker pull saada/burrow_exporter