diff --git a/otel-collector/config.yaml b/otel-collector/config.yaml index 6947b8a..40bbb6b 100644 --- a/otel-collector/config.yaml +++ b/otel-collector/config.yaml @@ -49,5 +49,5 @@ service: exporters: [prometheusremotewrite] logs: receivers: [otlp] - processors: [batch, attributes] + processors: [batch, attributes, resource] exporters: [loki]