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
Hi,
Counter reporting total_session increasing/decreasing over time, as far as i know counters can only increasing. Value is identical to current session.
1. scrap
# HELP maxctrl_service_total_sessions Total amount of sessions
# TYPE maxctrl_service_total_sessions counter
maxctrl_service_total_sessions{name="Splitter-Service",router="readwritesplit"} 26
2. scrap
# HELP maxctrl_service_total_sessions Total amount of sessions
# TYPE maxctrl_service_total_sessions counter
maxctrl_service_total_sessions{name="Splitter-Service",router="readwritesplit"} 14
3. scrap
# HELP maxctrl_service_total_sessions Total amount of sessions
# TYPE maxctrl_service_total_sessions counter
maxctrl_service_total_sessions{name="Splitter-Service",router="readwritesplit"} 19
There is no restart/reload of maxscale or maxctrl exporter between scraps.
maxctrl_exporter latest git snap and maxscale 2.5
The text was updated successfully, but these errors were encountered:
In this case it does not make much sense per my understanding. If we add an ever increasing number for number of sessions then we need to normalize by seconds which, again, as I understand it is just making things complicated.
The data is also not that high frequency to make sense.
If you still want to implement it, feel free to add a new field with sum for this and we can see if we can get it merged.
Hi,
Counter reporting total_session increasing/decreasing over time, as far as i know counters can only increasing. Value is identical to current session.
There is no restart/reload of maxscale or maxctrl exporter between scraps.
maxctrl_exporter latest git snap and maxscale 2.5
The text was updated successfully, but these errors were encountered: