Skip to content

Commit

Permalink
feat(video): monitoring video
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 4, 2024
1 parent e8f0ee0 commit 4db5a47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/15.how-to-guides/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<div class="video-container">
<iframe src="https://www.youtube.com/embed/4borr5sFTSg?si=q1z9mqLXI8arG0a5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

---

Kestra exposes [Prometheus](https://prometheus.io/) metrics at port 8081 on the endpoint `/prometheus`. This endpoint can be used by any compatible monitoring system.

Expand Down

0 comments on commit 4db5a47

Please sign in to comment.