使用 ServiceInsight 监控 NServicebus

NServicebus monitoring with ServiceInsight

我尝试 ServiceInsight/ServicePulse 监控我们的 NServibuce 基础设施。

但是ServiceControl服务只能监控一个错误队列。

对于多个环境(dev/int/acc/prod),最佳做法是什么?
我猜最好是按环境安装一个 ServiceControl 服务?

我们在多台服务器上也有处理程序。为了使用一个 ServiceControl 监视所有内容,所有处理程序必须指向同一个错误队列。正确吗?

For multiple environments(dev/int/acc/prod), what is the best practice? I guess the best is to install one ServiceControl service by environment?

是的,这是最佳做法。

We have also handlers on multiple servers. In order to monitor everything with one ServiceControl, all handlers must point to the same error queue. Correct?

是的,您应该集中每个环境的错误和审计队列。

这些答案有道理吗?