Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc middleware: support to add additional tags to a GRPC ClientHandler #143

Open
fho opened this issue Aug 12, 2019 · 4 comments
Open

grpc middleware: support to add additional tags to a GRPC ClientHandler #143

fho opened this issue Aug 12, 2019 · 4 comments

Comments

@fho
Copy link

fho commented Aug 12, 2019

I would like to add additional fixed tags per GRPC ClientHandler to spans like "component = grpc".

A way to implement it could be to introduce an additional ClientOption to the grpc package to pass tags when calling NewClientHandler().
Similiar to https://github.com/openzipkin/zipkin-go/blob/master/middleware/http/client.go#L60

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Aug 12, 2019 via email

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Aug 12, 2019 via email

@jcchavezs
Copy link
Contributor

I am creating an example on this. Hold on for news.

@jcchavezs
Copy link
Contributor

@fho FYI #177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants