Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send distributions (sketch) data to DataDog #3374

Closed
binarylogic opened this issue Aug 7, 2020 · 1 comment
Closed

Send distributions (sketch) data to DataDog #3374

binarylogic opened this issue Aug 7, 2020 · 1 comment
Labels
domain: metrics Anything related to Vector's metrics events meta: blocked Anything that is blocked to the point where it cannot be worked on. sink: datadog_metrics Anything `datadog_metrics` sink related type: enhancement A value-adding code change that enhances its existing functionality.

Comments

@binarylogic
Copy link
Contributor

This is a breakout issue for #2603. My intent is to consolidate the discussion so that we can get help from someone at Datadog to resolve this issue.

In #2603 a Vector user asked us to support the DogStatsd Distribution type metric. While implementing this change we discovered that we cannot simply send distribution metrics to Datadog because it appears to be an undocumented API feature. We discovered that the Datadog agent aggregates distribution metrics into Datadog's custom sketch type and then forwards them via an undocumented v2 API based on protocol buffers.

In order for us to support Datadog distribution metrics, we need someone from Datadog to tell us how we can use their API to send distribution type metrics.

@binarylogic binarylogic added type: enhancement A value-adding code change that enhances its existing functionality. sink: datadog_metrics Anything `datadog_metrics` sink related meta: blocked Anything that is blocked to the point where it cannot be worked on. domain: metrics Anything related to Vector's metrics events labels Aug 7, 2020
@binarylogic
Copy link
Contributor Author

Closing in favor of #3130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: metrics Anything related to Vector's metrics events meta: blocked Anything that is blocked to the point where it cannot be worked on. sink: datadog_metrics Anything `datadog_metrics` sink related type: enhancement A value-adding code change that enhances its existing functionality.
Projects
None yet
Development

No branches or pull requests

1 participant