Skip to content

Add APM tracing to the database layer #414

Description

@VaibhavAcharya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions