-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotrod] Fix connectivity in docker compose (#5734)
## Which problem is this PR solving? - HotROD demo stopped working. Since v0.105 the OTEL Collector components default hostname to 'localhost. However, that does not work inside a Docker container (at least on MacOS & Docker Desktop). ## Description of the changes - Make OTLP receivers listen on all IPs (0.0.0.0) - Unrelated, but added a mermaid diagram for SPM, as I needed it for the slides for a presentation ## How was this change tested? - Go through HotROD demo workflow --------- Signed-off-by: Yuri Shkuro <github@ysh.us>
- Loading branch information
1 parent
7a158cb
commit c6d7e17
Showing
3 changed files
with
47 additions
and
31 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
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
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