Skip to content

Commit

Permalink
Merge pull request #69 from arukiidou/chore/fix-tls-config
Browse files Browse the repository at this point in the history
Set explicit TLSconfig
  • Loading branch information
zeitlinger authored Jun 24, 2024
2 parents 30dae8c + 970a407 commit 24c2758
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docker/otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ processors:

exporters:
otlphttp/metrics:
endpoint: http://localhost:9090/api/v1/otlp
endpoint: localhost:9090/api/v1/otlp
tls:
insecure: true
otlphttp/traces:
endpoint: http://localhost:4418
endpoint: localhost:4418
tls:
insecure: true
otlphttp/logs:
endpoint: http://localhost:3100/otlp
endpoint: localhost:3100/otlp
tls:
insecure: true
logging/metrics:
verbosity: detailed
logging/traces:
Expand Down

0 comments on commit 24c2758

Please sign in to comment.