Skip to content

Commit

Permalink
not sending to HOSTENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Nov 18, 2024
1 parent 33afc61 commit d85f748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ opentelemetry-agent:
config:
exporters:
otlp:
endpoint: ${env:HOSTENDPOINT}:4317 # inject the host endpoint via env
endpoint: "${env:HOSTENDPOINT}:4317" # inject the host endpoint via env
tls:
insecure: true

Expand Down

0 comments on commit d85f748

Please sign in to comment.