fixed prometheus config for livekit

This commit is contained in:
PxlLoewe
2025-06-30 15:37:16 -07:00
parent 536d214840
commit 1f84e621dd
4 changed files with 3 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 552 KiB

View File

@@ -37,11 +37,12 @@ services:
- "7880:7880"
- "7881:7881"
- "7882:7882/udp"
- "6789:6789" # metrics port
volumes:
- ./packages/livekit/livekit.yaml:/etc/livekit.yaml
command:
- "--config"
- "/livekit.yaml"
- "/etc/livekit.yaml"
- "--node-ip=127.0.0.1"
volumes:

View File

@@ -214,6 +214,7 @@ services:
restart: unless-stopped
networks:
- traefik
- core_network
ports:
- "7881:7881"
- "7882:7882/udp"

View File

@@ -7,13 +7,6 @@ remote_write:
username: 2527367
password: glc_eyJvIjoiMTMzOTM4MiIsIm4iOiJzdGFjay0xMzAxNTY2LWFsbG95LWxvY2FsLWRldiIsImsiOiI1YkM0SkFvODU3NjJCaTFlQnkwY0xySjEiLCJtIjp7InIiOiJwcm9kLXVzLXdlc3QtMCJ9fQ==
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: