Push eco in game otel into signoz #127

Closed
opened 2026-07-20 19:48:23 +00:00 by coilysiren · 2 comments
Owner

pretty sure we are already collecting it???

pretty sure we are already collecting it???
Author
Owner

via the C# mod

via the C# mod
Member

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/logs
  • OtlpTracesEndpoint: http://ser8:30418/v1/traces
  • OtlpMetricsEndpoint: http://ser8:30428/opentelemetry/api/v1/push
  • Protocol for each: HttpProtobuf

This 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, checks Logs/EcoTelemetry/smoke-probe.txt, then verifies fresh Eco logs and traces in SigNoz plus eco.* and .NET runtime series in VictoriaMetrics. No repository change or further product decision is required.

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/logs` * `OtlpTracesEndpoint`: `http://ser8:30418/v1/traces` * `OtlpMetricsEndpoint`: `http://ser8:30428/opentelemetry/api/v1/push` * Protocol for each: `HttpProtobuf` This 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, checks `Logs/EcoTelemetry/smoke-probe.txt`, then verifies fresh Eco logs and traces in SigNoz plus `eco.*` and .NET runtime series in VictoriaMetrics. No repository change or further product decision is required.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/eco-app#127
No description provided.