@c8y/style 1021.71.3 → 1021.73.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,92 @@
1
+  
2
+
3
+ ### 🛠️ Messaging service - monitoring & management: full control over messaging service usage
4
+
5
+  
6
+
7
+ The **Messaging service - monitoring & management** module introduces a suite of tools designed to provide **real-time visibility** and **proactive management** for the Messaging Service. Whether you're tracking message flows or backlog usage, this feature ensures you have the insights and control needed to maintain **healthy status** of the service.
8
+
9
+ With this module, users can monitor **topics, publishers, and subscribers** in detail, detect **potential bottlenecks**, and take corrective action — all from an intuitive interface.
10
+
11
+  
12
+
13
+ <img src="./c8y-style-assets/messaging-management-topics.png" alt="Messaging Service Monitoring Topics Overview" width="100%">
14
+
15
+ ---
16
+
17
+ ### ✨ Key Features & Benefits
18
+
19
+ &nbsp;
20
+
21
+ #### **🔍 Comprehensive Monitoring**
22
+
23
+ &nbsp;
24
+
25
+ Gain detailed insights into the health and performance of the messaging infrastructure.
26
+
27
+ &nbsp;
28
+
29
+ ✅ **Real-Time Metrics** -- Track message rates, subscriber activity, and backlog sizes.\
30
+ ✅ **Observe Potential Problems** -- Ensure the values for backlogs, subscriber limits, and message delays remain in healthy ranges.\
31
+ ✅ **Detailed Topic View** -- Drill down into individual topics for in-depth analysis of message flows.
32
+
33
+ &nbsp;
34
+
35
+ This visibility enables users to act proactively and avoid disruptions in communication workflows.
36
+
37
+ ---
38
+
39
+ #### **⚙️ Hands-On Management**
40
+
41
+ &nbsp;
42
+
43
+ Take action directly from the **Messaging Management View** to address potential issues.
44
+
45
+ &nbsp;
46
+
47
+ ✅ **Clear Message Backlogs** -- Identify and resolve unconsumed messages to free up resources.\
48
+ ✅ **Unsubscribe Inactive Clients** -- Easily remove dormant subscribers to optimize topic usage.\
49
+ ✅ **Subscriber Management** -- Monitor acknowledgment rates and ensure messages reach their destinations.
50
+
51
+ &nbsp;
52
+
53
+ These tools empower users to maintain optimal system performance with minimal effort.
54
+
55
+ ---
56
+
57
+ #### **📋 Intuitive Interface & Seamless Integration**
58
+
59
+ &nbsp;
60
+
61
+ The module provides seamless integration with **Notifications 2.0**, **MQTT Service**, and other platform messaging features.
62
+
63
+ &nbsp;
64
+
65
+ ✅ **Unified Monitoring** -- View all messaging activity across connected services in one place.\
66
+ ✅ **Actionable Insights** -- Highlight problem areas and recommend actions to resolve them quickly.
67
+
68
+ &nbsp;
69
+
70
+ This integration makes monitoring and management accessible for both technical and less technical users.
71
+
72
+ ---
73
+
74
+ 💡 **Why use Messaging service - monitoring & management?**
75
+
76
+ &nbsp;
77
+
78
+ The **Messaging service - monitoring & management** module is essential for users who:
79
+
80
+ &nbsp;
81
+
82
+ 🚀 Rely on **real-time messaging** for critical applications.\
83
+ ⚙️ Need **proactive management tools** to address potential issues.\
84
+ 📊 Want **actionable insights** to optimize their messaging workflows.
85
+
86
+ &nbsp;
87
+
88
+ By providing **full visibility** and **hands-on control**, this feature helps teams ensure reliable communication, reduce downtime, and improve operational efficiency.
89
+
90
+ &nbsp;
91
+
92
+ For more details on setup, best practices, and advanced features, refer to the [Messaging service - monitoring & management documentation](https://cumulocity.com/docs/standard-tenant/monitoring/#messaging-service). 🚀
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1021.71.3",
3
+ "version": "1021.73.3",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -500,7 +500,9 @@
500
500
 
501
501
  // input-group-array for formly array.type.component
502
502
  .input-group-array {
503
- display: flex;
503
+ @media screen and (min-width: @screen-sm-min) {
504
+ display: flex;
505
+ }
504
506
 
505
507
  .form-group {
506
508
  position: relative;