You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Indicates the status of the receiver as an enum. 0 = starting, 1 = connecting, 2 = connected, 3 = disabled (often paired with needs_upgrade), 4 = terminating, 5 = terminated
78
+
description: Most recent/current retry count when flow controlled
80
79
stability:
81
80
level: development
82
81
gauge:
83
82
value_type: int
84
-
solacereceiver_need_upgrade:
83
+
solacereceiver_receiver_flow_control_status:
85
84
enabled: true
86
85
unit: "1"
87
-
description: Indicates with value 1 that receiver requires an upgrade and is not compatible with messages received from a broker
86
+
description: Indicates the flow control status of the receiver. 0 = not flow controlled, 1 = currently flow controlled
88
87
stability:
89
88
level: development
90
89
gauge:
91
90
value_type: int
92
-
solacereceiver_receiver_flow_control_status:
91
+
solacereceiver_receiver_flow_control_total:
93
92
enabled: true
94
93
unit: "1"
95
-
description: Indicates the flow control status of the receiver. 0 = not flow controlled, 1 = currently flow controlled
94
+
description: Number of times the receiver instance became flow controlled
description: Most recent/current retry count when flow controlled
103
+
description: Number of times the receiver instance became flow controlled and resolved situations after the first retry
104
104
stability:
105
105
level: development
106
-
gauge:
106
+
sum:
107
107
value_type: int
108
-
solacereceiver_receiver_flow_control_total:
108
+
monotonic: true
109
+
solacereceiver_receiver_status:
109
110
enabled: true
110
111
unit: "1"
111
-
description: Number of times the receiver instance became flow controlled
112
+
description: Indicates the status of the receiver as an enum. 0 = starting, 1 = connecting, 2 = connected, 3 = disabled (often paired with needs_upgrade), 4 = terminating, 5 = terminated
0 commit comments