Skip to content

Commit

Permalink
Avoid binding to 0.0.0.0 in OTEL test to fix popup on macos (#27746)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac authored Jul 19, 2024
1 parent 53d6311 commit da657d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ service:
metrics:
receivers: [datadog/connector]
exporters: [datadog, debug]
telemetry:
metrics:
address: 127.0.0.1:8888

0 comments on commit da657d8

Please sign in to comment.