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

Adds HttpAdapter.methodFromResponse for route-based span names #620

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

codefromthecrypt
Copy link
Member

Span names like "/users/:userId" now include the method like
"delete /users/:userId"

This changes the route-based naming convention to include the http
method and fixes some glitches not detected before. To support this,
we need to make the http method visible in response parsing phase.

See openzipkin/zipkin#1874 (comment)

@codefromthecrypt
Copy link
Member Author

adding a test for http options to this

@codefromthecrypt codefromthecrypt force-pushed the method-in-name branch 2 times, most recently from ab56ffd to 024f566 Compare February 23, 2018 07:48
Span names like "/users/:userId" now include the method like
"delete /users/:userId"

This changes the route-based naming convention to include the http
method and fixes some glitches not detected before. To support this,
we need to make the http method visible in response parsing phase.
@codefromthecrypt codefromthecrypt merged commit b3c33ff into master Feb 23, 2018
@codefromthecrypt codefromthecrypt deleted the method-in-name branch February 23, 2018 08:20
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

Successfully merging this pull request may close these issues.

1 participant