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.
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.