VictoriaMetrics/vendor/github.com
Aliaksandr Valialkin 93a318d1bf vendor: update github.com/VictoriaMetrics/metrics from v1.15.3 to v1.16.0
This adds the following new metrics for each VictoriaMetrics app:

* process_resident_memory_anonymous_bytes - the RSS share for memory allocated by the process itself.
  This share cannot be freed by the OS, so it must be taken into account by OOM killer.

* process_resident_memory_pagecache_bytes - the RSS share for page cache memory (aka memory-mapped files).
  This share can be freed by the OS at any time, so it must be ignored by OOM killer.
2021-03-17 17:59:31 +02:00
..
aws/aws-sdk-go vendor: make vendor-update 2021-03-16 19:07:22 +02:00
beorn7/perks app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
cespare/xxhash/v2 make vendor-update 2019-11-19 21:30:49 +02:00
cheggaaa/pb/v3 vendor: make vendor-update 2021-02-16 22:25:02 +02:00
cpuguy83/go-md2man/v2 app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
fatih/color vendor: make vendor-update 2021-02-01 19:32:36 +02:00
go-kit/kit app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
go-logfmt/logfmt app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
golang vendor: make vendor-update 2021-02-28 14:51:57 +02:00
googleapis/gax-go/v2 app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
influxdata/influxdb app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
jmespath/go-jmespath vendor: make vendor-update 2020-09-22 17:08:54 +03:00
jstemmer/go-junit-report app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
klauspost/compress vendor: make vendor-update 2021-02-28 14:51:57 +02:00
lithammer/go-jump-consistent-hash vendor: update dependencies with make vendor-update 2019-05-26 23:18:42 +03:00
mattn vendor: make vendor-update 2021-02-01 19:32:36 +02:00
matttproud/golang_protobuf_extensions app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
oklog/ulid app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
pkg/errors app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
prometheus vendor: make vendor-update 2021-03-16 19:07:22 +02:00
rivo/uniseg vendor: make vendor-update 2021-02-01 19:32:36 +02:00
russross/blackfriday/v2 vendor: make vendor-update 2021-02-01 19:32:36 +02:00
urfave/cli/v2 app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00
valyala Upgrade github.com/valyala/gozstd from v1.8.3 to v1.9.0 2020-12-17 15:13:35 +02:00
VictoriaMetrics vendor: update github.com/VictoriaMetrics/metrics from v1.15.3 to v1.16.0 2021-03-17 17:59:31 +02:00
VividCortex/ewma app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00