Skip to content
28 changes: 27 additions & 1 deletion cloudhub-2/modules/ROOT/pages/_partials/deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]]
Expand Down
3 changes: 3 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ch2-deploy-shared-space.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down