diff --git a/content/docs/2.10/operate/prometheus.md b/content/docs/2.10/operate/prometheus.md index 14c1fb618..a2c13d019 100644 --- a/content/docs/2.10/operate/prometheus.md +++ b/content/docs/2.10/operate/prometheus.md @@ -11,9 +11,10 @@ weight = 200 The KEDA Operator exposes Prometheus metrics which can be scraped on port `8080` at `/metrics`. The following metrics are being gathered: - `keda_scaler_metrics_value`- The current value for each scaler's metric that would be used by the HPA in computing the target average. +- `keda_scaler_metrics_latency`- The latency of retrieving current metric from each scaler. - `keda_scaler_errors` - The number of errors that have occurred for each scaler. - `keda_scaler_error_totals` - The total number of errors encountered for all scalers. -- `keda_scaled_object_error_totals`- The number of errors that have occurred for each ScaledObejct. +- `keda_scaled_object_errors`- The number of errors that have occurred for each ScaledObejct. - `keda_resource_totals` - Total number of KEDA custom resources per namespace for each custom resource type (CRD). - `keda_trigger_totals` - Total number of triggers per trigger type. - Metrics exposed by the `Operator SDK` framework as explained [here](https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/#metrics).