You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <[email protected]>
This module implements an extension that allows purging the backend storage by making an HTTP POST request to it.
3
+
This module implements an extension that allows purging the backend storage by making an HTTP POST request to it.
4
4
5
5
The storage_cleaner extension is intended to be used only in tests, providing a way to clear the storage between test runs. Making a POST request to the exposed endpoint will delete all data in storage.
6
6
7
-
8
-
```mermaid
9
-
flowchart LR
10
-
Receiver --> Processor
11
-
Processor --> Exporter
12
-
JaegerStorageExension -->|"(1) get storage"| Exporter
0 commit comments