@theotherwillembotha/node-red-statsd 0.4.1
StatsD metrics provider plugin for node-red-plugincore.
node-red-statsd
A StatsD metrics provider plugin for node-red-plugincore. Pushes Counter, Timer, and Gauge metrics to any StatsD-compatible backend (StatsD, Graphite, Datadog Agent, etc.) using the hot-shots client.
Features
- Counter — increment-based metrics via
client.increment() - Timer — timing/histogram metrics via
client.timing() - Gauge — absolute value metrics via
client.gauge() - Configurable metric key pattern — template variables (
{{metric}},{{name}},{{flow}},{{type}},{{id}}) let you compose meaningful StatsD keys - UDP or TCP transport — selectable per config node
- Optional prefix — prepended to all metric keys automatically
Requirements
- Node-RED >= 4.0.0
- @theotherwillembotha/node-red-plugincore >= 0.4.0