update all

This commit is contained in:
2024-03-31 20:12:36 +02:00
parent 0a61199bd7
commit e64ae07eee
135 changed files with 9726 additions and 0 deletions

27
Jaeger/README.md Normal file
View File

@ -0,0 +1,27 @@
# Jaeger
This docker compose setup starts Jaeger and hotrod services.
To start the service run:
```console
docker compose up
use -d option to start the services in detached mode
```
### Ports
Below Ports are exposed by the services, you can always change them according to your need in the yml
[here](https://github.com/ninadingole/docker-images/blob/a423f995b3388320df1c9a3b404694ff7a1aad13/jaeger/docker-compose.yml#L1)
| Port | Description |
|--------|-------------------|
| 6831 | Jaeger Agent Port |
| 16686 | Jaeger UI Port |
| 8082 | Hotrod UI Port |
### Infrastructure model
![Infrastructure model](.infragenie/infrastructure_model.png)