StatsD Input
StatsD Input Package
Beta feature
What is an Elastic integration?
This integration is powered by Elastic Agent. Elastic Agent is a single, unified way to add monitoring for logs, metrics, and other types of data to a host. It can also protect hosts from security threats, query data from operating systems, forward data from remote services or hardware, and more. Refer to our documentation for a detailed comparison between Beats and Elastic Agent.
Prefer to use Beats for this use case? See Filebeat modules for logs or Metricbeat modules for metrics.
See the integrations quick start guides to get started:
The statsd input package
spawns a UDP server and listens for metrics in StatsD compatible format.
This input can be used to collect metrics from services that send data over the StatsD protocol. To tailor the data you can provide custom mappings and ingest pipelines through Kibana.
Metric types
The input supports the following types of metrics:
Counter (c):: Measurement which accumulates over a period of time until flushed (value set to 0).
Gauge (g):: Measurement which can increase, decrease or be set to a value.
Timer (ms):: Time measurement (in milliseconds) of an event.
Histogram (h):: Time measurement, an alias for the Timer.
Set (s):: Measurement which counts unique occurrences until flushed (value set to 0).
Compatibility
Node.js version v18.12.1 is used to test the Statsd input package
Changelog
Version | Details |
---|---|
0.2.3 | Enhancement View pull request Improve documentation for the package. |
0.2.2 | Enhancement View pull request Add system tests for the package. |
0.2.1 | Bug fix View pull request Fix config to take host instead of hosts |
0.2.0 | Enhancement View pull request Update Kibana version to 8.8.0 |
0.1.0 | Enhancement View pull request Rename ownership from obs-service-integrations to obs-infraobs-integrations |
0.0.3 | Enhancement View pull request Add base fields mappings |
0.0.2 | Enhancement View pull request Added categories and/or subcategories. |
0.0.1 | Enhancement View pull request Initial draft of the Statsd Input |