/devops-cue-prometheus-module

Module for create slo and alerts. Usage sloth and cue

Primary LanguageCUE

Module for create customprometheusrule with cue

Example

See ./values/teamA

Usage

Clone repo

Write rules with cuelang and sloth

For sloth specs

cue cmd -t env=${ENV} sloth

For alers(in proggress)

cue cmd -t env=${ENV} alerts

Apply manifest on cluster

kubectl apply -f ./_gen/

TODO

  • Generate alerts
  • Pretty print all rules
  • Full guide