Skip to content

Commit ef4c27d

Browse files
author
Donna-Marie Smith
committed
Added Monitoring Service to architecture and updated node detail image to include missing services
1 parent d54afda commit ef4c27d

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Monitoring Service"
3+
linkTitle: "Monitoring Service"
4+
description: "The Monitoring Service."
5+
---
6+
7+
{{< workinprogress >}}

content/en/docs/2024.11/_shared/architecture/components/multi-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
1313
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
14+
| &nbsp; &nbsp; > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
1415
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1516
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1617
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
@@ -38,6 +39,7 @@
3839
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
3940
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
4041
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
42+
[Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" >}}
4143
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
4244
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
4345
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Application Service that monitors flow execution data.

content/en/docs/2024.11/_shared/architecture/components/single-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
1313
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
14+
| &nbsp; &nbsp; > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
1415
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1516
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1617
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
@@ -36,6 +37,7 @@
3637
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
3738
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
3839
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
40+
[Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" >}}
3941
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
4042
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
4143
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
1.41 KB
Loading

data/urls.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@
471471
MainDoc = "/docs/guides/cortex-innovation/core-application/services/licence-management-service/"
472472
[Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService]
473473
MainDoc = "/docs/guides/cortex-innovation/core-application/services/listeners-service/"
474+
[Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService]
475+
MainDoc = "/docs/guides/cortex-innovation/core-application/services/monitoring-service/"
474476
[Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService]
475477
MainDoc = "/docs/guides/cortex-innovation/core-application/services/package-management-service/"
476478
[Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService]

0 commit comments

Comments
 (0)