File tree Expand file tree Collapse file tree 13 files changed +33
-11
lines changed
Guides/cortex-innovation/core-application/services/monitoring-service
port-requirements/description
getting-started/on-premise/install-innovation-only/advanced
static/2024.7/images/editable Expand file tree Collapse file tree 13 files changed +33
-11
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ IgnoreURLs:
2424- " https://code.visualstudio.com/"
2525- " https://blogs.oracle.com/.*"
2626- " https://jsonformatter.org/.*"
27+ - " https://www.newtonsoft.com/.*"
2728IgnoreDirs :
2829- " docs/?.*/_print/"
2930- " docs/?.*/_shared/"
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Monitoring Service"
3+ linkTitle : " Monitoring Service"
4+ description : " The Monitoring Service."
5+ ---
6+
7+ {{< workinprogress >}}
Original file line number Diff line number Diff line change 1111|   ;   ; > [ Execution Management Service] [ Execution Management Service ] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212|   ;   ; > [ Licence Management Service] [ Licence Management Service ] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
1313|   ;   ; > [ Listeners Service] [ Listeners Service ] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
14+ |   ;   ; > [ Monitoring Service] [ Monitoring Service ] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
1415|   ;   ; > [ Package Management Service] [ Package Management Service ] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1516|   ;   ; > [ Provisioning Service] [ Provisioning Service ] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1617|   ;   ; > [ Scheduling Service] [ Scheduling Service ] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
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" >}}
Original file line number Diff line number Diff line change 1+ Application Service that monitors flow execution data.
Original file line number Diff line number Diff line change 1111|   ;   ; > [ Execution Management Service] [ Execution Management Service ] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212|   ;   ; > [ Licence Management Service] [ Licence Management Service ] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
1313|   ;   ; > [ Listeners Service] [ Listeners Service ] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
14+ |   ;   ; > [ Monitoring Service] [ Monitoring Service ] | {{< section "/architecture/components/purpose/monitoring-service.md" >}} | - | - |
1415|   ;   ; > [ Package Management Service] [ Package Management Service ] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1516|   ;   ; > [ Provisioning Service] [ Provisioning Service ] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1617|   ;   ; > [ Scheduling Service] [ Scheduling Service ] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
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" >}}
Original file line number Diff line number Diff line change 1+ The ports providing an entry to receive Flow API Proxy requests and SNMP traps to trigger executions within the Innovation platform.
Original file line number Diff line number Diff line change 1+ The ports providing communication between other services and the Monitoring service. These are dynamic ports managed by Service Fabric.
Original file line number Diff line number Diff line change 1+ The ports providing communication between other services and the Scheduling service. These are dynamic ports managed by Service Fabric.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ The ports providing communication between other services and the Triggers service. These are dynamic ports managed by Service Fabric.
You can’t perform that action at this time.
0 commit comments