mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: keep metric name after applying first_over_time
and last_over_time
functions
This commit is contained in:
parent
a53e332a93
commit
a012f6fe70
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ var rollupFuncsKeepMetricGroup = map[string]bool{
|
|||
"geomean_over_time": true,
|
||||
"hoeffding_bound_lower": true,
|
||||
"hoeffding_bound_upper": true,
|
||||
"first_over_time": true,
|
||||
"last_over_time": true,
|
||||
}
|
||||
|
||||
func getRollupAggrFuncNames(expr metricsql.Expr) ([]string, error) {
|
||||
|
|
Loading…
Reference in a new issue