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
Is your feature request related to a problem? Please describe.
Database spans from Dacalog are not recognized by APM dashboards.
Describe the solution you'd like
We would like to make Decalog OTel-compatible. OpenTelemetry has a set of semantic conventions for tagging a span, which is recognized by some APM dashboards.
Describe alternatives you've considered
We can run a "shim" between Decalog and OpenTelemetry backends, but that’s extra amount of work and may be difficult for most users.
A potential solution is introducing hooks into Decalog, to let users modify tags of all traces.
Is your feature request related to a problem? Please describe.
Database spans from Dacalog are not recognized by APM dashboards.
Describe the solution you'd like
We would like to make Decalog OTel-compatible. OpenTelemetry has a set of semantic conventions for tagging a span, which is recognized by some APM dashboards.
Describe alternatives you've considered
We can run a "shim" between Decalog and OpenTelemetry backends, but that’s extra amount of work and may be difficult for most users.
A potential solution is introducing hooks into Decalog, to let users modify tags of all traces.
Additional context
https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/
The text was updated successfully, but these errors were encountered: