mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Log expression command types during evaluation (#84614)
This commit is contained in:
@@ -73,6 +73,7 @@ func (r *conditionEvaluator) EvaluateRaw(ctx context.Context, now time.Time) (re
|
||||
defer cancel()
|
||||
execCtx = timeoutCtx
|
||||
}
|
||||
logger.FromContext(ctx).Debug("Executing pipeline", "commands", strings.Join(r.pipeline.GetCommandTypes(), ","), "datasources", strings.Join(r.pipeline.GetDatasourceTypes(), ","))
|
||||
return r.expressionService.ExecutePipeline(execCtx, now, r.pipeline)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user