Hody,
I’ve followed this article here https://istio.io/latest/docs/tasks/observability/metrics/classify-metrics/
That allows to classify metrics based on response or requests.
The article uses the istio_requests_total
metric.
Whenever I try to use another standard metric (https://istio.io/latest/docs/reference/config/metrics/) - in this case istio_request_duration_milliseconds
- I do NOT get the additional label on the prometheus metrics.
Only the istio_requests_total
seems to be working.
My usecase is that I have multiple OpenAPI endpoints. For exaple, /bla/bli/123/snipper
with operationId
= myBlas
. I’d like to see the istio_requests_total
and istio_request_duration_milliseconds
for that specific operation. It works with istio_requests_total
, but not other metrics. Please help!