Skip to content

Commit

Permalink
Adds comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena committed Dec 7, 2020
1 parent e7e4015 commit f3c0cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/logql/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,8 @@ func literalStepEvaluator(
)
}

// absentLabels guesses labels based on labels matchers of a SampleExpr
// This is to replace missing timeseries during absent_over_time aggregation.
func absentLabels(expr SampleExpr) labels.Labels {
m := labels.Labels{}

Expand Down

0 comments on commit f3c0cf7

Please sign in to comment.