14 lines
605 B
YAML
14 lines
605 B
YAML
# P0-OBS-001 controlled workaround for SigNoz v0.113.0 setupCompleted=false.
|
|
# Risk: medium. Scope: recreate only the stateless otel-collector container.
|
|
# Why: OpAMP cannot attach an orgId and replaces all signal pipelines with nop.
|
|
# Replacement: initialize the SigNoz organization and migrate the stack to Foundry.
|
|
# Owner: platform-observability. Expiry: 2026-08-15 Asia/Taipei.
|
|
# Rollback: run the base compose file without this override.
|
|
services:
|
|
otel-collector:
|
|
entrypoint:
|
|
- /bin/sh
|
|
command:
|
|
- -c
|
|
- exec /signoz-otel-collector --config=/etc/otel-collector-config.yaml
|