Skip to content

Commit 39318ea

Browse files
committed
Merge remote-tracking branch 'origin/2024.11' into feature/2024.11/24551-release-notes-and-whats-new
2 parents 1d5bc36 + 78c3a9b commit 39318ea

File tree

13 files changed

+33
-11
lines changed

13 files changed

+33
-11
lines changed

.htmltest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/.*"
2728
IgnoreDirs:
2829
- "docs/?.*/_print/"
2930
- "docs/?.*/_shared/"
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" >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ports providing an entry to receive Flow API Proxy requests and SNMP traps to trigger executions within the Innovation platform.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ports providing communication between other services and the Monitoring service. These are dynamic ports managed by Service Fabric.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ports providing communication between other services and the Scheduling service. These are dynamic ports managed by Service Fabric.

content/en/docs/2024.11/_shared/port-requirements/description/triggers-snmp.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ports providing communication between other services and the Triggers service. These are dynamic ports managed by Service Fabric.

0 commit comments

Comments
 (0)