Skip to content

Commit 2bddbf2

Browse files
Merge pull request #277945 from aritraghosh/patch-17
Update control-plane-metrics-default-list.md
2 parents b06500e + 5bfa7d9 commit 2bddbf2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/control-plane-metrics-default-list.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,20 @@ The following metrics are allow-listed with `minimalingestionprofile=true` for d
4242
- `apiserver_cache_list_returned_objects_total`
4343
- `apiserver_flowcontrol_demand_seats_average`
4444
- `apiserver_flowcontrol_current_limit_seats`
45-
- `apiserver_request_sli_duration_seconds_bucket`
45+
- ~~`apiserver_request_sli_duration_seconds_bucket`~~
4646
- `apiserver_request_sli_duration_seconds_sum`
4747
- `apiserver_request_sli_duration_seconds_count`
4848
- `process_start_time_seconds`
49-
- `apiserver_request_duration_seconds_bucket`
49+
- ~~`apiserver_request_duration_seconds_bucket`~~
5050
- `apiserver_request_duration_seconds_sum`
5151
- `apiserver_request_duration_seconds_count`
5252
- `apiserver_storage_list_fetched_objects_total`
5353
- `apiserver_storage_list_returned_objects_total`
5454
- `apiserver_current_inflight_requests`
5555

56+
> [!NOTE]
57+
`apiserver_request_sli_duration_seconds_bucket` and `apiserver_request_duration_seconds_bucket` are not collected now with a recent release. These are high cardinality metrics which may increase the number of metrics stored based on the number of custom resources in the cluster. If you would like to collect these bucket metrics, you can add it to the keep list. We highly recommend not turning off the minimal ingestion profile for the control plane components
58+
5659
**controlplane-etcd**
5760

5861
- `etcd_server_has_leader`

0 commit comments

Comments
 (0)