Skip to content

Commit 410bfcc

Browse files
authored
Fixing otel configuration in docker compose (#3286)
Signed-off-by: Ashmita152 <[email protected]>
1 parent 550c649 commit 410bfcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose/monitor/otel-collector-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ exporters:
1616

1717
jaeger:
1818
endpoint: "jaeger:14250"
19-
insecure: true
19+
tls:
20+
insecure: true
2021

2122
processors:
2223
batch:

0 commit comments

Comments
 (0)