Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 818 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 818 Bytes

Docker Pulls Quay.io Enabled build

docker-nats-exporter

Description

Prometheus Nats Exporter as Docker Image.

Run

most simple way of running the container

docker run --rm noenv/nats-exporter -varz "http://localhost:5555"

advanced usage

docker run --name nats-exporter -p 7777:7777 noenv/nats-exporter -varz "http://localhost:5555"

Source

https://github.com/noenv/docker-nats-exporter