Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Monitoring Service"
linkTitle: "Monitoring Service"
description: "The Monitoring Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
Expand Down Expand Up @@ -38,6 +39,7 @@
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
[Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" >}}
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Application Service that monitors flow execution data.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
Expand All @@ -36,6 +37,7 @@
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
[Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" >}}
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/urls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@
MainDoc = "/docs/guides/cortex-innovation/core-application/services/licence-management-service/"
[Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService]
MainDoc = "/docs/guides/cortex-innovation/core-application/services/listeners-service/"
[Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService]
MainDoc = "/docs/guides/cortex-innovation/core-application/services/monitoring-service/"
[Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService]
MainDoc = "/docs/guides/cortex-innovation/core-application/services/package-management-service/"
[Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService]
Expand Down