added livekit to premetheus

This commit is contained in:
PxlLoewe
2025-06-30 12:08:43 -07:00
parent 5f2728ce6c
commit 2cc0b6c4e3
3 changed files with 21 additions and 1 deletions

View File

@@ -11,3 +11,19 @@ scrape_configs:
- job_name: dispatch-server
static_configs:
- targets: ["host.docker.internal:3002"]
global:
scrape_interval: 40s
scrape_configs:
- job_name: core-server
static_configs:
- targets: ["host.docker.internal:3000"]
- job_name: Kuma-Status
static_configs:
- targets: ["status.virtualairrescue.com"]
basic_auth:
username: "patrick"
password: "wVmcxAL13HKIjGoC"
- job_name: "livekit"
static_configs:
- targets: ["livekit:6789"] # Where you have deployed Livekit Server or endpoint

View File

@@ -14,3 +14,6 @@ scrape_configs:
basic_auth:
username: "patrick"
password: "wVmcxAL13HKIjGoC"
- job_name: "livekit"
static_configs:
- targets: ["livekit:6789"] # Where you have deployed Livekit Server or endpoint