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

[datadogexporter] Implement translation of metrics to Datadog format #1178

Merged
merged 5 commits into from
Oct 5, 2020

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    3b2bbf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81da023 View commit details
    Browse the repository at this point in the history
  3. Add basic hostname resolution

    This will be expanded in the future to more closely replicate the
    Datadog Agent behavior
    mx-psi committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b996e4c View commit details
    Browse the repository at this point in the history
  4. Remove Series struct and use []datadog.Metric

    We can add it back if necessary in the future
    mx-psi committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    bd2f662 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    011f989 View commit details
    Browse the repository at this point in the history