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

[Metrics] add support for datadog metric reporting via statsd #23

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

suez1224
Copy link
Contributor

@suez1224 suez1224 commented Apr 22, 2024

uForwarder currently only support reporting via M3. This PR add support for datadog integration via statsd. Internally, uForwarder uses tally for M3 reporting and tally also support statsd, which can work with local datadog agent. This PR add a config for choose between m3 or statsd for metric reporting.

Keeping the old behavior for the M3 path as currently M3 reporting does not set the reporter. Please let me know otherwise.

Test plan:

  • run datadog agent locally, run UforwarderIntegrationTests and verify metrics flow through and shows up in datadog web UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant