added livekit to premetheus
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
port: 7880
|
port: 7880
|
||||||
|
prometheus_port: 6789
|
||||||
rtc:
|
rtc:
|
||||||
udp_port: 7882
|
udp_port: 7882
|
||||||
tcp_port: 7881
|
tcp_port: 7881
|
||||||
@@ -9,4 +10,4 @@ keys:
|
|||||||
APIAnsGdtdYp2Ho: tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC
|
APIAnsGdtdYp2Ho: tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC
|
||||||
logging:
|
logging:
|
||||||
json: false
|
json: false
|
||||||
level: info
|
level: info
|
||||||
|
|||||||
@@ -11,3 +11,19 @@ scrape_configs:
|
|||||||
- job_name: dispatch-server
|
- job_name: dispatch-server
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["host.docker.internal:3002"]
|
- 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
|
||||||
|
|||||||
@@ -14,3 +14,6 @@ scrape_configs:
|
|||||||
basic_auth:
|
basic_auth:
|
||||||
username: "patrick"
|
username: "patrick"
|
||||||
password: "wVmcxAL13HKIjGoC"
|
password: "wVmcxAL13HKIjGoC"
|
||||||
|
- job_name: "livekit"
|
||||||
|
static_configs:
|
||||||
|
- targets: ["livekit:6789"] # Where you have deployed Livekit Server or endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user