otelgrpc: add WithSpanOptions behavior to stats_handler #5430
Labels
area: instrumentation
Related to an instrumentation package
enhancement
New feature or request
instrumentation: otelgrpc
Problem Statement
otelgrpc stats_handler does not support the config SpanStartOptions, even tho this config is supported in the deprecated interceptors since #3768
Proposed Solution
Append SpanStartOptions to the stats_handler SpanStartOptions like it's done on the interceptors side to have the same functionality for both use cases.
The text was updated successfully, but these errors were encountered: