Aliaksandr Valialkin
|
7d23f3ff3a
|
app/vmselect: add ability to set an additional label filters via extra_label query arg
|
2021-02-01 17:42:35 +02:00 |
|
Aliaksandr Valialkin
|
f307e6f432
|
app/vmselect: initial implementation of Graphite Metrics API
See https://graphite-api.readthedocs.io/en/latest/api.html#the-metrics-api
|
2020-09-11 00:30:20 +03:00 |
|
Aliaksandr Valialkin
|
141e84b5a4
|
app/vmselect/prometheus: do not return time series with empty list of datapoints from /api/v1/query_range
This matches Prometheus behaviour.
This should fix https://github.com/jacksontj/promxy/issues/329
|
2020-07-20 15:30:13 +03:00 |
|
Aliaksandr Valialkin
|
0e7b2008b2
|
app/vmselect/prometheus: do not adjust last points in time series with timestamps exceeding the current time
Such timestamps usually mean that the query contains `offset`.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/625
|
2020-07-14 12:56:21 +03:00 |
|
Aliaksandr Valialkin
|
82871fb7a5
|
app/vmselect/prometheus: small fixes on top of 8bb762124a
|
2020-07-05 18:17:53 +03:00 |
|
faceair
|
17f175ff5a
|
fix adjust last points avoid influence earlier value (#606)
|
2020-07-05 18:17:52 +03:00 |
|
Aliaksandr Valialkin
|
db1de4277c
|
app/vmselect/promql: remove NaNs from /api/v1/query_range output like Prometheus does
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/153
|
2019-08-20 23:01:59 +03:00 |
|
Aliaksandr Valialkin
|
3313cdf816
|
app/vmselect/prometheus: convert negative times to 0, since they arent supported by the storage
|
2019-07-11 17:11:35 +03:00 |
|
Aliaksandr Valialkin
|
d6ec95693d
|
app/vmselect/prometheus: typo fix
|
2019-07-07 23:34:04 +03:00 |
|
Aliaksandr Valialkin
|
36636c1f6f
|
app/vmselect/prometheus: handle minTime and maxTime values that may be set by Promxy or Prometheus client
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/88
|
2019-07-07 21:53:52 +03:00 |
|