NServiceBus
NServiceBus copied to clipboard
Build, version, and monitor better microservices with the most powerful service platform for .NET
- Related to #7094 ---- ### Describe the feature. #### Is your feature related to a problem? Please describe. It is not always possible to determine if an exception should...
- Related to: #7093 ---- ### Describe the feature. #### Is your feature related to a problem? Please describe. Some exceptions may be transient, but in a high throughput environment,...
### Symptoms The assembly scanner doesn't scan message assemblies that reference the recently introduced `NServiceBus.MessageInterfaces` assembly ### Who's affected Customers using the recently introduced `NServiceBus.MessageInterfaces` assembly ### Root cause The...
### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. NServiceBus.Logging exists in all versions of Core. Its a logging abstraction by NServiceBus that is...
Following one of the NServiceBus design principles, this PR tries to reorganize metrics and meters by feature/concern rather than grouping them all in the same spot as a cross-cutting concern....
### Describe the feature. #### Is your feature related to a problem? Please describe. Currently, a span is created for every retry (just the default process span), but there's no...
- depends on https://github.com/Particular/NServiceBus/pull/7077 - depends on https://github.com/Particular/NServiceBus/pull/7058 This PR introduces an OpenTelemetry-native metric for measuring the message's [processing time](https://docs.particular.net/monitoring/metrics/definitions#metrics-captured-processing-time), which include the pipeline. POA: - [x] Update [public docs](https://docs.particular.net/nservicebus/operations/opentelemetry#meters-emitted-meters)
- depends on https://github.com/Particular/NServiceBus/pull/7077 This PR introduces a new metric for measuring the [message handler time](INSERT-LINK) using an OpenTelemetry-native metric. We introduced a new tag/label to record the message handler...
### Describe the feature. #### Describe the requested feature Make it easier to use the hosting builder from Microsoft.Extensions.Hosting. #### Potential solutions Merge NServiceBus.Extensions.Hosting into NServiceBus package ### Additional Context...