We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852c56f commit fe7c1b2Copy full SHA for fe7c1b2
components/monitoring/prometheus/base/monitoringstack/monitoringstack.yaml
@@ -267,6 +267,10 @@ spec:
267
- '{__name__="code:apiserver_request_total:rate5m"}'
268
- '{__name__="instance:apiserver_request_total:rate5m"}'
269
- '{__name__="prometheus_ready"}'
270
+ - '{__name__="code:http_request_duration_seconds_sum:rate5m"}'
271
+ - '{__name__="code:http_request_duration_seconds_bucket:rate5m"}'
272
+ - '{__name__="code:http_requests_total:rate5m"}'
273
+ - '{__name__="process_cpu_seconds_total", job="apiserver"}'
274
275
relabelings:
276
# override the target's address by the prometheus-k8s service name.
0 commit comments