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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions