Skip to content

W-14391130-distrbuted-tracing-RTM #707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions runtime-manager/modules/ROOT/pages/deployment-strategies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 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 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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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]

* xref:cloudhub-2::ch2-clustering.adoc#cloudhub-2-0-clustering-and-object-store-v2[Use Object Store v2]


Expand Down