feat(jitsi-meet): added grafana loki and otel integration for log analysis (#1844)
This commit is contained in:
21
log-analyser.yml
Normal file
21
log-analyser.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
# Log Analyser: used for setting up a log analysis system for visualization, log collection and log processing.
|
||||
|
||||
loki:
|
||||
container_name: loki
|
||||
image: grafana/loki:3.0.0
|
||||
command: -config.file=/conf/loki-config.yaml
|
||||
volumes:
|
||||
- ./log-analyser/loki/data:/data
|
||||
- ./log-analyser/loki/conf:/conf
|
||||
ports:
|
||||
- "3100:3100"
|
||||
|
||||
otel-collector:
|
||||
container_name: otel
|
||||
image: otel/opentelemetry-collector-contrib
|
||||
volumes:
|
||||
- ./log-analyser/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
|
||||
- ./log-analyser/jitsi-logs/:/tmp/jitsi-logs/
|
||||
Reference in New Issue
Block a user