prometheus-nats-exporter
prometheus-nats-exporter copied to clipboard
Monitoring multiple NATS servers doesn't get the Server ID
Description
When monitoring multiple NATS servers, the exporter never tries to get the Server ID even though the code seems to says it should . See the following : https://github.com/nats-io/prometheus-nats-exporter/blob/311823afb5ed5a0fe406e49c5c7cfad0945f9006/main.go#L182-L184 I'd be happy to contribute and provide a Pull Request if this behaviour is wanted.