Skip to content

Commit

Permalink
Updated dockerstatsreceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgaud12 committed Jan 30, 2025
1 parent c23a04f commit 8773e5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .chloggen/update-docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
change_type: enhancement

component: dockerstatsreceiver

note: "Respect the `DOCKER_HOST` environment variable when resolving the Docker endpoint. The receiver now prioritizes the endpoint in the following order: YAML config > `DOCKER_HOST` env variable > default `unix:///var/run/docker.sock`."

issues: [35779]

subtext: |
- Previously, the receiver required explicit configuration of the endpoint.
- This change allows automatic detection of `DOCKER_HOST`, improving flexibility in different environments.
change_logs: []

0 comments on commit 8773e5b

Please sign in to comment.