-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Update arrow and prometheus dependencies #82215
Conversation
@@ -336,7 +336,7 @@ func (n *Manager) Send(alerts ...*Alert) { | |||
} | |||
}) | |||
|
|||
a.Labels = lb.Labels(a.Labels) | |||
a.Labels = lb.Labels() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@grafana/alerting-backend-product -- the prometheus upgrade no longer has this function, but also the previous logic did not make sense. And I don't see any test :(
go.mod
Outdated
@@ -63,7 +63,7 @@ require ( | |||
github.com/grafana/cuetsy v0.1.11 // @grafana/grafana-as-code | |||
github.com/grafana/grafana-aws-sdk v0.23.1 // @grafana/aws-datasources | |||
github.com/grafana/grafana-azure-sdk-go v1.12.0 // @grafana/partner-datasources | |||
github.com/grafana/grafana-plugin-sdk-go v0.208.0 // @grafana/plugins-platform-backend | |||
github.com/grafana/grafana-plugin-sdk-go v0.209.1-0.20240208231327-bb7c8753e380 // @grafana/plugins-platform-backend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^ will be replaced with a real version after the PR is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the PR is merged you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.210.0 released, you can update this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will do it on Tuesday
/deploy-to-hg |
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
influxdb changes LGTM
Alerting bits LGTM, thanks! |
* 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 PR updates the SDK to a version with latest arrow files. While doing the import -- it seems to also require upgrades to
/x/exp
and by extension prometheus 😬prometheus/prometheus#12649
Without the prometheus update, the error was: