-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null as zero #388
Comments
Да, есть такая проблема. Zabbix API не возвращает информацию о том, что в заданном интервале нет данных, поэтому узнать это не так просто. Я могу добавить такую возможность в функции агрегации. Это работает так: серия разбивается на набор окон, и для всех точек в окне вычисляется единственное значение (например, среднее). Если окно пустое, можно добавить |
Буду очень рад данной фиче :) 👍 |
Можно я уточню. и у меня не работает эта функция:( |
Grouping the data by average represents values that are not real. Grouping the data by other functions would lead to losing values.
If grouped by |
30 августа 2019, 13:16:14, от "borjasueiro" < [email protected] >:
Grouping the data by average represents values that are not real. Grouping the data by other functions would lead to losing values.
If we group the values with a time equal to the Update Interval of Zabbix, erroneous gaps may appear. The Update Interval does not always fit what is defined. Example:
if it is defined like 1 minute, Zabbix can take 1,01 minutes or more, and the grouping function would show erroneous gaps.
If grouped by 2x Update Interval accuracy is lost.
Is there another fix that does not imply loss of accuracy?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Unfortunately, Zabbix doesn't collect null values, so there's no 100% accurate way to do this. I strongly believe this a problem that TSDB should solve, not a plugin. |
Здравствуйте!
Подскажите, пожалуйста, вопрос аналогичен этому: #55
Графики при отсутствии данных разрываются, но как только появляется информация, то они соединяются, без отображения downtime.
Datasource: Zabbix
Пробовал null value ставить в разных вариациях, но всё никак не отображается график вниз, к нулю.
Zabbix 3.0.8 (debian)
Grafana cli version 4.2.0 (debian)
Элемент данных используется такой: "Response time for step"
The text was updated successfully, but these errors were encountered: