-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mixtool in mimir-build-image (#8032)
* Configure linter exclusions Signed-off-by: Marco Pracucci <[email protected]> * Update build image version to pr8032-d6540935d8 * Trigger CI Signed-off-by: Marco Pracucci <[email protected]> * Updated Helm Signed-off-by: Marco Pracucci <[email protected]> --------- Signed-off-by: Marco Pracucci <[email protected]> Co-authored-by: pracucci <[email protected]>
- Loading branch information
Showing
9 changed files
with
4,362 additions
and
4,654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ RUN GO111MODULE=on \ | |
go install github.com/fatih/[email protected] && \ | ||
go install github.com/campoy/[email protected] && \ | ||
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \ | ||
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@bca3066 && \ | ||
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@779c8b3 && \ | ||
go install github.com/mikefarah/yq/[email protected] && \ | ||
go install github.com/google/go-jsonnet/cmd/[email protected] && \ | ||
go install github.com/google/go-jsonnet/cmd/[email protected] && \ | ||
|
2,074 changes: 1,012 additions & 1,062 deletions
2,074
...amonitoring-values-generated/mimir-distributed/templates/metamonitoring/mixin-alerts.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
980 changes: 460 additions & 520 deletions
980
...nitoring-values-generated/mimir-distributed/templates/metamonitoring/recording-rules.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,049 changes: 999 additions & 1,050 deletions
2,049
operations/mimir-mixin-compiled-baremetal/alerts.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
exclusions: | ||
template-instance-rule: | ||
reason: We don't use "instance" dashboard template variable. | ||
target-instance-rule: | ||
reason: We don't want to enforce "instance" selector in every query. | ||
template-job-rule: | ||
reason: We don't want to make "job" selector a dashboard template variable. | ||
target-job-rule: | ||
reason: We don't want to make "job" selector to be "$job" but we want to explicitly set the actual label matcher regexp. | ||
target-rate-interval-rule: | ||
reason: Some panels intentionally use an explicit time window instead of $__rate_interval. | ||
entries: | ||
- dashboard: Mimir / Top tenants | ||
panel: Top $limit users by received samples rate in last 5m | ||
- dashboard: Mimir / Top tenants | ||
panel: Top $limit users by discarded samples rate in last 5m | ||
- dashboard: Mimir / Top tenants | ||
panel: Top $limit users by received exemplars rate in last 5m | ||
target-promql-rule: | ||
reason: Skipping in dashboards where the linter parses a Loki query as Prometheus one. | ||
entries: | ||
- dashboard: Mimir / Slow queries | ||
template-datasource-rule: | ||
reason: We prefer to keep calling "datasource" the Prometheus datasource to keep consistency between dashboards. | ||
entries: | ||
- dashboard: Mimir / Slow queries | ||
panel-title-description-rule: | ||
reason: We have many panels without description. This exclusion can be removed once we'll have added a description for each panel (if we'll ever do it). | ||
template-on-time-change-reload-rule: | ||
reason: We don't want to refresh "cluster" and "namespace" each time the time range changes, given we don't expect it to change frequently. | ||
entries: | ||
- variable: cluster | ||
- variable: namespace | ||
alert-summary-missing-rule: | ||
reason: We don't set the summary on alerts. | ||
alert-description-missing-rule: | ||
reason: We don't set the description on alerts. | ||
panel-units-rule: | ||
reason: We have many panels without an unit defined. We should fix it but it's low priority. |