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

Support to Update Span Name in OpenTelemetry #59

Open
VishnuTeja27 opened this issue Jun 16, 2023 · 3 comments
Open

Support to Update Span Name in OpenTelemetry #59

VishnuTeja27 opened this issue Jun 16, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@VishnuTeja27
Copy link

VishnuTeja27 commented Jun 16, 2023

Describe the feature

Currently the vertx-opentelemetry Library creates spans with names the HTTP Method names(GET,POST,etc) both for incoming and outgoing requests from the vertx application. Can we have support to override these names?
In the otel specification as well it is recommended to have support to override the spanNames, so that the client can configure/override it based on the cardinality.
Otel Specification

Use cases

This will be helpful in creating more meaningful spanNames based on the client requirements.

@VishnuTeja27 VishnuTeja27 added the enhancement New feature or request label Jun 16, 2023
@tsegismont tsegismont added the help wanted Extra attention is needed label Jun 20, 2023
@tsegismont
Copy link
Contributor

Would you like to contribute this?

@VishnuTeja27
Copy link
Author

Sure, I would like to give it a try.
Can you please share if there are any resources/guidelines for contributing to this project

@tsegismont
Copy link
Contributor

Sure https://github.com/eclipse-vertx/vert.x/blob/master/CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants