-
Notifications
You must be signed in to change notification settings - Fork 183
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
Update default label behaviour for metadata enhancement plugin #60
Conversation
Found out this breaks things - since we have metadata in the form Will fix and reopen PR |
To avoid collision with Example metric:
|
@samjsong : in FluentD for logs we do pod_label_XXX where XXX is the actual label key. Can we do the same thing here? You cannot have 2 labels with the same key and you already addressed the Prometheus service collision. |
That makes sense, thanks for the input @frankreno . In that case, is there any reason we use the dot On a tangentially related note, I noticed we attach |
Synced with @frankreno offline, he believes the underscore New sample metric:
Notice the underscores in the |
* make a true cli * update messages * rename env vars * remove codified defaults * add add-user pipe * golang img * main.go * non-alpine * workstash * update commans * update files * ugh python * Delete associate_groups_to_azure_apps.ps1 * Delete existing-resources.tf * Delete pyvenv.cfg * wording fix Co-authored-by: Mel Cone <mel.cone@nytimes.com>
kubernetes
prefix from all of the enhanced metadata attached by theenhance_k8s_metadata
filter plugin, includingpod.labels.foo
service
metadata toprometheus_service
to avoid collision with the future attachedservice
metadata.Example metric output: