Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/modules/opa/pages/usage-guide/monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@

The managed OPA instances are automatically configured to export Prometheus metrics.
See xref:operators:monitoring.adoc[] for more details.

You can read on the list of exported metrics in the https://www.openpolicyagent.org/docs/monitoring#prometheus[OPA monitoring documentation].

Especially worth mentioning are the https://www.openpolicyagent.org/docs/monitoring#status-metrics[Status metrics], which contain e.g. `opa_info`, `bundle_loaded_counter` and `bundle_failed_load_counter`.
You can use those to create a Dashboard to quickly see any bundle loading problems.
Additionally, you can use set up an alert based on this, so that you are proactively informed.
Loading