Skip to content

Commit b2e7a6b

Browse files
Document Integrated ServicePulse in README (#5344)
* Document Integrated ServicePulse in README Added section about Integrated ServicePulse and its hosting capabilities. * Apply suggestion from @PhilBastian Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com> * Fix typo --------- Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com>
1 parent e7edf0a commit b2e7a6b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ Steps:
102102
-ErrorRetentionPeriod 10:00:00:00 `
103103
-Acknowledgements RabbitMQBrokerVersion310
104104
```
105+
106+
## Integrated ServicePulse
107+
108+
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).
109+
110+
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.

src/ServiceControl/Container-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run -d --name servicecontrol -p 33333:33333 \
2020
-e CONNECTIONSTRING="host=rabbitmq" \
2121
-e RAVENDB_CONNECTIONSTRING="http://servicecontrol-db:8080" \
2222
-e REMOTEINSTANCES='[{"api_uri":"http://audit:44444/api"}]' \
23-
-e ENABLEDINTEGRATEDSERVICEPULSE="true" \
23+
-e ENABLEINTEGRATEDSERVICEPULSE="true" \
2424
particular/servicecontrol:latest --setup-and-run
2525
```
2626

0 commit comments

Comments
 (0)