-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c23a04f
commit 8773e5b
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] |