Skip to content

Commit e36b604

Browse files
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]>
1 parent 6b7c1ac commit e36b604

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

platform/throughput-report/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Particular Service Platform is licensed based on the number of NServiceBus e
1212

1313
The minimal installation required to generate the usage report is:
1414

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.
1616
- [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.
1717

1818
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
4141

4242
#### ServiceControl Management Utility (SCMU)
4343

44-
- [Download](https://particular.net/start-servicecontrol-download) the latest SCMU
44+
- [Download](https://particular.net/start-servicecontrol-download) the latest SCMU
4545
- Run the executable. This will require Admin priveleges
4646
- Add a new ServiceControl and Audit instance
4747
![Add new ServiceControl and Audit Instance](scmu-1.png 'width=500')
@@ -70,7 +70,7 @@ Follow the [installation instructions](/servicepulse/installation.md) and ensure
7070

7171
## Container Installation
7272

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).
7474

7575
The containers required for generating a usage report are:
7676

@@ -79,7 +79,7 @@ The containers required for generating a usage report are:
7979
- [ServiceControl](/servicecontrol/servicecontrol-instances/deployment/containers.md)
8080
> [!WARNING]
8181
> 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`>>
8383
> - -e SERVICECONTROL_INGESTERRORMESSAGES=false
8484
- [ServicePulse](/servicepulse/containerization/)
8585

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> [!TIP]
2-
> 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

Comments
 (0)