You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stable/concourse] Moves prometheus annotation to deployment (helm#9536)
Previously, Prometheus annotations were added to the web service,
which is meant to represent the whole replica set of pods, leaving
no pod-specific labels to the metrics gathered, defeating the
purpose of some of them (that are meant to be container-specific).
By moving them to `deployment`, we're able to collect them per-pod,
instead of per-service.
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
0 commit comments