From 73744a32ba1c18e700defad9b87f0daae6145e23 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Fri, 24 Nov 2023 17:56:39 +0100 Subject: [PATCH 1/2] fix: Update prometheus documentation to reflect current metrics Signed-off-by: Jorge Turrado --- content/docs/2.12/operate/prometheus.md | 1 + content/docs/2.13/operate/prometheus.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/docs/2.12/operate/prometheus.md b/content/docs/2.12/operate/prometheus.md index 2dbcc1edc..f801b422f 100644 --- a/content/docs/2.12/operate/prometheus.md +++ b/content/docs/2.12/operate/prometheus.md @@ -34,6 +34,7 @@ The KEDA Webhooks expose Prometheus metrics which can be scraped on port `8080` The KEDA Metrics Adapter exposes Prometheus metrics which can be scraped on port `8080` at `/metrics`. The following metrics are being gathered: - Metrics exposed by the `Operator SDK` framework as explained [here](https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/#metrics). +- Metrics exposed (prepended with `apiserver_`) by [Kubernetes API Server](https://kubernetes.io/docs/reference/instrumentation/metrics/) ## Premade Grafana dashboard diff --git a/content/docs/2.13/operate/prometheus.md b/content/docs/2.13/operate/prometheus.md index 2dbcc1edc..f801b422f 100644 --- a/content/docs/2.13/operate/prometheus.md +++ b/content/docs/2.13/operate/prometheus.md @@ -34,6 +34,7 @@ The KEDA Webhooks expose Prometheus metrics which can be scraped on port `8080` The KEDA Metrics Adapter exposes Prometheus metrics which can be scraped on port `8080` at `/metrics`. The following metrics are being gathered: - Metrics exposed by the `Operator SDK` framework as explained [here](https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/#metrics). +- Metrics exposed (prepended with `apiserver_`) by [Kubernetes API Server](https://kubernetes.io/docs/reference/instrumentation/metrics/) ## Premade Grafana dashboard From 08bae838e9c0f0f2c9d054179507a54ce47685b5 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Fri, 24 Nov 2023 17:59:45 +0100 Subject: [PATCH 2/2] remove wrong docs Signed-off-by: Jorge Turrado --- content/docs/2.11/operate/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/2.11/operate/prometheus.md b/content/docs/2.11/operate/prometheus.md index cc028aaf7..88d486b53 100644 --- a/content/docs/2.11/operate/prometheus.md +++ b/content/docs/2.11/operate/prometheus.md @@ -34,7 +34,7 @@ The KEDA Webhooks expose Prometheus metrics which can be scraped on port `8080` The KEDA Metrics Adapter exposes Prometheus metrics which can be scraped on port `8080` at `/metrics`. The following metrics are being gathered: - Metrics exposed by the `Operator SDK` framework as explained [here](https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/#metrics). -- Metrics exposed (prepended with `apiserver_`) by [Kubernetes API Server](https://kubernetes.io/docs/reference/instrumentation/metrics/) + ## Premade Grafana dashboard