From c1d985c3c2a6c6e3be110f1a7730f5c2573f0ba4 Mon Sep 17 00:00:00 2001 From: Kylie Rozegnal <132916538+kylierozegnal@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:39:51 -0500 Subject: [PATCH] Update README to remove ServiceInsight reference Removed reference to ServiceInsight from the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2927d8dcf6..8914a81674 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ServiceControl ![Current Version](https://img.shields.io/github/release/particular/servicecontrol.svg?style=flat&label=current%20version) -ServiceControl is the monitoring brain in the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. ServiceControl collects data on every single message flowing through the system (Audit Queue), errors (Error Queue), as well as additional information regarding sagas, endpoints heartbeats, and custom checks (Control Queue). The information is then exposed to [ServicePulse](https://particular.net/servicepulse) and [ServiceInsight](https://particular.net/serviceinsight) via an HTTP API and SignalR notifications. +ServiceControl is the monitoring brain in the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. ServiceControl collects data on every single message flowing through the system (Audit Queue), errors (Error Queue), as well as additional information regarding sagas, endpoints heartbeats, and custom checks (Control Queue). The information is then exposed to [ServicePulse](https://particular.net/servicepulse) via an HTTP API and SignalR notifications. See the [ServiceControl documentation](https://docs.particular.net/servicecontrol/) for more information.