vertx-tracing icon indicating copy to clipboard operation
vertx-tracing copied to clipboard

Support to Update Span Name in OpenTelemetry

Open VishnuTeja27 opened this issue 1 year ago • 3 comments

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 avatar Jun 16 '23 09:06 VishnuTeja27

Would you like to contribute this?

tsegismont avatar Jun 20 '23 10:06 tsegismont

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

VishnuTeja27 avatar Jun 21 '23 09:06 VishnuTeja27

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

tsegismont avatar Jun 21 '23 09:06 tsegismont