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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
The ocgrpc plugin inserts the "method" key during tag propagation. I found this in real life usage and I had to manually get around this with

https://github.com/orijtech/opencensus-experiments/blob/0ac9edcefcf4273c0d4f6dfa85a53cfc8e527f66/integration/go-grpc-client/interop_test.go#L103
and @Ramonza encouraged me to file an issue
This is where we insert it
opencensus-go/plugin/ocgrpc/client_stats_handler.go
Lines 52 to 54 in 2ecd8d9