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
Following targets are available to scrape, but scraping isn't enabled (**disabled/OFF**) by default - meaning you don't have to provide any scrape job configuration for scraping these targets but they're disabled/OFF by default and you need to turn ON/enable scraping for these targets using [ama-metrics-settings-configmap](https://aka.ms/azureprometheus-addon-settings-configmap) under `default-scrape-settings-enabled` section
> The default scrape frequency for all default targets and scrapes is `30 seconds`. You can override it per target using the [ama-metrics-settings-configmap](https://aka.ms/azureprometheus-addon-settings-configmap) under `default-targets-scrape-interval-settings` section.
37
+
> The control plane targets have a fixed scrape interval of `30 seconds` and cannot be overwritten.
32
38
> You can read more about four different configmaps used by metrics addon [here](prometheus-metrics-scrape-configuration.md)
33
39
34
40
## Configuration setting
@@ -188,6 +194,33 @@ The following metrics are allow-listed with `minimalingestionprofile=true` for d
188
194
-`node_time_seconds`
189
195
-`node_uname_info"`
190
196
197
+
**controlplane-apiserver**<br>
198
+
-`apiserver_request_total`
199
+
-`apiserver_cache_list_fetched_objects_total`
200
+
-`apiserver_cache_list_returned_objects_total`
201
+
-`apiserver_flowcontrol_demand_seats_average`
202
+
-`apiserver_flowcontrol_current_limit_seats`
203
+
-`apiserver_request_sli_duration_seconds_bucket`
204
+
-`apiserver_request_sli_duration_seconds_count`
205
+
-`apiserver_request_sli_duration_seconds_sum`
206
+
-`process_start_time_seconds`
207
+
-`apiserver_request_duration_seconds_bucket`
208
+
-`apiserver_request_duration_seconds_count`
209
+
-`apiserver_request_duration_seconds_sum`
210
+
-`apiserver_storage_list_fetched_objects_total`
211
+
-`apiserver_storage_list_returned_objects_total`
212
+
-`apiserver_current_inflight_requests`
213
+
214
+
**controlplane-etcd**<br>
215
+
-`etcd_server_has_leader`
216
+
-`rest_client_requests_total`
217
+
-`etcd_mvcc_db_total_size_in_bytes`
218
+
-`etcd_mvcc_db_total_size_in_use_in_bytes`
219
+
-`etcd_server_slow_read_indexes_total`
220
+
-`etcd_server_slow_apply_total`
221
+
-`etcd_network_client_grpc_sent_bytes_total`
222
+
-`etcd_server_heartbeat_send_failures_total`
223
+
191
224
### Minimal ingestion for default OFF targets
192
225
The following are metrics that are allow-listed with `minimalingestionprofile=true` for default OFF targets. These metrics are not collected by default as these targets are not scraped by default (due to being OFF by default). You can turn ON scraping for these targets using `default-scrape-settings-enabled.<target-name>=true`' using [ama-metrics-settings-configmap](https://aka.ms/azureprometheus-addon-settings-configmap) under `default-scrape-settings-enabled` section.
193
226
@@ -270,6 +303,35 @@ The following are metrics that are allow-listed with `minimalingestionprofile=tr
Following Windows targets are configured to scrape, but scraping is not enabled (**disabled/OFF**) by default - meaning you don't have to provide any scrape job configuration for scraping these targets but they are disabled/OFF by default and you need to turn ON/enable scraping for these targets using [ama-metrics-settings-configmap](https://aka.ms/azureprometheus-addon-settings-configmap) under `default-scrape-settings-enabled` section
0 commit comments