From ae337d63e8c2afee13fecdf768cc4e8b843f69e3 Mon Sep 17 00:00:00 2001
From: royalcat <k.adamovich20@gmail.com>
Date: Tue, 19 Mar 2024 14:54:55 +0300
Subject: [PATCH] resource processor

---
 otel-collector/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]