Hi all,
We’ve wired up a few of our test envs and production deployments to prometheus/grafana and I’ve noticed a bunch of the following metric: nservicebus_messaging_failures_total → nservicebus_failure_type = “NServiceBus.TransactionalSession.ConsumeMessageException” in our grafana dashboards that I’ve been playing around with.
We do use TransactionalSession & Outbox with the following versions of software:
.NET 6
NSB 8.2.3
NServiceBus.TransactionalSession 2.0.0
NServiceBus.Transport.AzureServiceBus 2.0.2
Microsoft.EntityFrameworkCore 6.0.36
It doesn’t seem to be impacting anything we’re doing. There are no additional logs with this, no related failed messages and I didn’t notice anything on the console of the service in question even - I’m just wondering if there’s something we should be taking a look at in more detail?
Many thanks!
Rob.