open-telemetry / opentelemetry-erlang-contrib

OpenTelemetry instrumentation for Erlang & Elixir

Home Page:https://opentelemetry.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[grpcbox] improve support for grpc

ty-elastic opened this issue · comments

Is your feature request related to a problem? Please describe.

to fully enable APM backends, grpc spans should be properly marked with SpanKind and RpcSystem.

Describe the solution you'd like

set SpanKind=SERVER, RpcSystem=grpc

Additional context

PR forthcoming.