Skip to content

Commit

Permalink
chore(docker compose): add container name as tag attribute to contain… (
Browse files Browse the repository at this point in the history
open-telemetry#1495)

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

---------

Signed-off-by: Harry Kimpel <[email protected]>
Co-authored-by: Austin Parker <[email protected]>
  • Loading branch information
2 people authored and AlexPSplunk committed Jul 10, 2024
1 parent ab65dd1 commit 70e9438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ the release.

## 1.9.0

* [chore] docker compose: add container name as tag attribute to container logs
* [featureflag] deprecate in favor of flagd
([#1338](https://github.com/open-telemetry/opentelemetry-demo/pull/1388))
* [checkoutservice] add producer interceptor for tracing
Expand Down
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ x-default-logging: &logging
options:
max-size: "5m"
max-file: "2"
tag: "{{.Name}}"

networks:
default:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ x-default-logging: &logging
options:
max-size: "5m"
max-file: "2"
tag: "{{.Name}}"

networks:
default:
Expand Down

0 comments on commit 70e9438

Please sign in to comment.