VictoriaMetrics/app
Aliaksandr Valialkin 1c108fc494 app/vmselect/promql: add lifetime(q[d]) function, which returns the lifetime of q over d in seconds.
This function is useful for determining time series lifetime.
`d` must exceed the expected lifetime of the time series, otherwise
the function would return values close to `d`.
2019-08-16 11:59:32 +03:00
..
victoria-metrics package: various fixes 2019-07-26 22:31:04 +03:00
vminsert app: add vm_concurrent_ metrics for visibility in concurrency limiters for vminsert and vmselect 2019-08-05 18:30:57 +03:00
vmselect app/vmselect/promql: add lifetime(q[d]) function, which returns the lifetime of q over d in seconds. 2019-08-16 11:59:32 +03:00
vmstorage app/vmstorage: add vm_concurrent_addrows_* metrics for tracking concurrency for Storage.AddRows calls 2019-08-06 15:08:33 +03:00