Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
prometheus-alerts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
prometheus-alerts
Merge requests
!50
Increase the gettor silence alert to 12 hours
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Increase the gettor silence alert to 12 hours
meskio/prometheus-alerts:gettor_12h
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
meskio
requested to merge
meskio/prometheus-alerts:gettor_12h
into
main
6 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
It is common that is silent for 6h in some periods, let's reduce the noisiness of this alert.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a961bd26
1 commit,
6 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
rules.d/rdsys.rules
+
2
−
2
Options
@@ -2,14 +2,14 @@ groups:
- name: rdsys
rules:
- alert: gettor silence
expr: sum(increase(gettor_request_total[
6
h])) == 0
expr: sum(increase(gettor_request_total[
12
h])) == 0
for: 1h
labels:
severity: critical
team: anti-censorship
annotations:
title: gettor is silent
description: No email has arrived to gettor for the last
6
hours
description: No email has arrived to gettor for the last
12
hours
summary: There might be a problem with the email delivery
- alert: rejected by ratio
Loading