use same key as mt

This commit is contained in:
bergquist 2017-09-18 14:59:59 +02:00
parent 6c7454fc2b
commit 353bb57a6f

View File

@ -132,7 +132,7 @@ func (e *Engine) processJob(grafanaCtx context.Context, job *Job) error {
span.SetTag("alertId", evalContext.Rule.Id) span.SetTag("alertId", evalContext.Rule.Id)
span.SetTag("dashboardId", evalContext.Rule.DashboardId) span.SetTag("dashboardId", evalContext.Rule.DashboardId)
span.SetTag("firing", evalContext.Firing) span.SetTag("firing", evalContext.Firing)
span.SetTag("no_data", evalContext.NoDataFound) span.SetTag("nodatapoints", evalContext.NoDataFound)
if evalContext.Error != nil { if evalContext.Error != nil {
ext.Error.Set(span, true) ext.Error.Set(span, true)
span.LogFields( span.LogFields(