| 7 Dec 2024 |
hexa | * anyone here who happily uses loki with rules and alerting and considers it useful? | 22:30:51 |
K900 | I don't have any alerts in it right now, but I've done that before at $work and yes it is useful IF you know what to alert on | 22:35:54 |
hexa | I find writing the expressions super tedious | 22:37:19 |
hexa | and since I mostly want to log on events it always follows the same pattern | 22:38:08 |
hexa | sum by (machine) (count_over_time({...})
|~ "some match" [5m]
)) >0
| 22:38:50 |
hexa | * sum by (machine) (count_over_time({...}
|~ "some match" [5m]
)) >0
| 22:39:05 |