prometheus/discovery/kubernetes
Damien Lespiau e64037053d Expose controller kind and name to labelling rules
Relabelling rules can use this information to attach the name of the controller
that has created a pod.

In turn, this can be used to slice metrics by workload at query time, ie.
"Give me all metrics that have been created by the $name Deployment"

Signed-off-by: Damien Lespiau <damien@weave.works>
2018-05-09 11:51:37 +02:00
..
endpoints.go Merge branch 'release-2.2' 2018-04-30 14:38:29 +02:00
endpoints_test.go Merge branch 'release-2.2' 2018-04-30 14:38:29 +02:00
ingress.go Simplify some code and comments. 2018-04-25 19:29:34 +02:00
ingress_test.go Refactor Kubernetes Discovery Part 2: Refactoring 2018-04-25 19:28:34 +02:00
kubernetes.go Merge branch 'release-2.2' 2018-04-30 14:38:29 +02:00
kubernetes_test.go Simplify some code and comments. 2018-04-25 19:29:34 +02:00
node.go Simplify some code and comments. 2018-04-25 19:29:34 +02:00
node_test.go Refactor Kubernetes Discovery Part 2: Refactoring 2018-04-25 19:28:34 +02:00
pod.go Expose controller kind and name to labelling rules 2018-05-09 11:51:37 +02:00
pod_test.go Expose controller kind and name to labelling rules 2018-05-09 11:51:37 +02:00
service.go Simplify some code and comments. 2018-04-25 19:29:34 +02:00
service_test.go Refactor Kubernetes Discovery Part 2: Refactoring 2018-04-25 19:28:34 +02:00