fixed prometheus config for livekit
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 552 KiB |
@@ -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:
|
||||
|
||||
@@ -214,6 +214,7 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik
|
||||
- core_network
|
||||
ports:
|
||||
- "7881:7881"
|
||||
- "7882:7882/udp"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user