fix(opentelemetry): restore otlphttp/logs exporter configuration for log ingestion
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
44e1213253
commit
6bbc81a940
@ -85,11 +85,10 @@ spec:
|
||||
send_batch_size: 5
|
||||
timeout: 10s
|
||||
exporters:
|
||||
# otlphttp/logs:
|
||||
# endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
|
||||
# tls:
|
||||
# insecure: true
|
||||
loki
|
||||
otlphttp/logs:
|
||||
endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp
|
||||
tls:
|
||||
insecure: true
|
||||
debug:
|
||||
verbosity: detailed
|
||||
service:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user