-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable Docker and Kubernetes labels dedot by default #10338
Conversation
@kaiyan-sheng not sure if I covered all places? From my list this should be:
|
@exekias Yep I can't think of anything that you missed. But there are quite a few places in the code mentioning |
"module": elasticsearch.ModuleName, | ||
"metricsets": []string{metricset}, | ||
"hosts": []string{getEnvHost() + ":" + getEnvPort()}, | ||
"module": elasticsearch.ModuleName, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this change breaks CI?
Starting with 7.0 we want to make sure all container (both docker & kubernetes) labels and annotations are dedoted by default. This PR updates default settings to do so.