mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 17:22:09 +08:00
Alerting: Log expression command types during evaluation (#84614)
This commit is contained in:
@ -103,3 +103,7 @@ func (gr *SQLCommand) Execute(ctx context.Context, now time.Time, vars mathexp.V
|
||||
|
||||
return rsp, nil
|
||||
}
|
||||
|
||||
func (gr *SQLCommand) Type() string {
|
||||
return TypeSQL.String()
|
||||
}
|
||||
|
Reference in New Issue
Block a user