gRPC OTEL context problem #1697
-
Good day! I build application with roadrunner and use OTEL plugin. OTEL works nice for HTTP plugin, traceparent header helps build right context for application span. Problem starts with GRPS - there is no traceparent header, so i dont know how build right context - application and server span does not matches. How can i solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @kevinspacey 👋🏻 |
Beta Was this translation helpful? Give feedback.
Hey @kevinspacey 👋🏻
The
gRPC
plugin does not support OTLP headers at the moment 😭, but feel free to make a feature request, and since this is fairly easy to add, I'll include it in the upcomingv2023.3
.