RESTLatencyMetric.Observe and RESTResultMetric.Increment in pkg/metrics/prometheus currently don't expose the User-Agent used to make requests. Without having it, it's difficult for us to see which controllers might be getting throttled, or just having issues in general, when talking to clusters.
Note that current client-go does not support this at all, so we'll probably have to get patches merged upstream first.
RESTLatencyMetric.Observe
andRESTResultMetric.Increment
inpkg/metrics/prometheus
currently don't expose the User-Agent used to make requests. Without having it, it's difficult for us to see which controllers might be getting throttled, or just having issues in general, when talking to clusters.Note that current
client-go
does not support this at all, so we'll probably have to get patches merged upstream first.