nats_exporter icon indicating copy to clipboard operation
nats_exporter copied to clipboard

Prometheus Metrics exporter for NATS

Results 3 nats_exporter issues
Sort by recently updated
recently updated
newest added

Just analyzed the 64bit binary for linux and saw this: ``` file nats_exporter_linux_amd64 ==> nats_exporter_linux_amd64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, not stripped ```...

Would it be possible for you to add some tags on https://hub.docker.com/r/lovoo/nats_exporter/? Just so I can pin to 1.0.0 for integration purposes.

Although the README states you can use the following to control the metrics namespace: ``` -namespace string Namespace for the NATS metrics. (default "nats") ``` It seems that it's not...