Skip to content

[usage] Remove trailing quote from alerts #13110

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

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions operations/observability/mixins/meta/rules/usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
groups:
- name: usage
rules:
- alert: GitpodUsageReconcileUsageFailures'
- alert: GitpodUsageReconcileUsageFailures
expr: sum(increase(grpc_server_handled_total{grpc_service="usage.v1.UsageService", grpc_method="ReconcileUsage", grpc_code!="OK"})) > 1
for: 30m
labels:
Expand All @@ -25,7 +25,7 @@ spec:
summary: There are failed usage reconciliations.
description: We have accumulated {{ printf "%.2f" $value }} failures. This affects how up-to-date usage data is.

- alert: GitpodUsageReconcileInvoicesFailures'
- alert: GitpodUsageReconcileInvoicesFailures
expr: sum(increase(grpc_server_handled_total{grpc_service="usage.v1.BillingService", grpc_method="ReconcileInvoices", grpc_code!="OK"})) > 1
for: 30m
labels:
Expand Down