From a9f41c42322384653f830c688cadfbb102b8a4db Mon Sep 17 00:00:00 2001 From: Patrick East Date: Tue, 28 Jan 2020 15:15:26 -0800 Subject: [PATCH] docs: Add pointer to Status API in monitoring docs Signed-off-by: Patrick East --- docs/content/monitoring.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/monitoring.md b/docs/content/monitoring.md index 0af8367f95..cac7a8adac 100644 --- a/docs/content/monitoring.md +++ b/docs/content/monitoring.md @@ -30,3 +30,8 @@ scrape_configs: OPA exposes a `/health` API endpoint that can be used to perform health checks. See [Health API](../rest-api#health-api) for details. + +### Status API + +OPA provides a plugin which can push status to a remote service. +See [Status API](../management#status) for details. \ No newline at end of file