remyvd
(Remy van Duijkeren)
March 15, 2026, 11:06am
1
I don’t see the Saga Diagram anymore in ServiceInsight and ServicePulse for a couple of months.
The NServiceBus.SagaAudit nuget package was always installed. I now even installed it in every endpoint just to be sure, but without any effect.
The ServicePlatform Config is like this:
Does the SagaAuditQueue needs to be its own queue?
saratry
(Sara Pellegrini)
March 16, 2026, 3:34pm
2
Hi Remy,
The SagaAuditQueue does not need any special queue.
Which version of ServiceControl are you using?
Could you double-check if you configured all your endpoints according to this documentation:
If you believe everything is all right, could you share your config file?
Thank you,
Sara
remyvd
(Remy van Duijkeren)
August 17, 2026, 2:47am
3
Sorry for the late response, was very busy.
I fixed this in the end by going into RavenDB database and cleaning up there (it seemed to be stuck there of bad data). After that it started to work again.