VictoriaMetrics/app/vmalert/notifier
Dmytro Kozlov 25e54d2b50
vmctl/vm: added datapoints collection bar (#2486)
add progress bars to the VM importer

The new progress bars supposed to display the processing speed per each
VM importer worker. This info should help to identify if there is a bottleneck
on the VM side during the import process, without waiting for its finish.
The new progress bars can be disabled by passing `vm-disable-progress-bar` flag.

Plotting multiple progress bars requires using experimental progress bar pool
from github.com/cheggaaa/pb/v3. Switch to progress bar pool required changes
in all import modes.

The openTSDB mode wasn't changed due to its implementation, which implies individual progress
bars per each series. Because of this, using the pool wasn't possible.

Signed-off-by: dmitryk-dk <kozlovdmitriyy@gmail.com>

Co-authored-by: hagen1778 <roman@victoriametrics.com>
2022-05-02 10:58:06 +03:00
..
testdata vmalert: add DNS service discovery (#2465) 2022-04-13 14:14:25 +03:00
alert.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 12:12:04 +03:00
alert_test.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 12:12:04 +03:00
alertmanager.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 12:12:04 +03:00
alertmanager_request.qtpl vmalert: support relabeling for alert labels sent via notifier 2022-04-11 12:12:04 +03:00
alertmanager_request.qtpl.go vmctl/vm: added datapoints collection bar (#2486) 2022-05-02 10:58:06 +03:00
alertmanager_test.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 12:12:04 +03:00
config.go lib/promscrape: follow-up after baa1c24b36 2022-04-16 14:26:38 +03:00
config_test.go vmalert: add DNS service discovery (#2465) 2022-04-13 14:14:25 +03:00
config_watcher.go vmalert: add DNS service discovery (#2465) 2022-04-13 14:14:25 +03:00
config_watcher_test.go Consul SD - update services on the watcher's start (#2202) 2022-02-21 15:33:33 +02:00
init.go vmalert: add DNS service discovery (#2465) 2022-04-13 14:14:25 +03:00
notifier.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 23:42:25 +02:00
package_test.go Support of custom URL path for alert (#560) 2020-06-21 16:33:58 +03:00
template_func.go Vmalert compliance improvements (#2320) 2022-03-16 13:22:26 +02:00