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

Relationship between containerIncludeMetrics and prometheusScrape #1371

Open
clarkmcc opened this issue Apr 12, 2024 · 0 comments
Open

Relationship between containerIncludeMetrics and prometheusScrape #1371

clarkmcc opened this issue Apr 12, 2024 · 0 comments

Comments

@clarkmcc
Copy link

I've wasted a few hours on an interesting behavior between two related but distinct settings in the values.yaml file of the datadog agent and I'd like to get clarification on what the relationship is between all these settings from a metrics perspective only. I've spent a ton of time reviewing the docs, and the Helm chart readme, and I'm still not clear.

  • datadog.containerInclude
  • datadog.containerIncludeMetrics
  • datadog.prometheusScrape.enabled
  • datadog.prometheusScrape.additionalConfigs.autodiscovery.kubernetes_container_names
datadog:
  containerInclude: 'name:^app'
  containerIncludeMetrics: 'name:app_1'
  prometheusScrape:
    enabled: true
    additionalConfigs:
      - autodiscovery:
          kubernetes_container_names:
          - app_1
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

No branches or pull requests

1 participant