-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: added span name processor #510
Conversation
/deploy-review
|
0846028
to
7a8e5a4
Compare
7a8e5a4
to
43f3f18
Compare
/deploy-review
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like that "named group" approach
/deploy-review
|
/deploy-review
|
Currently, Vert.x core sets "operation" (HTTP Method for client/server span kinds) as a span name:
With an opened ticket for configuring the name eclipse-vertx/vertx-tracing#59
which is a bit of non-descriptive. To be aligned with the other DIAL components, like chat, adapters, etc., which form the name as HTTP Method + HTTP Path (e.g. "POST /path/to/resource"), the idea is to introduce the span processor which will set the name the same way.