Add scrape_time metric (#4281)

* add scrape_time metric

* update description
This commit is contained in:
Stavros Kontopoulos 2021-10-06 20:50:45 +03:00 committed by GitHub
parent 53f1289215
commit eacedc33dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Autoscaler component exposes a number of metrics related to its decisions per re
| not_ready_pods | Number of pods that are not ready currently | Gauge | configuration_name=<br>namespace_name=<br>revision_name<br>service_name | Dimensionless | Stable |
| pending_pods | Number of pods that are pending currently | Gauge | configuration_name<br>namespace_name<br>revision_name<br>service_name | Dimensionless | Stable |
| terminating_pods | Number of pods that are terminating currently | Gauge | configuration_name<br>namespace_name<br>revision_name<br>service_name<br> | Dimensionless | Stable |
| scrape_time | Time autoscaler takes to scrape metrics from the service pods in milliseconds | Histogram | configuration_name<br>namespace_name<br>revision_name<br>service_name<br> | Milliseconds | Stable |
## Controller