Skip to content

Commit

Permalink
include information about last_run_success metric in README (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-june authored Aug 11, 2023
1 parent 82c6ba8 commit b44fabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b44fabd

Please sign in to comment.