Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

plugin/ocgrpc: do not insert "method" during tag propagation #541

@odeke-em

Description

@odeke-em

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
screen shot 2018-03-08 at 5 49 41 pm

and @Ramonza encouraged me to file an issue

This is where we insert it

ctx, _ = tag.New(ctx,
tag.Upsert(KeyMethod, methodName(info.FullMethodName)),
)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions