-
Notifications
You must be signed in to change notification settings - Fork 784
Added release notes for private cloud portal release 7.30.0 #11286
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
mxashokkhedkar
wants to merge
9
commits into
mendix:development
Choose a base branch
from
mxashokkhedkar:portuns_release_7_30_0
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
532f1fc
Added release notes for private cloud portal release 7.23.0
mxashokkhedkar a0407eb
Added release notes for private cloud portal release 7.23.0
mxashokkhedkar 2a155bc
Update private-cloud-monitor.md
katarzyna-koltun-mx 90f99d8
Update mendix-for-private-cloud.md
katarzyna-koltun-mx 6902bb9
Fixed review comments in release notes for private cloud portal relea…
mxashokkhedkar b7ff474
Update mendix-for-private-cloud.md
katarzyna-koltun-mx d59187f
Fixed review comments in release notes for private cloud portal relea…
mxashokkhedkar 5e22332
Fixed review comments in release notes for private cloud portal relea…
mxashokkhedkar 7c40aa0
Update private-cloud-monitor.md
katarzyna-koltun-mx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -515,11 +515,24 @@ This way, upgrading an older Mendix Operator will not change the way it generate | |
|
|
||
| ### Compatibility Metrics Mode | ||
|
|
||
| To enable `compatibility` metrics mode, set the `mode` attribute to `compatibility`. | ||
| In this mode, all other `runtimeMetricsConfiguration` attributes are ignored. | ||
| To enable `compatibility` metrics mode, set the `mode` attribute to `compatibility`. In this mode, all other `runtimeMetricsConfiguration` attributes are ignored. | ||
|
|
||
| {{% alert color="info" %}} | ||
| For Operator versions older than 2.27.0 that were upgraded from older versions, the metrics mode in `OperatorConfiguration` is set to `compatibility` to maintain backward compatibility. For new installations with Operator 2.27.0 and later, the metrics mode in `OperatorConfiguration` is set to `native` by default, and the `m2ee-metrics` sidecar is disabled. | ||
|
|
||
| When you manually select compatibility mode for a specific environment (overriding the default mode from `OperatorConfiguration`), it becomes your responsibility to manually switch the environment back to native or default mode when needed. This is particularly important when upgrading to Operator version 2.27.0 or newer, as compatibility mode is no longer supported. | ||
| {{% /alert %}} | ||
|
|
||
| #### Enable Compatibility Metrics in Connected Mode | ||
|
|
||
| {{% alert color="info" %}} | ||
| Compatibility mode is only available for Operator versions older than 2.27.0. If you attempt to set compatibility mode for Operator version 2.27.0 or newer, an error message will be displayed: | ||
|
|
||
| {{< figure src="/attachments/deployment/private-cloud/compatibility_mode_warning.png" alt="Error message when attempting to set compatibility mode for Operator 2.27.0 and above" >}} | ||
|
|
||
| In this case, you must use native mode instead. See [Enable Native Metrics in Connected Mode](#enable-native-metrics-connected-mode) for instructions. | ||
| {{% /alert %}} | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can u also mention if there is any specific behavior for existing customer who set the mode to compatibility mode. Will they have change in behavior? |
||
| 1. Open your app in [Apps](https://sprintr.home.mendix.com/). | ||
| 2. Go to the **Environments** page. | ||
| 3. Click **Details** next to the environment where compatibility mode should be used. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+131 KB
static/attachments/deployment/private-cloud/compatibility_mode_warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FRom line 549 to 552, u are also mentioning that customer wont be able to set the Compatibility mode, may be if u can remove the Alert from here.
U are mentioning the same thing at two different places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done