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 Distributed Tracing
Comment thread
luanamulesoft marked this conversation as resolved.
Outdated

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.
Comment thread
luanamulesoft marked this conversation as resolved.
Outdated

You can enable distributed tracing for your CloudHub 2.0 applications running on Mule runtime 4.5.1.e or later.
Comment thread
sarathecoubian marked this conversation as resolved.
Outdated

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.
Comment thread
luanamulesoft marked this conversation as resolved.
Outdated

[NOTE]
Distributed tracing is available for Titanium or Advanced tier subscriptions only.
Comment thread
luanamulesoft marked this conversation as resolved.
Outdated

// 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