From 4db5a470cbeb7f965dcf3a25337bd89b28e2e6c3 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Mon, 4 Nov 2024 13:13:32 +0000 Subject: [PATCH] feat(video): monitoring video --- content/docs/15.how-to-guides/monitoring.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/15.how-to-guides/monitoring.md b/content/docs/15.how-to-guides/monitoring.md index 9cb9923d9e..6a5b5c56de 100644 --- a/content/docs/15.how-to-guides/monitoring.md +++ b/content/docs/15.how-to-guides/monitoring.md @@ -9,7 +9,11 @@ topics: Set up Prometheus and Grafana for monitoring Kestra. -We will look in detail at setting up monitoring dashboards for Kestra. +
+ +
+ +--- Kestra exposes [Prometheus](https://prometheus.io/) metrics at port 8081 on the endpoint `/prometheus`. This endpoint can be used by any compatible monitoring system.