I'm trying to create a query in GCP Monitoring with the Google Monitoring Language (MQL Documentation). The metrics are from istio (Istio Metrics).
As soon as I start working with the metric, I get the following error:
Line 1: Too many time series identifier columns created with column 'metric.response_code' from 'istio.io/service/server/response_bytes'.
For example, when I try the following:
fetch k8s_container::istio.io/service/server/response_bytes
I tried to filter, group, select, or remap the time series identifier
, but the error above stays the same.
Does anybody have an idea of how to solve this or the same issue?