You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: