You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
I was trying to add alarms for systemd units state. systemdunits collector creates a chart per unit type. Number of dimensions in charts equal to number of units per the type (up to 90 on my server).
I added the following alarm
template: systemd_service_units_state
on: systemd.service_units_state
lookup: max -1s foreach *
units: ok/failed
every: 10s
warn: $this != nan AND $this ==5
delay: down 5m multiplier 1.5 max 1h
info: systemd service crashed
to: sysadmin
And noticed performance problems.
OS / Environment
Linux pc 5.10.23-1-MANJARO #1 SMP PREEMPT Thu Mar 11 18:47:18 UTC 2021 x86_64 GNU/Linux
# /etc/netdata/health.d/example.conftemplate: my_exampleon: example.randomlookup: max -1s foreach *units: ok/failedevery: 10swarn: $this != nan AND $this == nandelay: down 5m multiplier 1.5 max 1hinfo: exampleto: sysadmin
Restart netdata service, go to Dashboard->Alarms section
Expected behavior
It doesn't take 6-7 seconds to load netdata alarms when there a lot of alarms under the same section. I expect it to be fast (less then a second?).
@jacekkolasa im not 100% sure, but i think this issue is web related issue, so assigning you. If you need to help with reproducing (see Steps To Reproduce) the problem, let me know.
The text was updated successfully, but these errors were encountered:
@ilyam8 commented on Mon Apr 05 2021
Bug report summary
It takes 6-7 seconds to load netdata alarms when there a lot of alarms under the same section.
Exact number of alarms in my test is 100
I was trying to add alarms for systemd units state. systemdunits collector creates a chart per unit type. Number of dimensions in charts equal to number of units per the type (up to 90 on my server).
I added the following alarm
And noticed performance problems.
OS / Environment
release [Click]
Netdata version
Version: netdata v1.30.0-3-g0068b7c1
buildinfo [Click]
Installation method
From source.
Component Name
web/gui
Steps To Reproduce
Easy to reproduce using go.d/example collector
Expected behavior
It doesn't take 6-7 seconds to load netdata alarms when there a lot of alarms under the same section. I expect it to be fast (less then a second?).
@ilyam8 commented on Mon Apr 05 2021
@jacekkolasa im not 100% sure, but i think this issue is web related issue, so assigning you. If you need to help with reproducing (see Steps To Reproduce) the problem, let me know.
The text was updated successfully, but these errors were encountered: