Howdy, y’all
I would like to add a dimensions to the istio_requests_total
metric, which would be pulled froma label.
E.g. If I have a service my-service
(or a pod my-pod
), with a label.branch = master
, I’d like to be able to add a
istio_requests_total{branch=master}
dimension.
I’ve looked up on this piece of doc : https://istio.io/latest/docs/tasks/observability/metrics/customize-metrics/ , but I can’t find any way to do this.
I see that destination_app
and destination_version
are available. Is there any way to pull from “custom” labels, like branch
, revision
, deployment
, etc. ?
Could somebody help me out?