influx-statsd
v0.0.2
Published
"An microservices application metrics sender to the statsd listener for node.js application over udp"
Downloads
1
Readme
A Node.js Application metrics statsd fromat collector that sends the metrics over the UDP to be stored in the influxdb through telegraf
npm install --save influx-statsd
telegraf templates
templates = [
"*.*.*.*.* service.method.url.status.measurement.field",
"*.*.*.* service.measurement.measurement.measurement",
"*.*.* service.measurement.measurement",
"*.* service.measurement"
]