@theotherwillembotha/node-red-statsd 0.4.1

StatsD metrics provider plugin for node-red-plugincore.

npm install @theotherwillembotha/node-red-statsd

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 Info

Version: 0.4.1
Updated 2 days ago
License: ISC
Rating: not yet rated

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • StatsdMetricsConfigNode

Keywords

  • node-red
  • metrics
  • statsd

Maintainers