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
Is your improvement related to a problem? Please describe.
There is no specific problem.
Describe the suggested solution
OpenTelemetry introduced a standard way to report failure types using the error.type tag. When we introduced OpenTelemetry support in NServiceBus, the error.type tag was not a thing, and we decided to use a custom nservicebus.failure_type tag.
It would be good to conform to the standard error.type tag.
Describe alternatives you've considered
Option 1: Keep things as is and deviate from the standard
Option 2: Introduce the new tag and keep the old one (possibly forever) to maintain backward compatibility, especially considering that there is no easy way to deprecate anything OpenTelemetry-related
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the suggested improvement
Is your improvement related to a problem? Please describe.
There is no specific problem.
Describe the suggested solution
OpenTelemetry introduced a standard way to report failure types using the
error.type
tag. When we introduced OpenTelemetry support in NServiceBus, theerror.type
tag was not a thing, and we decided to use a customnservicebus.failure_type
tag.It would be good to conform to the standard
error.type
tag.Describe alternatives you've considered
Additional Context
No response
The text was updated successfully, but these errors were encountered: