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

feat: added span name processor #510

Merged
merged 5 commits into from
Oct 9, 2024
Merged

Conversation

alekseyvdovenko
Copy link
Contributor

@alekseyvdovenko alekseyvdovenko commented Oct 7, 2024

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.

@alekseyvdovenko alekseyvdovenko added the enhancement New feature or request label Oct 7, 2024
@alekseyvdovenko alekseyvdovenko self-assigned this Oct 7, 2024
@alekseyvdovenko alekseyvdovenko linked an issue Oct 7, 2024 that may be closed by this pull request
@alekseyvdovenko
Copy link
Contributor Author

alekseyvdovenko commented Oct 7, 2024

/deploy-review

Environment URL: https://chat-ai-dial-core-pr-510.nightly-test.deltixhub.io
E2E tests status: success

@alekseyvdovenko alekseyvdovenko force-pushed the feat/issue-509 branch 2 times, most recently from 0846028 to 7a8e5a4 Compare October 8, 2024 13:02
@alekseyvdovenko
Copy link
Contributor Author

alekseyvdovenko commented Oct 8, 2024

/deploy-review

Environment URL: https://chat-ai-dial-core-pr-510.nightly-test.deltixhub.io
E2E tests status: failed

akurnosau
akurnosau previously approved these changes Oct 9, 2024
Copy link
Contributor

@akurnosau akurnosau left a 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

@alekseyvdovenko
Copy link
Contributor Author

alekseyvdovenko commented Oct 9, 2024

/deploy-review

Environment URL: https://chat-ai-dial-core-pr-510.nightly-test.deltixhub.io
E2E tests status: failed

@alekseyvdovenko
Copy link
Contributor Author

alekseyvdovenko commented Oct 9, 2024

/deploy-review

Environment URL: https://chat-ai-dial-core-pr-510.nightly-test.deltixhub.io
E2E tests status: success

@alekseyvdovenko alekseyvdovenko merged commit 7908feb into development Oct 9, 2024
7 checks passed
@alekseyvdovenko alekseyvdovenko deleted the feat/issue-509 branch October 10, 2024 09:24
astsiapanay pushed a commit that referenced this pull request Oct 11, 2024
@astsiapanay astsiapanay mentioned this pull request Oct 11, 2024
astsiapanay pushed a commit that referenced this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify span names
3 participants