prometheus and otlp

This commit is contained in:
2025-07-26 12:42:54 +02:00
parent 2c096a5946
commit ef794eba8c
5 changed files with 94 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Install]
WantedBy=default.target
[Container]
Image=ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.128.0
Exec=--config=/etc/otelcol-config.yml
Volume=./otelcol-config.yml:/etc/otelcol-config.yml
Network=monitoring.network
HostName=otel_collector
PublishPort=4317:4317
PublishPort=54525:54525