mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
use same key as mt
This commit is contained in:
parent
6c7454fc2b
commit
353bb57a6f
@ -132,7 +132,7 @@ func (e *Engine) processJob(grafanaCtx context.Context, job *Job) error {
|
||||
span.SetTag("alertId", evalContext.Rule.Id)
|
||||
span.SetTag("dashboardId", evalContext.Rule.DashboardId)
|
||||
span.SetTag("firing", evalContext.Firing)
|
||||
span.SetTag("no_data", evalContext.NoDataFound)
|
||||
span.SetTag("nodatapoints", evalContext.NoDataFound)
|
||||
if evalContext.Error != nil {
|
||||
ext.Error.Set(span, true)
|
||||
span.LogFields(
|
||||
|
Loading…
Reference in New Issue
Block a user