Commit 184ff19
authored
chore(server): change tracer collector's host name (#1727)
We're about to change a service which receives the traces. It's now
Jaeger, and thanks to this change: LeoColman/MyStack#21,
Jaeger is now reachable by the more abstract host name. It lets us
abstract out what component receives the traces by simply configuring
in Docker Compose's config which service will be available under this
hostname. Ultimately, it will allow us to enable aggregated metrics with
OTel Collector and Prometheus without downtime.1 parent 6a730df commit 184ff19
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- jit-binding-server/src/main/kotlin/io/github/typesafegithub/workflows/jitbindingserver
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments