Skip to content

Metrics don't ship to Datadog after 0.34.0 upgrade #19110

@a26nine

Description

@a26nine

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

I upgraded from 0.33.1 to 0.34.0, and the metrics stopped on Datadog.

I see this in the changelog:

The datadog_agent source now records the “interval” on any incoming metrics that have it set rather than just rate. This is useful as metrics can be interpreted as rates later when viewing the data in Datadog, where the interval field will be used.

Config file loads fine. Healtcheck is passed. However, metrics don't appear on Datadog —they do appear on other sink destinations.

image

Configuration

sink_dd:
    type: datadog_metrics
    inputs:
      - source_dd
    default_api_key: xxx
    batch:
      timeout_secs: 5
      max_bytes: 4194304
    buffer:
      type: disk
      max_size: 4294967296
      when_full: drop_newest
    request:
      rate_limit_duration_secs: 5
      rate_limit_num: 100
      retry_max_duration_secs: 600

Version

0.34.0

Debug Output

No response

Example Data

No response

Additional Context

No response

References

No response

Metadata

Metadata

Assignees

Labels

meta: regressionThis issue represents a regressiontype: bugA code related bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions