website: Initialize

This commit is contained in:
Kevin Kandlbinder 2022-03-02 14:56:10 +01:00
parent 1d2505ae47
commit a4c990c6f1
31 changed files with 8489 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"label": "Tutorial - Extras",
"position": 3
}

View file

@ -0,0 +1,11 @@
---
sidebar_position: 1
---
# Using Prometheus with Veles
Using Prometheus with Veles is really easy as Veles exposes a compatible metrics endpoint by default.
To use the metrics simply add a scrape-job to Prometheus to pull the metrics from `http://[your-server-here]:8123/metrics`.
And that's it, you now have a few relevant metrics to monitor the health of your Veles! 🎉