VictoriaMetrics/app
Aliaksandr Valialkin dcce92c63c 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:51 +03:00
..
vminsert app: add vm_concurrent_ metrics for visibility in concurrency limiters for vminsert and vmselect 2019-08-05 18:30:29 +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:51 +03:00
vmstorage app/vmstorage: add vm_concurrent_addrows_* metrics for tracking concurrency for Storage.AddRows calls 2019-08-06 15:08:43 +03:00