NATS.png.jpg
Start the NATS server with monitoring enabled.
gnatsd -m 8222
Collector Configuration Details
#https://github.com/influxdata/telegraf/tree/master/plugins/inputs/httpjson
[[inputs.httpjson]]
name = "natsvarz"
servers = [
"http://localhost:8222/varz"
]
method = "GET"