diff --git a/content/en/docs/2024.11/Guides/cortex-innovation/core-application/services/monitoring-service/_index.md b/content/en/docs/2024.11/Guides/cortex-innovation/core-application/services/monitoring-service/_index.md new file mode 100644 index 000000000..f3ae65537 --- /dev/null +++ b/content/en/docs/2024.11/Guides/cortex-innovation/core-application/services/monitoring-service/_index.md @@ -0,0 +1,7 @@ +--- +title: "Monitoring Service" +linkTitle: "Monitoring Service" +description: "The Monitoring Service." +--- + +{{< workinprogress >}} \ No newline at end of file diff --git a/content/en/docs/2024.11/_shared/architecture/components/multi-server.md b/content/en/docs/2024.11/_shared/architecture/components/multi-server.md index 216927df2..7a5ab0162 100644 --- a/content/en/docs/2024.11/_shared/architecture/components/multi-server.md +++ b/content/en/docs/2024.11/_shared/architecture/components/multi-server.md @@ -11,6 +11,7 @@ |     > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - | |     > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - | |     > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - | +|     > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - | |     > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - | |     > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - | |     > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - | @@ -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" >}} diff --git a/content/en/docs/2024.11/_shared/architecture/components/purpose/monitoring-service.md b/content/en/docs/2024.11/_shared/architecture/components/purpose/monitoring-service.md new file mode 100644 index 000000000..5b9c1317d --- /dev/null +++ b/content/en/docs/2024.11/_shared/architecture/components/purpose/monitoring-service.md @@ -0,0 +1 @@ +Application Service that monitors flow execution data. \ No newline at end of file diff --git a/content/en/docs/2024.11/_shared/architecture/components/single-server.md b/content/en/docs/2024.11/_shared/architecture/components/single-server.md index 3bba0f94d..235f3613a 100644 --- a/content/en/docs/2024.11/_shared/architecture/components/single-server.md +++ b/content/en/docs/2024.11/_shared/architecture/components/single-server.md @@ -11,6 +11,7 @@ |     > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - | |     > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - | |     > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - | +|     > [Monitoring Service][Monitoring Service] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - | |     > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - | |     > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - | |     > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - | @@ -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" >}} diff --git a/content/static/2024.7/images/editable/Cortex Innovation Node Details.png b/content/static/2024.7/images/editable/Cortex Innovation Node Details.png index a73538fc9..6e7c79197 100644 Binary files a/content/static/2024.7/images/editable/Cortex Innovation Node Details.png and b/content/static/2024.7/images/editable/Cortex Innovation Node Details.png differ diff --git a/data/urls.toml b/data/urls.toml index c8784c391..8962e8e06 100644 --- a/data/urls.toml +++ b/data/urls.toml @@ -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]