Tracing currently only covers HTTP requests (api/tracer.go uses OpenTracing/Datadog). The database layer (storage/dial.go) has no tracing instrumentation — SQL queries are invisible in traces. Adding database-level tracing (e.g., via dd-trace-go's SQL integration or pop instrumentation) would help diagnose slow queries and understand request latency breakdown.
Moved from CI 37
Tracing currently only covers HTTP requests (
api/tracer.gouses OpenTracing/Datadog). The database layer (storage/dial.go) has no tracing instrumentation — SQL queries are invisible in traces. Adding database-level tracing (e.g., viadd-trace-go's SQL integration or pop instrumentation) would help diagnose slow queries and understand request latency breakdown.Moved from CI 37