diff --git a/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc b/cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc index 5ca614cd3..a30f61812 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,32 @@ To configure additional log levels and categories to include in logs: // end::configureLogging[] +// tag::enableDistributedTracing[] + +== Enable Trace Data Collection + +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 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: + +. 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 tracing, the Runtime Manager backend starts instrumenting traces for your application. + +[NOTE] +include::reuse::partial$billing/pricing.adoc[tag=featureAdvReq] + +// 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 321b08d0d..c2585d6ce 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 09d4f831f..dff24b53d 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[]