mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-07-24 20:07:17 +02:00
website: Initialize
This commit is contained in:
parent
1d2505ae47
commit
a4c990c6f1
31 changed files with 8489 additions and 0 deletions
4
website/docs/tutorial-extras/_category_.json
Normal file
4
website/docs/tutorial-extras/_category_.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"label": "Tutorial - Extras",
|
||||
"position": 3
|
||||
}
|
11
website/docs/tutorial-extras/prometheus.md
Normal file
11
website/docs/tutorial-extras/prometheus.md
Normal 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! 🎉
|
Loading…
Add table
Add a link
Reference in a new issue