You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to refer to helm chart example (#7249)
* Update docs to refer to helm chart example
* Update servicecontrol/servicecontrol-instances/deployment/platform-container-examples.include.md
---------
Co-authored-by: Daniel Marbach <[email protected]>
Copy file name to clipboardExpand all lines: platform/throughput-report/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Particular Service Platform is licensed based on the number of NServiceBus e
12
12
13
13
The minimal installation required to generate the usage report is:
14
14
15
-
-[ServiceControl](/servicecontrol/). Only a single [error instance](/servicecontrol/servicecontrol-instances/) is required, as this is the primary service that contains the monitoring logic.
15
+
-[ServiceControl](/servicecontrol/). Only a single [error instance](/servicecontrol/servicecontrol-instances/) is required, as this is the primary service that contains the monitoring logic.
16
16
-[ServicePulse](/servicepulse/). This is the UI that interfaces with the ServiceControl service to allow users to specify which endpoints are NServiceBus related and generate the usage report to send to Particular.
17
17
18
18
The following methods can be used to install these requirements:
@@ -41,7 +41,7 @@ ServiceControl is installed as a Windows service, and starts automatically. It i
41
41
42
42
#### ServiceControl Management Utility (SCMU)
43
43
44
-
-[Download](https://particular.net/start-servicecontrol-download) the latest SCMU
44
+
-[Download](https://particular.net/start-servicecontrol-download) the latest SCMU
45
45
- Run the executable. This will require Admin priveleges
46
46
- Add a new ServiceControl and Audit instance
47
47

@@ -70,7 +70,7 @@ Follow the [installation instructions](/servicepulse/installation.md) and ensure
70
70
71
71
## Container Installation
72
72
73
-
When installing ServiceControl directly, through one of the [above solutions](#windows-installation), it includes an embedded RavenDB instance that stores all the data required for generating usage reports (and any other functions of ServiceControl that you may use). When using containers, a separate RavenDB database is required. This can also be containerized, allowing for a single docker compose to install all dependencies. An example of this can be found in the [Platform Container Examples repository](https://github.com/Particular/PlatformContainerExamples).
73
+
When installing ServiceControl directly, through one of the [above solutions](#windows-installation), it includes an embedded RavenDB instance that stores all the data required for generating usage reports (and any other functions of ServiceControl that you may use). When using containers, a separate RavenDB database is required that can also be containerized. An example of this can be found in the [Platform Container Examples repository](https://github.com/Particular/PlatformContainerExamples).
74
74
75
75
The containers required for generating a usage report are:
76
76
@@ -79,7 +79,7 @@ The containers required for generating a usage report are:
> By default, the ServiceControl instance will immediately start reading from the `error` queue when it starts. If this is not desired, e.g. if you have another process that monitors the error queue, then one of the following parameters should be supplied to the `docker run` command
82
-
> - -e SERVICEBUS_ERRORQUEUE=<<name of non-existing queue, e.g. `errornotused`>>
82
+
> - -e SERVICEBUS_ERRORQUEUE=<<name of non-existing queue, e.g. `errornotused`>>
> For examples of ServiceControl containers used together, including Docker Compose and Kubernetes examples, see the [Platform Container Examples repository](https://github.com/Particular/PlatformContainerExamples).
2
+
> For examples of ServiceControl containers used together, including Docker Compose and Kubernetes using a Helm chart, see the [Platform Container Examples repository](https://github.com/Particular/PlatformContainerExamples).
0 commit comments