feat(obs): distributed traces across the .NET services (S-16b, closes #123) #126
@@ -558,12 +558,16 @@ services:
|
|||||||
context: ./observability/tempo
|
context: ./observability/tempo
|
||||||
image: register-referentie/tempo:dev
|
image: register-referentie/tempo:dev
|
||||||
command: ["-config.file=/etc/tempo.yaml"]
|
command: ["-config.file=/etc/tempo.yaml"]
|
||||||
|
# Cap the backplane's footprint so it can't starve the app stack + the Playwright browser on the
|
||||||
|
# memory-tight CI runner (verify-e2e OOM history, commit d5e5fa2). Generous vs idle (~150M).
|
||||||
|
mem_limit: 400m
|
||||||
networks: [cg]
|
networks: [cg]
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
context: ./observability/prometheus
|
context: ./observability/prometheus
|
||||||
image: register-referentie/prometheus:dev
|
image: register-referentie/prometheus:dev
|
||||||
|
mem_limit: 400m
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
networks: [cg]
|
networks: [cg]
|
||||||
@@ -572,6 +576,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./observability/grafana
|
context: ./observability/grafana
|
||||||
image: register-referentie/grafana:dev
|
image: register-referentie/grafana:dev
|
||||||
|
mem_limit: 512m
|
||||||
environment:
|
environment:
|
||||||
GF_SECURITY_ADMIN_USER: admin
|
GF_SECURITY_ADMIN_USER: admin
|
||||||
GF_SECURITY_ADMIN_PASSWORD: admin
|
GF_SECURITY_ADMIN_PASSWORD: admin
|
||||||
|
|||||||
Reference in New Issue
Block a user