VictoriaMetrics/app/vmalert/notifier
Aliaksandr Valialkin f325410c26
lib/promscrape: optimize service discovery speed
- Return meta-labels for the discovered targets via promutils.Labels
  instead of map[string]string. This improves the speed of generating
  meta-labels for discovered targets by up to 5x.

- Remove memory allocations in hot paths during ScrapeWork generation.
  The ScrapeWork contains scrape settings for a single discovered target.
  This improves the service discovery speed by up to 2x.
2022-11-29 21:26:00 -08:00
..
testdata vmalert: support auth configs per static_target (#3188) 2022-09-30 17:10:17 +02:00
alert.go lib/promrelabel: remove unconditional sorting of the labels in ParsedConfigs.Apply(), since the sorting isnt needed in many places 2022-10-09 14:51:16 +03:00
alert_test.go app/vmalert/templates: properly escape all the special chars in quotesEscape function 2022-10-28 00:01:16 +03:00
alertmanager.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:37 +03:00
alertmanager_request.qtpl fix issue#3053 (#3182) 2022-10-10 09:44:58 +02:00
alertmanager_request.qtpl.go vmalert: revert unexpected fileds rename during refactoring (#3222) 2022-10-11 12:37:47 +02:00
alertmanager_test.go fix issue#3053 (#3182) 2022-10-10 09:44:58 +02:00
config.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
config_test.go vmalert: add DNS service discovery (#2465) 2022-04-13 11:50:26 +03:00
config_watcher.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
config_watcher_test.go vmalert: support auth configs per static_target (#3188) 2022-09-30 17:10:17 +02:00
init.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
notifier.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
package_test.go added reusable templates support (#2532) 2022-05-14 11:38:44 +02:00