Skip to content

Instantly share code, notes, and snippets.

@gdvalle
Created March 3, 2016 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdvalle/d43d9668d1dc0778dc06 to your computer and use it in GitHub Desktop.
Save gdvalle/d43d9668d1dc0778dc06 to your computer and use it in GitHub Desktop.
Convert Prometheus 0.16.x alerts to 0.17 format
:%s/WITH/LABELS/g
:%s/SUMMARY \(.*\)/ANNOTATIONS {\r summary = \1,/g
:%s/DESCRIPTION \(.*\)/ description = \1\r \}/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment