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
emit's data model is intentionally smaller than OpenTelemetry's. There are some features in OpenTelemetry that emit isn't planning any direct support for, including:
span links
span kinds
We could still let you define your own scheme for these and pull them off events in emit_otlp to better tailor your diagnostics. It could use the same closure-based approach we do for overriding the span body:
emit
's data model is intentionally smaller than OpenTelemetry's. There are some features in OpenTelemetry thatemit
isn't planning any direct support for, including:We could still let you define your own scheme for these and pull them off events in
emit_otlp
to better tailor your diagnostics. It could use the same closure-based approach we do for overriding the span body:For span links, we could just define our own
SpanLink
type inemit_otlp
and allow you to map properties on the event into span links.The text was updated successfully, but these errors were encountered: