Changes for page 240 - Spring Cleaning

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

From version 673.1
edited by Carlijn Kokkeler
on 2024/08/14 12:51
Change comment: There is no comment for this version
To version 700.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 -227 - Fix Frenzy
1 +228 - Monitoring Mania
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.CarlijnKokkeler
1 +XWiki.ebakker
Content
... ... @@ -3,59 +3,106 @@
3 3  (((
4 4  [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]]
5 5  
6 -**Hi there, eMagiz developers!** This release we have many fixes! Mainly for flow testing, the deploy phase, and alerting for hybrid models several small bugs have been resolved. Apart from these fixes, search functionality has been added to the start/stop flows screen. Moreover, the tracing information for errorChannel messages in flow test traces has been improved and we have enabled our new queue trigger functionality for redelivery-enabled messaging queues. Find out all about it 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 +== **Manage Graphs Improvements** ==
9 +
10 +//__Generic improvements__//
11 +
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.
15 +
16 +[[image:Main.Images.Release Blog.WebHome@release-228-maindashboard.png]]
17 +
18 +//__Specific improvements__//
19 +
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
27 +
28 +[[image:Main.Images.Release Blog.WebHome@release-228-eventsteamingstats.png]]
29 +
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
38 +
39 +
40 +* The Memory and CPU usage table in the Runtime statistics displays the maximum value in a given time period that is selected.
41 +
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.
44 +
45 +[[image:Main.Images.Release Blog.WebHome@release-228-runtime statistics.png]]
46 +
8 8  == **Feedback Items** ==
9 -//__Tracing information__//
10 -Tracing errors in flow testing has been improved. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V312.WebHome||target="blank"]] is available.
11 11  
12 -[[image:Main.Images.Release Blog.WebHome@release-227-errorchannel-stacktrace.png]]
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.
13 13  
14 -//__Start/stop flows search__//
15 -It is now possible to search in the Start/Stop flows overview.
52 +//__Edit mode flow testing__//
53 +Test messages can now be edited or removed while in the edit mode of the flow testing functionality.
16 16  
17 -[[image:Main.Images.Release Blog.WebHome@release-227-start-stop-flows-searchterm.png]]
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]]
18 18  
19 -//__Message redelivery queue triggers__//
20 -The new queue triggers feature has been updated to be able to handle redelivery-enabled messaging queues.
21 -
22 -== **Bug Fixes** ==
23 -//__Update namespace resources__//
24 -The "last changed by" and "last changed date" values of additional namespace resources are now updated correctly when you make changes to your namespaces in your message definitions.
59 +//__Legacy release notes__//
60 +The legacy release notes tab has been removed.
25 25  
26 -//__Queue triggers hybrid models__//
27 -We have implemented a fix that allows you to activate and test queue triggers per environment when you are migrating your model to the current runtime architecture. You will be able to use the queue triggers of any environment that is fully migrated, even if another environment is still in the process of migrating.
62 +//__SSL helptext__//
63 +The SSL section in runtime settings has more elaborate helptext.
28 28  
29 -//__Internal/External recipients__//
30 -You can now add internal and external recipients to your default trigger configuration at the same time, and they will be applied to your triggers correctly. Cases where this was applied incorrectly have been automatically fixed.
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.
31 31  
32 -//__Tenant queue trigger__//
33 -We have fixed a case where a tenant queue trigger could be activated on a hybrid environment, before the JMS of that environment had been deployed to the current runtime.
70 +[[image:Main.Images.Release Blog.WebHome@release-228-memory-settings.png]]
34 34  
35 -//__Area selector__//
36 -We fixed an issue where the area selector of the flow designer started when only hovering over the white canvas.
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.
37 37  
38 -//__Runtime overview__//
39 -The runtime overview will now always display the correct container version.
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.
40 40  
41 -//__List of runtimes__//
42 -We fixed a bug where runtimes that did not change appeared in the deployment plan in the list of runtimes that will be restarted.
83 +//__Volume mappings helptext__//
84 +The helptext of volume mappings has been improved.
43 43  
44 -//__Deploy prevention__//
45 -We have resolved a bug that prevented you from deploying anything on a newly created model.
86 +[[image:Main.Images.Release Blog.WebHome@release-228-volume.png]]
46 46  
47 -//__Cancel button__//
48 -The cancel button on the new/edit pages of test messages in flow testing, now actually cancels changes.
88 +== **Bug Fixes** ==
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.
49 49  
50 -//__Log test execution__//
51 -If opening a test execution log is not possible during flow testing, a warning message will now be displayed.
92 +//__Exceeding memory__//
93 +We fixed a bug where new machines could be deployed with exceeding memory.
52 52  
95 +//__Copy paste__//
96 +The copy paste functionality in the flow designer does not change the configuration of existing flow components anymore.
97 +
53 53  == **Fancy Forum Answers** ==
54 54  
55 55  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:
56 56  
57 -* [[Messages are not being delivered correctly to the SFTP location>>https://my.emagiz.com/p/question/172825635703914167||target="blank"]]
58 -* [[Uploading XSD>>https://my.emagiz.com/p/question/172825635703914284||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"]]
59 59  
60 60  == **Key Takeaways** ==
61 61  
... ... @@ -65,7 +65,7 @@
65 65  * If you have feedback or ideas for us, talk to the Platypus
66 66  * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these.
67 67  * Clear your browser cache (Ctrl + Shift + Del)
68 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.227 - Fix Frenzy.WebHome||target="blank"]]
115 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.228 - Monitoring Mania.WebHome||target="blank"]]
69 69  * Start thinking about how the license tracker can aid your development
70 70  * Start thinking about major, minor, and patch
71 71  * Keep making great integrations