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

exporter/datadogexporter: add containers.* metrics mapping #22150

Merged
merged 3 commits into from
May 22, 2023

Conversation

gbbr
Copy link
Member

@gbbr gbbr commented May 22, 2023

Add support for container metrics. To enable the dashboard metrics, add the following config:

docker_stats:
  metrics:
    container.network.io.usage.rx_packets:
      enabled: true
    container.network.io.usage.tx_packets:
      enabled: true
    container.cpu.usage.system:
      enabled: true
    container.memory.rss:
      enabled: true
    container.blockio.io_serviced_recursive:
      enabled: true

Closes #22149

@github-actions github-actions bot added the exporter/datadog Datadog components label May 22, 2023
@gbbr gbbr marked this pull request as ready for review May 22, 2023 09:11
@gbbr gbbr requested a review from a team as a code owner May 22, 2023 09:11
@bogdandrutu bogdandrutu merged commit 9e2210e into open-telemetry:main May 22, 2023
84 checks passed
@github-actions github-actions bot added this to the next release milestone May 22, 2023
@gbbr gbbr deleted the gbbr/container-metrics branch May 22, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/datadog Datadog components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exporter/datadog: enable Containers Overview dashboard
3 participants