| 23 | We can select the field to show |
| 24 | {{{ |
| 25 | > SELECT * FROM metrics WHERE host = 'kmitl' and service = 'ping' and unit = 'ms' ORDER BY DESC LIMIT 2 |
| 26 | name: metrics |
| 27 | time command crit crit-fill host max min performanceLabel service unit value warn warn-fill |
| 28 | ---- ------- ---- --------- ---- --- --- ---------------- ------- ---- ----- ---- --------- |
| 29 | 2022-05-05T10:24:53Z check-host-alive kmitl rtmin ping ms 5.407 |
| 30 | 2022-05-05T10:24:53Z check-host-alive 5000 none kmitl 0 rta ping ms 5.688 3000 none |
| 31 | > |