Commit 06f5adee2352e37a0311be866a8fcbdcb4d7db3e
1 parent
d4532814
Exists in
master
update readme
Showing
4 changed files
with
27 additions
and
3 deletions
Show diff stats
.infragenie/infrastructure_model.png
21.6 KB
README.md
21.6 KB
... | ... | @@ -0,0 +1,27 @@ |
1 | +# Jaeger | |
2 | + | |
3 | +This docker compose setup starts Jaeger and hotrod services. | |
4 | + | |
5 | +To start the service run: | |
6 | + | |
7 | +```console | |
8 | +docker compose up | |
9 | + | |
10 | +use -d option to start the services in detached mode | |
11 | +``` | |
12 | + | |
13 | +### Ports | |
14 | +Below Ports are exposed by the services, you can always change them according to your need in the yml | |
15 | +[here](https://github.com/ninadingole/docker-images/blob/a423f995b3388320df1c9a3b404694ff7a1aad13/jaeger/docker-compose.yml#L1) | |
16 | + | |
17 | +| Port | Description | | |
18 | +|--------|-------------------| | |
19 | +| 6831 | Jaeger Agent Port | | |
20 | +| 16686 | Jaeger UI Port | | |
21 | +| 8082 | Hotrod UI Port | | |
22 | + | |
23 | +### Infrastructure model | |
24 | + | |
25 | + | |
26 | + | |
27 | + | ... | ... |