Created
March 3, 2016 16:28
-
-
Save gdvalle/d43d9668d1dc0778dc06 to your computer and use it in GitHub Desktop.
Convert Prometheus 0.16.x alerts to 0.17 format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%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