Hello @Anaisdg,
I have influxdb in docker, where I using telegraf for writing data (it is something about 1,5K metrics every seconds). I don’t have problem with writting data. I using checkers (thresholds alerts) for evaluation of these metrics. (I try evaluate every 15s) I import these alerts to influxdb, but after import all of them, I only see 1-8 alert from time evaluation in alert history. So I try tasks, split evaluation to 1/15 alerts every seconds, but everything had same result.
Hello @Matous_Dvorak,
Are you using an offset? Sometimes there’s a read/write conflict with checks. Can you share some of the Flux for tasks that aren’t working please?
It sounds like you might know a lot about the checks and notification system in InfluxDB but this could be useful to you:
Hello @Anaisdg ,
yes of course, I using offset. Yes, thank you. I think this help me. I only see units of evaluated metrics, sometimes loading fails and if I turn off container in docker and start it again, it do not load home page of influxdb.
Hello @Matous_Dvorak,
I would try to filter by measurement, tag, and then field.
Are you using the official 2.0 image? Are you getting any errors when you can’t load the UI?
Your task looks good otherwise. Perhaps the task isn’t set to active/run when you start docker again?
Hello @Anaisdg,
I start with using offset and optimization of writing data. It is better, my processor does not go on 100%, but on 50-60%. But my problem is not solved. Now I using deadman checks (8000 metrics).
Not yet. While these recommendations should apply to both 1.8 and 2.0, engineering is still working through benchmarks to provide hardware recommendations specific to 2.0.
Hello @Anaisdg,
I can evaluate all metrics every 15s, but I must be faster. Another problem is that the evaluation must be configurable. So I decide to not using influxdb to evaluation.