mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'monitoring' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2023-03-28 |  | Announcing Blip: A New MySQL Monitor |  | blip, mysql, monitoring |
| 2022-12-22 |  | Blip: A New Open Source MySQL Metrics Collector |  | mysql, metrics, monitoring, blip |
| 2019-04-12 |  | Path and Dimension Metrics | Strategies for identifying and organizing data points | metrics, monitoring, time series |
3 rows in set (0.00 sec)