-
Notifications
You must be signed in to change notification settings - Fork 189
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
KUBERNETES_COLLECT_EVENTS send event but do not flag them with configured TAGS #229
Comments
Hello @julienbachmann, Unfortunately I cannot reproduce this bug. Please note that host tags are resolved in our backend and will not appear in the output of The most common cause of missing host tags is running several agents per host. This is currently not supported as two agents will send conflicting host metadata payloads and the backend-side resolution will have issues. Did you make sure you are not running another "event-less" agent on this node? FWI, 5.17.0 (to be out in a couple of days) introduces a new mechanism to allow for easier event collection, you might want to give it a try: DataDog/integrations-core#687 |
It also doesn't work for me. I have a datadog agent with such configuration: k8s-daemonset.yaml:
datadog.conf
And I have a host which sniff all datadog agent http requests
As you can see metric datadog.dogstatsd.packet.count sent with "tags":null but I guess it should be "tags": "DC:tier1-europe-west1" |
Hi @username1366 |
Nvm, looks like it's addressed in #266 |
**Output of the info page **
Additional environment details (Operating System, Cloud provider, etc):
running in a kubernetes cluster on AWS.
Steps to reproduce the issue:
KUBERNETES=true
andKUBERNETES_COLLECT_EVENTS=true
TAGS=env:staging
Describe the results you received:
Kuberenetes events are sent to datadog but they do not have the tag
env:staging
Describe the results you expected:
Kuberenetes events should be flagged with the tag
env:staging
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: