Skip to content

Commit 3563a27

Browse files
author
CircleCI
committed
add a missing setting for batching
1 parent d187215 commit 3563a27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

telemetryproxy/docker/etc/config.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ exporters:
6868
endpoint: {{ getenv "LUMIGO_ENDPOINT" "https://ga-otlp.lumigo-tracer-edge.golumigo.com" }}
6969
auth:
7070
authenticator: headers_setter/lumigo
71+
include_metadata: true # Needed by `headers_setter/lumigo` for batching to work
7172

7273
otlphttp/lumigo_logs:
7374
endpoint: {{ getenv "LUMIGO_LOGS_ENDPOINT" "https://ga-otlp.lumigo-tracer-edge.golumigo.com" }}
7475
auth:
7576
authenticator: headers_setter/lumigo
77+
include_metadata: true # Needed by `headers_setter/lumigo` for batching to work
7678

7779
{{- if $metricsScrapingEnabled }}
7880
otlphttp/lumigo_metrics:

0 commit comments

Comments
 (0)