Chore: Update arrow and prometheus dependencies (#82215)

* update arrow and prometheus

* keep codeowner

* use compare

* use grafana-plugin-sdk-go v0.210.0

---------

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
This commit is contained in:
Ryan McKinley
2024-02-12 16:50:25 -08:00
committed by GitHub
parent d1e5e4e747
commit 0c6e409350
8 changed files with 871 additions and 166 deletions

View File

@@ -336,7 +336,7 @@ func (n *Manager) Send(alerts ...*Alert) {
}
})
a.Labels = lb.Labels(a.Labels)
a.Labels = lb.Labels()
}
alerts = n.relabelAlerts(alerts)