From 2e965d2d273389f4a6d21332487912e33d716a3d Mon Sep 17 00:00:00 2001 From: luanamulesoft Date: Mon, 13 Nov 2023 10:53:13 -0300 Subject: [PATCH 1/8] W-14391130-distrbuted-tracing --- .../ROOT/pages/_partials/deployment.adoc | 27 ++++++++++++++++++- .../ROOT/pages/ch2-deploy-private-space.adoc | 3 +++ .../ROOT/pages/ch2-deploy-shared-space.adoc | 4 +++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 5ca614cd..570ed0a2 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -81,7 +81,7 @@ If you disable logging, the *Logs* heading still appears in the Runtime Manager To configure additional log levels and categories to include in logs: -. Click the *Logging* tab. +. Click the *Monitoring* tab. . Select the log level: + ** *INFO*: Informative messages @@ -96,6 +96,31 @@ To configure additional log levels and categories to include in logs: // end::configureLogging[] +// tag::enableDistributedTracing[] + +== Enable Distributed Tracing + +Distributed tracing enables you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard fom Mule runtime into all APM solutions. + +You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.5.1.e or later. + +To enable distributed tracing in your application deployments: + +. Click the *Monitoring* tab. +. Select the *Enable tracing* checkbox. + +Once you enable distributed tracing, the Runtime Manager backend starts instrumenting traces for your application. + +[NOTE] +Distributed tracing is available for Titanium or Advanced tier subscriptions only. + +// end::enableDistributedTracing[] + + + + + + // tag::specifyRuntimeOpts[] [[specify-runtime-options]] diff --git a/cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc b/cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc index 321b08d0..c2585d6c 100644 --- a/cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc +++ b/cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc @@ -144,6 +144,9 @@ include::partial$deployment.adoc[tag=changeAppProperties,leveloffset=+1] // == Configure Log Level include::partial$deployment.adoc[tag=configureLogging,leveloffset=+1] +// == Enable Distributed Tracing +include::partial$deployment.adoc[tag=enableDistributedTracing,leveloffset=+1] + == See Also diff --git a/cloudhub-2/modules/ROOT/pages/ch2-deploy-shared-space.adoc b/cloudhub-2/modules/ROOT/pages/ch2-deploy-shared-space.adoc index 09d4f831..dff24b53 100644 --- a/cloudhub-2/modules/ROOT/pages/ch2-deploy-shared-space.adoc +++ b/cloudhub-2/modules/ROOT/pages/ch2-deploy-shared-space.adoc @@ -54,6 +54,10 @@ include::partial$deployment.adoc[tag=changeAppProperties,leveloffset=+1] // == Configure Log Level include::partial$deployment.adoc[tag=configureLogging,leveloffset=+1] +// == Enable Distributed Tracing +include::partial$deployment.adoc[tag=enableDistributedTracing,leveloffset=+1] + + == See Also * xref:ch2-download-test-app.adoc[] From 7f793142eb5c4aae8201afc76b200f8e3d08e89b Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:12:28 -0300 Subject: [PATCH 2/8] Update deployment.adoc --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 570ed0a2..cd4e6486 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -108,6 +108,7 @@ To enable distributed tracing in your application deployments: . Click the *Monitoring* tab. . Select the *Enable tracing* checkbox. +. Click *Deploy Application* if you are enabling the feature for a new deployment, or *Apply Changes* if you are editing an existing application. Once you enable distributed tracing, the Runtime Manager backend starts instrumenting traces for your application. From 0e48a05b55ca93cb25041b401af99a0d862e929a Mon Sep 17 00:00:00 2001 From: Sara Yacoubian Date: Wed, 21 Feb 2024 13:20:12 -0800 Subject: [PATCH 3/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index cd4e6486..ff19018c 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -102,7 +102,7 @@ To configure additional log levels and categories to include in logs: Distributed tracing enables you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard fom Mule runtime into all APM solutions. -You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.5.1.e or later. +You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.6 or later. To enable distributed tracing in your application deployments: From d344ebd23e209b84c2440661c035d9d391378ced Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:49:59 -0300 Subject: [PATCH 4/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc Co-authored-by: Sara Yacoubian --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index ff19018c..5fbe2391 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -98,7 +98,7 @@ To configure additional log levels and categories to include in logs: // tag::enableDistributedTracing[] -== Enable Distributed Tracing +== Enable Trace Data Collection Distributed tracing enables you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard fom Mule runtime into all APM solutions. From 900d659beb5b6edcd609e86e3048a962fa95e5fe Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:54:53 -0300 Subject: [PATCH 5/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc Co-authored-by: Sara Yacoubian --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 5fbe2391..6618026e 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -100,7 +100,7 @@ To configure additional log levels and categories to include in logs: == Enable Trace Data Collection -Distributed tracing enables you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard fom Mule runtime into all APM solutions. +Traces enable you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard from Mule runtime into all APM solutions. You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.6 or later. From d4830f44f800b3e0cdf100c211e0039296166dae Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:55:36 -0300 Subject: [PATCH 6/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc Co-authored-by: Sara Yacoubian --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 6618026e..b0e958cf 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -102,7 +102,7 @@ To configure additional log levels and categories to include in logs: Traces enable you to understand the execution path of a transaction in MuleSoft ecosystem by having full visibility into the execution path of API calls or application transactions. This feature exposes tracing information in OpenTelemetry standard from Mule runtime into all APM solutions. -You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.6 or later. +You can enable trace data collection for your CloudHub 2.0 applications running on Mule runtime version 4.6 or later. To enable distributed tracing in your application deployments: From 5ae61735ff10804a59312d371ebfeddb2f14a76e Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:56:09 -0300 Subject: [PATCH 7/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc Co-authored-by: Sara Yacoubian --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index b0e958cf..899a918b 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -110,7 +110,7 @@ To enable distributed tracing in your application deployments: . Select the *Enable tracing* checkbox. . Click *Deploy Application* if you are enabling the feature for a new deployment, or *Apply Changes* if you are editing an existing application. -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. [NOTE] Distributed tracing is available for Titanium or Advanced tier subscriptions only. From 47fd04f7b24ade36117b169392bc0a4016c174be Mon Sep 17 00:00:00 2001 From: Luana Dos Santos <84200607+luanamulesoft@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:56:52 -0300 Subject: [PATCH 8/8] Update cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc Co-authored-by: Sara Yacoubian --- cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 899a918b..a30f6181 100644 --- a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc +++ b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc @@ -113,7 +113,7 @@ To enable distributed tracing in your application deployments: Once you enable tracing, the Runtime Manager backend starts instrumenting traces for your application. [NOTE] -Distributed tracing is available for Titanium or Advanced tier subscriptions only. +include::reuse::partial$billing/pricing.adoc[tag=featureAdvReq] // end::enableDistributedTracing[]