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.
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.