mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
loki: added two new functions (#49617)
This commit is contained in:
parent
9e8efaa459
commit
514d1bbbdd
@ -122,6 +122,18 @@ export const RANGE_VEC_FUNCTIONS = [
|
||||
detail: 'max_over_time(range-vector)',
|
||||
documentation: 'The maximum of all values in the specified interval. Only available in Loki 2.0+.',
|
||||
},
|
||||
{
|
||||
insertText: 'first_over_time',
|
||||
label: 'first_over_time',
|
||||
detail: 'first_over_time(range-vector)',
|
||||
documentation: 'The first of all values in the specified interval. Only available in Loki 2.3+.',
|
||||
},
|
||||
{
|
||||
insertText: 'last_over_time',
|
||||
label: 'last_over_time',
|
||||
detail: 'last_over_time(range-vector)',
|
||||
documentation: 'The last of all values in the specified interval. Only available in Loki 2.3+.',
|
||||
},
|
||||
{
|
||||
insertText: 'sum_over_time',
|
||||
label: 'sum_over_time',
|
||||
|
Loading…
Reference in New Issue
Block a user