Skip to content

Commit

Permalink
Fixing otel configuration in docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita152 <[email protected]>
  • Loading branch information
Ashmita152 committed Sep 27, 2021
1 parent 550c649 commit 807fb4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/monitor/otel-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ exporters:

jaeger:
endpoint: "jaeger:14250"
insecure: true
tls:
insecure: true

processors:
batch:
Expand Down

0 comments on commit 807fb4e

Please sign in to comment.