mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
feat(dawarich): export metrics
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 5000:5000
|
||||
# - 9394:9394 # Prometheus exporter, uncomment if needed
|
||||
- 9394:9394 # Prometheus exporter, uncomment if needed
|
||||
stdin_open: true
|
||||
tty: true
|
||||
entrypoint: web-entrypoint.sh
|
||||
|
||||
@@ -16,3 +16,8 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets:
|
||||
- cloudflared:4090
|
||||
|
||||
- job_name: dawarich-app
|
||||
static_configs:
|
||||
- targets:
|
||||
- dawarich-app:9394
|
||||
|
||||
Reference in New Issue
Block a user