Changes for page 240 - Spring Cleaning

Last modified by Erik Bakker on 2025/03/10 10:00

From version 706.1
edited by Erik Bakker
on 2024/09/09 10:17
Change comment: There is no comment for this version
To version 699.1
edited by Erik Bakker
on 2024/08/26 16:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -229 - Xpath Alignment
1 +228 - Monitoring Mania
Content
... ... @@ -3,52 +3,106 @@
3 3  (((
4 4  [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]]
5 5  
6 -**Hi there, eMagiz developers!** In this release, we made several improvements to keep our model running smoothly. We also made some small changes to various XPath-related parts of the portal and updated our deployment plan. Find out all the improvements and bug fixes below!
6 +**Hi there, eMagiz developers!** This release we have done many improvements to the monitoring graphs in Manage. Moreover, we have made some improvements to the missing properties and unused properties overviews and did several bug fixes. Find out all improvements & bug fixes below!
7 7  
8 -== **Deployment Plan Improvements** ==
8 +== **Manage Graphs Improvements** ==
9 +
10 +//__Generic improvements__//
9 9  
10 -//__Monitoring Trigger - Improvements__//
12 +* Pressing the 'show main dashboard' button returns back to the unfiltered master dashboard.
13 +* For detailed views the 'show main dashboard' button is on the left.
14 +* Graphs on a page share the same crosshair.
11 11  
12 -* For the step type "Monitoring Trigger," we have re-introduced the "Enable" option.
16 +[[image:Main.Images.Release Blog.WebHome@release-228-maindashboard.png]]
13 13  
14 -[[image:Main.Images.Release Blog.WebHome@release-229-enable-option.png]]
18 +//__Specific improvements__//
15 15  
16 -* The "Disable" option under this step type comes with two new options.
17 -** End Action. Here, you can opt for the following three options
18 -*** Auto-enable triggers
19 -*** Send email
20 -*** Both
21 -* Duration. Here, you can define a waiting period that states how long eMagiz should wait before executing the end action. The value of this field needs to lie between 15 and 120 minutes. Note that the timer starts when your deployment plan's "disable" step is finished.
20 +* The following graphs now show the unit of measurement per time frame (i.e. bytes/2h)
21 +** Queue Statistics - Overview
22 +*** Message Througput
23 +** Event Streaming Statistics - Overview
24 +*** Bytes In
25 +*** Bytes Out
26 +*** Messages In
22 22  
23 -[[image:Main.Images.Release Blog.WebHome@release-229-disable-option.png]]
28 +[[image:Main.Images.Release Blog.WebHome@release-228-eventsteamingstats.png]]
24 24  
25 -{{warning}}Note that the end action is only triggered when the deployment plan cannot complete all steps. When all steps are completed, the timer is **stopped**. Therefore, we advise adding the "enable" step back to the end of your deployment plan to ensure that triggers are automatically re-enabled when the deployment is successfully finished. This also covers cases where the deployment plan is automatically executed (by pressing the play button), after which the user moves on to other things and forgets to move away from the page once the deployment plan is completed.
26 -
27 -In the coming weeks, we will actively monitor eMagiz models to see to what extent this advice has been implemented.{{/warning}}
30 +* The following graph now shows an improved unit of measurement
31 +** Runtime Statistics - Key Metrics
32 +*** Log events are counted as a sum instead of a maximum per data point.
33 +* The following data measurement graphs indicate whether the component was on or off when hovering over the data points.
34 +** Runtime Statistics - Other Metrics
35 +*** Data measurements
36 +** Queue Statistics - Other Metrics
37 +*** Data measurements
28 28  
29 29  
30 -//__Default Plan - Improvements__//
40 +* The Memory and CPU usage table in the Runtime statistics displays the maximum value in a given time period that is selected.
31 31  
32 -* When you press the "Default Plan" option, the following changes will occur (assuming you also have a default plan on your environment).
42 +* The styling on HTTP statistics when there are no (un)successful requests within a timeframe has been improved.
43 +* For selection dropdowns the selected variables are locked to the top for easy deselection.
33 33  
34 -* The existing "Disable" step is extended to define that eMagiz will automatically enable triggers after 60 minutes have passed.
35 -* The "Enable" step is added as the last step of your deployment plan.
45 +[[image:Main.Images.Release Blog.WebHome@release-228-runtime statistics.png]]
36 36  
37 -[[image:Main.Images.Release Blog.WebHome@release-229-new-default-plan.png]]
47 +== **Feedback Items** ==
38 38  
49 +//__Failover deployment plan__//
50 +The deployment plan steps with type 'Failover' are now deprecated, meaning they can no longer be added to a deployment plan.
51 +
52 +//__Edit mode flow testing__//
53 +Test messages can now be edited or removed while in the edit mode of the flow testing functionality.
54 +
55 +//__Missing properties overview__//
56 +Setting the value of a missing property will now automatically remove it from the missing properties overview. Besides that, search and sort functionality have been added to the missing properties overview.
57 +[[image:Main.Images.Release Blog.WebHome@release-228-missing-properties.png]]
58 +
59 +//__Legacy release notes__//
60 +The legacy release notes tab has been removed.
61 +
62 +//__SSL helptext__//
63 +The SSL section in runtime settings has more elaborate helptext.
64 +
65 +[[image:Main.Images.Release Blog.WebHome@release-228-ssl-enabled.png]]
66 +
67 +//__Memory warning__//
68 +A pop-up with a warning will be shown when containers are configured with less memory than recommended.
69 +
70 +[[image:Main.Images.Release Blog.WebHome@release-228-memory-settings.png]]
71 +
72 +//__Reuse test messages__//
73 +It is now possible to reuse the test messages created in other flows within the routing and vice versa.
74 +
75 +//__Unused properties__//
76 +We added logging for when properties are deleted from the unused properties screen.
77 +
78 +[[image:Main.Images.Release Blog.WebHome@release-228-unused-properties.png]]
79 +
80 +//__Styling component__//
81 +The styling of the "File Item Reader Message Source" component configuration pop-up has been improved.
82 +
83 +//__Volume mappings helptext__//
84 +The helptext of volume mappings has been improved.
85 +
86 +[[image:Main.Images.Release Blog.WebHome@release-228-volume.png]]
87 +
39 39  == **Bug Fixes** ==
40 -//__XPath Header Enricher - Help Text Improvement__//
41 -We have added various help text segments that explain which results the XPath expression will yield in this context and how to ensure that a list of results is returned when executing this action.
89 +//__Legacy properties__//
90 +We removed legacy properties in connections through the eMagiz Mendix connector. This means that you will not get blocked anymore when deploying to Production.
42 42  
43 -//__XPath Configuration - Transformation__//
44 -We fixed a bug that caused data loss once you switched between the "custom xpath" and "if exists" options when adding a filter or transformation in the Create Transformation tooling.
92 +//__Exceeding memory__//
93 +We fixed a bug where new machines could be deployed with exceeding memory.
45 45  
95 +//__Copy paste__//
96 +The copy paste functionality in the flow designer does not change the configuration of existing flow components anymore.
97 +
46 46  == **Fancy Forum Answers** ==
47 47  
48 48  As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers:
49 49  
50 -* [[Spaces handled differently in folder name after using SMB components for file connectivity>>https://my.emagiz.com/p/question/172825635703940018||target="blank"]]
51 -* [[How to process messages with invalid XML content like "&#x2">>https://my.emagiz.com/p/question/172825635703939917||target="blank"]]
102 +* [[Character array is missing "e" notation exponential mark>>https://my.emagiz.com/p/question/172825635703914491||target="blank"]]
103 +* [[Error when creating XSD>>https://my.emagiz.com/p/question/172825635703914508||target="blank"]]
104 +* [[Warning log - "Invalid cookie header">>https://my.emagiz.com/p/question/172825635703927026||target="blank"]]
105 +* [[Param_path variable remains empty when including question mark>>https://my.emagiz.com/p/question/172825635703939749||target="blank"]]
52 52  
53 53  == **Key Takeaways** ==
54 54  
... ... @@ -58,7 +58,7 @@
58 58  * If you have feedback or ideas for us, talk to the Platypus
59 59  * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these.
60 60  * Clear your browser cache (Ctrl + Shift + Del)
61 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.229 - Xpath Alignment.WebHome||target="blank"]]
115 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.228 - Monitoring Mania.WebHome||target="blank"]]
62 62  * Start thinking about how the license tracker can aid your development
63 63  * Start thinking about major, minor, and patch
64 64  * Keep making great integrations