Aliaksandr Valialkin
|
d60c212784
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-03-25 01:44:30 -07:00 |
|
Aliaksandr Valialkin
|
25446a7933
|
vendor: run make vendor-update
|
2023-03-24 18:08:06 -07:00 |
|
Aliaksandr Valialkin
|
f42572e049
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-03-20 20:39:18 -07:00 |
|
Aliaksandr Valialkin
|
ddbbc9a86d
|
vendor: make vendor-update
|
2023-03-15 13:24:12 -07:00 |
|
Aliaksandr Valialkin
|
827cde4c64
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-03-14 16:26:58 -07:00 |
|
Aliaksandr Valialkin
|
a11ac9648c
|
vendor: make vendor-update
|
2023-03-14 16:19:43 -07:00 |
|
Aliaksandr Valialkin
|
90e1818068
|
vendor: update github.com/klauspost/compress from v1.16.0 to v1.16.3
|
2023-03-14 16:14:25 -07:00 |
|
Aliaksandr Valialkin
|
02ffbfb8dc
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-03-12 03:40:02 -07:00 |
|
Aliaksandr Valialkin
|
c28c25ed2e
|
vendor: make vendor-update
|
2023-03-12 03:13:53 -07:00 |
|
Aliaksandr Valialkin
|
d0f9a5d4c4
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-27 15:39:19 -08:00 |
|
Aliaksandr Valialkin
|
8937de5f99
|
vendor: make vendor-update
|
2023-02-27 15:32:45 -08:00 |
|
Aliaksandr Valialkin
|
472a9360e6
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-27 14:19:26 -08:00 |
|
Aliaksandr Valialkin
|
1a6f2f07fd
|
lib/httpserver: use github.com/klauspost/compress/gzhttp for compressing http responses
This allows removing gzip-related code from lib/httpserver.
|
2023-02-27 10:33:43 -08:00 |
|
Aliaksandr Valialkin
|
9d7dc73038
|
vendor: make vendor-update
|
2023-02-24 17:33:28 -08:00 |
|
Aliaksandr Valialkin
|
63d9048990
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-24 17:32:15 -08:00 |
|
Aliaksandr Valialkin
|
8cfe4064b5
|
vendor: make vendor-update
|
2023-02-24 17:26:51 -08:00 |
|
Aliaksandr Valialkin
|
be94882ada
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-23 19:27:31 -08:00 |
|
Aliaksandr Valialkin
|
836d56876a
|
vendor: make vendor-update
|
2023-02-21 18:06:20 -08:00 |
|
Aliaksandr Valialkin
|
d59dc7616d
|
go.mod: update github.com/VictoriaMetrics/fastcache from v1.12.0 to v1.12.1
|
2023-02-21 17:51:41 -08:00 |
|
Aliaksandr Valialkin
|
ffebc20f6d
|
vendor: update github.com/VictoriaMetrics/fasthttp from v1.1.0 to v1.2.0
The v1.2.0 adds HostClient.DoCtx() function, which is needed by https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3747
for implementing fast canceling of pending requests to scrape targets on config update
|
2023-02-21 17:49:30 -08:00 |
|
Aliaksandr Valialkin
|
5c8a01aecc
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-18 22:44:46 -08:00 |
|
Aliaksandr Valialkin
|
2cea923ff7
|
app/vmselect/promql: add share(q) aggregate function for normalizing results across multiple time series in [0..1] value range per each timestamp and aggregation group
|
2023-02-18 22:42:01 -08:00 |
|
Aliaksandr Valialkin
|
c86f1f1d1b
|
app/vmselect/promql: add range_zscore(q) and range_trim_zscore(z, q) functions
These functions may be useful for dropping outliers at https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3759
|
2023-02-18 22:41:59 -08:00 |
|
Aliaksandr Valialkin
|
1030be91ae
|
vendor: make vendor-update
|
2023-02-18 15:36:41 -08:00 |
|
Aliaksandr Valialkin
|
406822a16c
|
app/vmselect/promql: add range_mad(q) and range_trim_outliers(k, q) functions
These functions may help trimming outliers during query time
for the use case described at https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3759
|
2023-02-18 15:19:10 -08:00 |
|
Aliaksandr Valialkin
|
c8467f37a9
|
vendor: update github.com/valyala/gozstd from v1.17.0 to v1.18.0
|
2023-02-18 15:19:10 -08:00 |
|
Aliaksandr Valialkin
|
5123a61be9
|
vendor: make vendor-update
|
2023-02-13 11:14:17 -08:00 |
|
Aliaksandr Valialkin
|
7b41c9ac72
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-11 01:07:13 -08:00 |
|
Aliaksandr Valialkin
|
b11bdc46be
|
app/vmselect/promql: add mad_over_time(m[d]) function
See https://github.com/prometheus/prometheus/issues/5514
|
2023-02-11 01:06:20 -08:00 |
|
Aliaksandr Valialkin
|
44e388ee6a
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-09 15:07:22 -08:00 |
|
Aliaksandr Valialkin
|
291c41978e
|
vendor: make vendor-update
|
2023-02-09 14:48:16 -08:00 |
|
Aliaksandr Valialkin
|
a39140baef
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-09 13:08:34 -08:00 |
|
Aliaksandr Valialkin
|
c9d2934bb4
|
vendor: make vendor-update
|
2023-02-08 08:55:14 -08:00 |
|
Aliaksandr Valialkin
|
32e46ea35f
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-02-01 13:02:21 -08:00 |
|
Aliaksandr Valialkin
|
607b542222
|
vendor: make vendor-update
|
2023-02-01 12:23:23 -08:00 |
|
Aliaksandr Valialkin
|
080a3e2396
|
vendor: make vendor-update
|
2023-01-31 11:03:20 -08:00 |
|
Aliaksandr Valialkin
|
6a7faf9f22
|
vendor: make vendor-update
|
2023-01-27 15:57:38 -08:00 |
|
Aliaksandr Valialkin
|
21140318cc
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-01-24 09:33:54 -08:00 |
|
Aliaksandr Valialkin
|
a7f8ce5e3d
|
vendor: make vendor-update
|
2023-01-23 08:05:54 -08:00 |
|
Aliaksandr Valialkin
|
a2ab1f0ec9
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-01-17 21:49:03 -08:00 |
|
Aliaksandr Valialkin
|
006af394ff
|
vendor: update github.com/VictoriaMetrics/metricsql from v0.51.1 to v0.51.2
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3664
|
2023-01-17 11:26:41 -08:00 |
|
Aliaksandr Valialkin
|
094ae82df5
|
vendor: make vendor-update
|
2023-01-15 14:16:34 -08:00 |
|
Aliaksandr Valialkin
|
092e2c8f2d
|
github.com/VictoriaMetrics/metrics: update from v1.23.0 to v1.23.1
See https://github.com/VictoriaMetrics/metrics/issues/42
|
2023-01-15 14:06:43 -08:00 |
|
Aliaksandr Valialkin
|
c3f178aa53
|
Merge branch 'public-single-node' into pmm-6401-read-prometheus-data-files
|
2023-01-11 01:34:37 -08:00 |
|
Aliaksandr Valialkin
|
4faf7ea41e
|
vendor: make vendor-update
|
2023-01-10 18:58:34 -08:00 |
|
Aliaksandr Valialkin
|
67ab49baa9
|
vendor: make vendor-update
|
2023-01-09 21:34:34 -08:00 |
|
Aliaksandr Valialkin
|
04dff34de4
|
vendor: update github.com/VictoriaMetrics/metricsql from v0.50.0 to v0.51.0
Updates https://github.com/VictoriaMetrics/metricsql/pull/7
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3589
|
2023-01-05 01:50:10 -08:00 |
|
Aliaksandr Valialkin
|
fafece1af8
|
vendor: make vendor-update
|
2023-01-03 23:36:42 -08:00 |
|
Aliaksandr Valialkin
|
c90752a8be
|
vendor: update github.com/valyala/fastjson/fastfloat from v1.6.3 to v1.6.4
This should properly parse floating-point numbers with missing integer or fractional parts.
For example, 123. or .123
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3544
|
2022-12-29 10:34:11 -08:00 |
|
Aliaksandr Valialkin
|
3d082ed6db
|
vendor: make vendor-update
|
2022-12-28 15:00:02 -08:00 |
|