You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(observability): add Seq logging sink and OpenTelemetry tracing
- Add Serilog.Sinks.Seq to ship structured logs to Seq
- Add OpenTelemetry with ASP.NET Core + HttpClient instrumentation
- Export traces to Seq via OTLP (http://localhost:5341/ingest/otlp)
- Enrich Serilog logs with TraceId/SpanId from Activity.Current
- Register AddCceOpenTelemetry in both External and Internal APIs
- Add Seq configuration section to appsettings.json (empty in prod, localhost in dev)
- Keep existing Prometheus metrics untouched
0 commit comments