|
|
context.Logs = append(context.Logs, &alerting.ResultLogEntry{
|
|
context.Logs = append(context.Logs, &alerting.ResultLogEntry{
|
|
|
Message: fmt.Sprintf("Condition[%d]: Eval: %v, Metric: %s, Value: %1.3f", c.Index, evalMatch, series.Name, *reducedValue),
|
|
Message: fmt.Sprintf("Condition[%d]: Eval: %v, Metric: %s, Value: %1.3f", c.Index, evalMatch, series.Name, *reducedValue),
|