diff --git a/README.md b/README.md index 7261e84be4..0668ad072b 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,9 @@ Steps: -ErrorRetentionPeriod 10:00:00:00 ` -Acknowledgements RabbitMQBrokerVersion310 ``` + +## Integrated ServicePulse + +Since version 6.13, ServiceControl ships with a copy of ServicePulse and [can host it from an Error instance](https://docs.particular.net/servicecontrol/servicecontrol-instances/integrated-servicepulse). + +ServiceControl Error instances have a reference to the Particular.ServicePulse.Core package; this contains the ServicePulse assets, along with the code required to serve them out of an ASP.NET web host. diff --git a/src/ServiceControl/Container-README.md b/src/ServiceControl/Container-README.md index 011e8a7f00..806df8c49c 100644 --- a/src/ServiceControl/Container-README.md +++ b/src/ServiceControl/Container-README.md @@ -20,7 +20,7 @@ docker run -d --name servicecontrol -p 33333:33333 \ -e CONNECTIONSTRING="host=rabbitmq" \ -e RAVENDB_CONNECTIONSTRING="http://servicecontrol-db:8080" \ -e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \ - -e ENABLEDINTEGRATEDSERVICEPULSE="true" \ + -e ENABLEINTEGRATEDSERVICEPULSE="true" \ particular/servicecontrol:latest --setup-and-run ```