From b0ee044b2530f846710e2cb3ec1fff24b85bee0d Mon Sep 17 00:00:00 2001 From: luanamulesoft Date: Mon, 13 Nov 2023 11:32:32 -0300 Subject: [PATCH 1/4] W-14391130-distrbuted-tracing-RTM --- .../modules/ROOT/pages/deployment-strategies.adoc | 11 +++++++++-- .../ROOT/pages/managing-deployed-applications.adoc | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc index c7b68ac7d..abfa07cbf 100644 --- a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc +++ b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc @@ -152,10 +152,17 @@ For an overview of the Runtime Manager features available with each deployment o === Monitoring -[%header,cols="20,35,45,20"] +[%header,cols="15,40,40,25"] |=== |Deployment Option | Implementation | Functionality| More Information -|CloudHub 2.0| You can create alerts in xref:alerts-on-runtime-manager.adoc[Runtime Manager] for applications deployed to CloudHub 2.0. | Run thread dumps. Configure application alerts. | xref:cloudhub-2::ch2-monitor-apps.adoc[Monitoring Apps Deployed to CloudHub 2.0] +|CloudHub 2.0 + | - You can create alerts in xref:alerts-on-runtime-manager.adoc[Runtime Manager] for applications deployed to CloudHub 2.0. + + - You can enable distributed tracing for your CloudHub 2.0 applications that are deployed to either shared or private spaces and running on Mule runtime 4.5.1.e or later. + | - Run thread dumps. Configure application alerts. + + + + - Once you enable distributed tracing, the Runtime Manager backend starts instrumenting traces for your application. + | - xref:cloudhub-2::ch2-monitor-apps.adoc[Monitoring Apps Deployed to CloudHub 2.0] + + - xref:cloudhub-2::ch2-deploy-private-space.adoc#enable-distributed-tracing[Enable Distributed Tracing] |CloudHub| Runtime Manager dashboards provide performance metrics for all deployed applications. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Add a CloudHub connector to your application's flows and set up custom alerts and notifications triggered by any event. | xref:monitoring.adoc[Monitor Applications and Servers] |Hybrid| Runtime Manager dashboards provide performance metrics for all deployed applications. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Alerts triggered by events related to the servers on which they run. | xref:monitoring.adoc[Monitor Applications and Servers] |Private Cloud Edition| Anypoint Platform PCE does not support Runtime Manager dashboards. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Alerts triggered by events related to the servers on which they run. | xref:monitoring.adoc[Monitor Applications and Servers] diff --git a/runtime-manager/modules/ROOT/pages/managing-deployed-applications.adoc b/runtime-manager/modules/ROOT/pages/managing-deployed-applications.adoc index bdced77d4..89e995586 100644 --- a/runtime-manager/modules/ROOT/pages/managing-deployed-applications.adoc +++ b/runtime-manager/modules/ROOT/pages/managing-deployed-applications.adoc @@ -29,6 +29,7 @@ On applications deployed to xref:cloudhub-2::ch2-manage-apps.adoc[CloudHub 2.0], * xref:cloudhub-2::ch2-manage-props.adoc[Add Application Properties] * xref:cloudhub-2::ch2-view-logs.adoc[View Log Data for Deployed Applications] * xref:cloudhub-2::ch2-view-diag.adoc[View Diagnostic Data for Deployed Applications] +* xref:cloudhub-2::ch2-deploy-private-space.adoc#enable-distributed-tracing[Enable Distributed Tracing] * xref:cloudhub-2::ch2-clustering.adoc#cloudhub-2-0-clustering-and-object-store-v2[Use Object Store v2] From 5ea2d5728cae5e0cc1413c626888e6894e17ddb7 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:06:56 -0300 Subject: [PATCH 2/4] Update runtime-manager/modules/ROOT/pages/deployment-strategies.adoc Co-authored-by: Sara Yacoubian --- runtime-manager/modules/ROOT/pages/deployment-strategies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc index abfa07cbf..2fd86684b 100644 --- a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc +++ b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc @@ -157,7 +157,7 @@ For an overview of the Runtime Manager features available with each deployment o |Deployment Option | Implementation | Functionality| More Information |CloudHub 2.0 | - You can create alerts in xref:alerts-on-runtime-manager.adoc[Runtime Manager] for applications deployed to CloudHub 2.0. + - - You can enable distributed tracing for your CloudHub 2.0 applications that are deployed to either shared or private spaces and running on Mule runtime 4.5.1.e or later. + - You can enable trace data collection for your CloudHub 2.0 applications that are deployed to either shared or private spaces and running on Mule runtime 4.5.1.e or later. | - Run thread dumps. Configure application alerts. + + - Once you enable distributed tracing, the Runtime Manager backend starts instrumenting traces for your application. From 2a55a5e733ac295d6ab48431a20e9713e60461c3 Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:17:14 -0300 Subject: [PATCH 3/4] Update runtime-manager/modules/ROOT/pages/deployment-strategies.adoc Co-authored-by: Sara Yacoubian --- runtime-manager/modules/ROOT/pages/deployment-strategies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc index 2fd86684b..cb3f352a0 100644 --- a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc +++ b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc @@ -160,7 +160,7 @@ For an overview of the Runtime Manager features available with each deployment o - You can enable trace data collection for your CloudHub 2.0 applications that are deployed to either shared or private spaces and running on Mule runtime 4.5.1.e or later. | - Run thread dumps. Configure application alerts. + + - - Once you enable distributed tracing, the Runtime Manager backend starts instrumenting traces for your application. + - Once you enable tracing, the Runtime Manager backend starts instrumenting traces for your application. | - xref:cloudhub-2::ch2-monitor-apps.adoc[Monitoring Apps Deployed to CloudHub 2.0] + - xref:cloudhub-2::ch2-deploy-private-space.adoc#enable-distributed-tracing[Enable Distributed Tracing] |CloudHub| Runtime Manager dashboards provide performance metrics for all deployed applications. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Add a CloudHub connector to your application's flows and set up custom alerts and notifications triggered by any event. | xref:monitoring.adoc[Monitor Applications and Servers] From 8e93ad91f91104bb67a08184ec9b0600493a4daa Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:17:57 -0300 Subject: [PATCH 4/4] Update runtime-manager/modules/ROOT/pages/deployment-strategies.adoc Co-authored-by: Sara Yacoubian --- runtime-manager/modules/ROOT/pages/deployment-strategies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc index cb3f352a0..0905eb251 100644 --- a/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc +++ b/runtime-manager/modules/ROOT/pages/deployment-strategies.adoc @@ -162,7 +162,7 @@ For an overview of the Runtime Manager features available with each deployment o + - Once you enable tracing, the Runtime Manager backend starts instrumenting traces for your application. | - xref:cloudhub-2::ch2-monitor-apps.adoc[Monitoring Apps Deployed to CloudHub 2.0] + - - xref:cloudhub-2::ch2-deploy-private-space.adoc#enable-distributed-tracing[Enable Distributed Tracing] + - xref:cloudhub-2::ch2-deploy-private-space.adoc#enable-distributed-tracing[Enable Trace Data Collection] |CloudHub| Runtime Manager dashboards provide performance metrics for all deployed applications. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Add a CloudHub connector to your application's flows and set up custom alerts and notifications triggered by any event. | xref:monitoring.adoc[Monitor Applications and Servers] |Hybrid| Runtime Manager dashboards provide performance metrics for all deployed applications. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Alerts triggered by events related to the servers on which they run. | xref:monitoring.adoc[Monitor Applications and Servers] |Private Cloud Edition| Anypoint Platform PCE does not support Runtime Manager dashboards. | Alerts based on alert conditions on deployed applications. Standard notifications to inform you when events occur in your applications. Alerts triggered by events related to the servers on which they run. | xref:monitoring.adoc[Monitor Applications and Servers]