Hi ,
Noticing - Huge size of Annotations Table (40G) and heavy write I/O to DB.
Got around 3k Alerts running . Added purging / rotation to bring down the capacity.
purging dropped it to 25G, i believe that will not bring down the heavy writes to DB..
i can see that , grafana alert use annotations as backend.
As there is no usecase of annotations via dashboard , is there any harm to disable this globally ? any experience. Any one attempted and how ?
Am using Grafana 10.0.1 . these are the current config.
[alerting]
max_annotation_age = 1M
[annotations]
api = map[max_age:1M]
cleanupjob_batchsize = 10000
dashboard = map[max_age:1M]
Thanks and Regards
GVK