feat(prometheus): Docker Daemon scraping for monitoring (#1865)

* Docker Daemon scraping using otel

* Dashboard for the docker statistics updated with internal network implementation

---------

Co-authored-by: Kushang Haria <kushangh@192.168.1.3>
Co-authored-by: Kushang Haria <kushangh@MacBook-Pro.local>
This commit is contained in:
24kushang
2024-08-06 18:21:03 +05:30
committed by GitHub
parent d6b64a21b9
commit 27150a2955
6 changed files with 794 additions and 1 deletions

View File

@@ -2,4 +2,4 @@ scrape_configs:
- job_name: "prometheus"
scrape_interval: 5s
static_configs:
- targets: ["prosody:5280","jvb:8080","jicofo:8888"]
- targets: ["prosody:5280","jvb:8080","jicofo:8888","otel:9464"]