This commit is contained in:
Yevgeniy Ulyantsev
2026-01-30 21:43:46 +03:00
parent b889d34575
commit 309b3a9c95
3 changed files with 21 additions and 5 deletions

View File

@@ -37,10 +37,11 @@ services:
command:
- "--config=/etc/otel/otel-collector.yaml"
ports:
- "4317:4317"
- "4318:4318"
- "8888:8888"
- "55679:55679"
- "4317:4317" # OTLP gRPC
- "4318:4318" # OTLP HTTP
- "8888:8888" # Collector self-metrics
- "8889:8889" # Application metrics (добавьте эту строку!)
- "55679:55679" # ZPages
grafana:
image: grafana/grafana:10.3.1