From b44fabd718659779afd2f7b360eb6c420abfcb46 Mon Sep 17 00:00:00 2001 From: Anna <3635582+a-june@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:54:02 +0100 Subject: [PATCH] include information about last_run_success metric in README (#285) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c27a675..311e956f 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,10 @@ the Prometheus default metrics, the following custom metrics are included: that reports the last time a run finished, expressed in seconds since the Unix Epoch and labelled with the namespace name. +- **kube_applier_last_run_success** - A + [Gauge](https://godoc.org/github.com/prometheus/client_golang/prometheus#Gauge) + that reports the results of the last run labelled with the namespace name. + - **kube_applier_run_queue** - A [Gauge](https://godoc.org/github.com/prometheus/client_golang/prometheus#Gauge) that reports the number of runs that are currently queued, labelled with the