Skip to content
Merged
Changes from all commits
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 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 these to create a dashboard to see any bundle loading problems at a glance.
You can also set up alerts to get notified proactively.
Loading