Skip to content

Add support for dogstatsd events #5224

@russorat

Description

@russorat

Feature Request

Proposal:

the current statsd input plugin has the ability to parse data dog tags. dogstatsd clients also have the ability to send events in a specific datadog format. https://docs.datadoghq.com/developers/dogstatsd/data_types/#events

This would either add the ability to parse those specific datadog events in the current statsd plugin, or move everything into a specific dogstatsd input plugin.

Current behavior:

datadog events are not parsed correctly from the statsd input plugin

Desired behavior:

either the current statsd plugin accepts and parses those events, or a new plugin is created specifically for dogstatsd

Use case: [Why is this important (helps with prioritizing requests)]

this is helpful for customers that want to send data to multiple monitoring solutions without having to change their existing application code using dogstatsd client code.

Metadata

Metadata

Assignees

Labels

feature requestRequests for new plugin and for new features to existing plugins

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions