ci(otel): add logs pipeline to otel-collector (OTLP /v1/logs 404 fix)

This commit is contained in:
Asep Haryana
2026-07-31 14:13:56 +07:00
parent 80b5161630
commit c535ee7858
+4
View File
@@ -54,3 +54,7 @@ service:
receivers: [otlp]
processors: [memory_limiter, batch, attributes]
exporters: [prometheus, debug]
logs:
receivers: [otlp]
processors: [memory_limiter, batch, attributes]
exporters: [debug]