Fixing prometheus monitoring #157
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At least the latest versions of prometheus watch for a label called "release" and not "prometheus" so with that change prometheus started collecting logs.
If that old label is still needed, we / I could change it to add entries from "additionalLabels", so that we are quite flexible and don't have breaking changes.
let's go for additional labels for those using older prometheus versions.
Sorry for the late reply, was in vacation.
Sure, you can now add labels to the ServiceMonitor instead :)
Looks good to me :)
Sorry, I opened the thread on my phone and accidentally missclicked :(
Sorry once again, please update your branch with the latest master, after that we can merge it next