[MXS-1658] Monitor diagnostics separation Created: 2018-02-08 Updated: 2020-07-21 Resolved: 2020-07-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Monitor |
| Affects Version/s: | 2.2.2 |
| Fix Version/s: | 2.5.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Esa Korhonen | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Currently, show monitors prints all kinds of information from monitor settings to server status and numeric info. This leads to quite a lot of stuff being printed, most of which is not always needed. The printing should be broken down to two or more commands e.g. show monitor settings and show monitor status. The same situation may exist elsewhere in MaxScale status printing. Ideally, show servers would print all the server stats, combining information from routing, monitor etc. |
| Comments |
| Comment by markus makela [ 2018-02-08 ] |
|
This should be relatively easy to do on the client side via the REST API. The API already exposes most of that information and the MaxCtrl client should be able to aggregate and amend the information. |
| Comment by markus makela [ 2020-04-14 ] |
|
This is probably redundant now that Sparse Fieldsets have been implemented and that monitors inject JSON into the server resource. |