Skip to content

Commit 888a5fc

Browse files
committed
Remove logs base64 decoding processor which breaks logs streaming
1 parent b5b830a commit 888a5fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

framework/observability/compose/otel.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ exporters:
2626
add_metric_suffixes: false
2727

2828
processors:
29-
transform:
30-
log_statements:
31-
- context: log
32-
statements:
33-
- set(body, Base64Decode(log.body.string))
3429

3530
service:
3631
pipelines:
@@ -39,7 +34,6 @@ service:
3934
exporters: [debug, otlp/traces]
4035
logs:
4136
receivers: [otlp]
42-
processors: [transform]
4337
exporters: [debug, otlphttp/logs]
4438
metrics:
4539
receivers: [otlp]

0 commit comments

Comments
 (0)