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
I was trying to debug the way exporter works. It seems that the first REST call is the authentication, then the second one is a query about the possible metrics types, and them it iterates over the list to get the metrics
The second call gives me 3382 metric types (I'm using --monitoring.metrics-type-prefixes=kubernetes.io)
But then it stops iterating after 500 metrics types, so I don't get all the metrics I need.
Is it an expected behavior or my misconfiguration?
The text was updated successfully, but these errors were encountered:
I was trying to debug the way exporter works. It seems that the first REST call is the authentication, then the second one is a query about the possible metrics types, and them it iterates over the list to get the metrics
The second call gives me 3382 metric types (I'm using --monitoring.metrics-type-prefixes=kubernetes.io)
But then it stops iterating after 500 metrics types, so I don't get all the metrics I need.
Is it an expected behavior or my misconfiguration?
The text was updated successfully, but these errors were encountered: