diff --git a/platform/nservicebus.include.md b/platform/nservicebus.include.md index da566ca1510..4536413a2f0 100644 --- a/platform/nservicebus.include.md +++ b/platform/nservicebus.include.md @@ -78,6 +78,11 @@ When a message fails to be processed, even after a number of retry strategies ha Additionally, each endpoint can send [heartbeat](/monitoring/heartbeats/), [health check](/monitoring/custom-checks/), and [performance metrics](/monitoring/metrics/) through the platform for visualization in ServicePulse, making it easy to see which endpoints are offline, which are ready to scale out, and which require manual intervention. Message visualizations available in [ServicePulse](/servicepulse/message-details.md#messages-with-audited-conversation-data) and [ServiceInsight](/serviceinsight/) make it easy to understand message flows and timing of a running NServiceBus system. +The following diagram assumes all default config for the [Error](/servicecontrol/servicecontrol-instances/configuration.md), [Audit](/servicecontrol/audit-instances/configuration.md), and [Monitoring](/servicecontrol/monitoring-instances/configuration.md) instances. + + +![Particular Service Platform](/platform/particular-service-platform.jpg "width=800") + The [real-time monitoring demo](https://particular.net/real-time-monitoring) provides the ability to experience the Service Platform in action. The [Platform Sample package](/platform/platform-sample-package.md) provides the ability to demonstrate the Service Platform from within any Visual Studio solution, without the need to install anything. ## See it in action diff --git a/platform/particular-service-platform.jpg b/platform/particular-service-platform.jpg new file mode 100644 index 00000000000..17ad2160eed Binary files /dev/null and b/platform/particular-service-platform.jpg differ