upgrade plugin-sdk-go from v0.274.0 to v0.275.0 (#103863)

* upgrade plugin-sdk-go from v0.274.0 to v0.275.0

* ignore deprecated warning
This commit is contained in:
Gábor Farkas
2025-04-14 08:29:58 +02:00
committed by GitHub
parent 87e69e1349
commit 9aca2606c7
44 changed files with 249 additions and 243 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ import (
)
func init() {
model.NameValidationScheme = model.UTF8Validation
// this is deprecated, we will fix that in a separate PR
model.NameValidationScheme = model.UTF8Validation //nolint:staticcheck
}
// ApplyFiltersAndGroupBy takes a raw promQL expression, converts the filters into PromQL matchers, and applies these matchers to the parsed expression. It also applies the group by clause to any aggregate expressions in the parsed expression.