timescale / doctor

Rule-based recommendations about your timeseries database.
Apache License 2.0
4 stars 3 forks source link

Refactor rules system #12

Closed mkindahl closed 1 year ago

mkindahl commented 1 year ago

We use an abstract base class to define rules. This allow us to add multiple different fields and even methods to perform more complex tasks for checking the database.

Right now the fields are limited to message, query, detail, and hint.