cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.4.4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/examples/simple.hcl

13lines · modepreview

# This is a simplified config that only uses "series" check to report any
# alert that is using time series not found in Prometheus server.

prometheus "prod" {
  uri     = "https://prod.example.com"
  timeout = "1m"
}

rule {
  series {
    severity = "bug"
  }
}