Push eco in game otel into signoz #127
Labels
No labels
burndown-2026-06
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#127
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pretty sure we are already collecting it???
via the C# mod
The backend split is decided. The operator should route the live mod by signal, not send all three signals to SigNoz:
OtlpLogsEndpoint:http://ser8:30418/v1/logsOtlpTracesEndpoint:http://ser8:30418/v1/tracesOtlpMetricsEndpoint:http://ser8:30428/opentelemetry/api/v1/pushHttpProtobufThis matches the current fleet contract: SigNoz owns logs and traces, while VictoriaMetrics owns metrics. The mod code and example config already support this per-signal split.
The remaining step is operator-only. The operator updates the live
EcoTelemetry.json, schedules the restart, checksLogs/EcoTelemetry/smoke-probe.txt, then verifies fresh Eco logs and traces in SigNoz pluseco.*and .NET runtime series in VictoriaMetrics. No repository change or further product decision is required.