We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d187215 commit 3563a27Copy full SHA for 3563a27
telemetryproxy/docker/etc/config.yaml.tpl
@@ -68,11 +68,13 @@ exporters:
68
endpoint: {{ getenv "LUMIGO_ENDPOINT" "https://ga-otlp.lumigo-tracer-edge.golumigo.com" }}
69
auth:
70
authenticator: headers_setter/lumigo
71
+ include_metadata: true # Needed by `headers_setter/lumigo` for batching to work
72
73
otlphttp/lumigo_logs:
74
endpoint: {{ getenv "LUMIGO_LOGS_ENDPOINT" "https://ga-otlp.lumigo-tracer-edge.golumigo.com" }}
75
76
77
78
79
{{- if $metricsScrapingEnabled }}
80
otlphttp/lumigo_metrics:
0 commit comments