Skip to content

Clarified support of tracing #9712

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 1 commit into
base: development
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion content/en/docs/refguide/runtime/tracing-in-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mendix now supports tracing via OpenTelemetry. When tracing is enabled the runti
These traces can be sent to observability tools like [Jaeger](https://www.jaegertracing.io/) or [Datadog](https://www.datadoghq.com/).

{{% alert color="warning" %}}
Tracing is currently not supported on the Mendix Cloud.
Tracing is currently not supported on the Mendix Public Cloud and the Mendix Private Cloud.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi Jonathan.
You mean Mendix Dedicated Cloud here, not Mendix for Private Cloud?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@jdiehl
Can you confirm that this should be Dedicated cloud? Or are we talking about Mendix for Private Cloud (soon to be Mendix on Kubernetes)

Suggested change
Tracing is currently not supported on the Mendix Public Cloud and the Mendix Private Cloud.
Tracing is currently not supported on Mendix Cloud and Mendix Cloud Dedicated.

{{% /alert %}}

## Generated spans
Expand Down