Created
August 27, 2020 15:35
-
-
Save simonswine/c24ba01bbd217f1eb6cbd5456b4b60a4 to your computer and use it in GitHub Desktop.
Static recording rule to manage expected instances
This file contains hidden or 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
- expr: 1 | |
labels: | |
instance: db1 | |
cloud: aws | |
record: expected_instances | |
- expr: 1 | |
labels: | |
instance: db2 | |
cloud: azure | |
record: expected_instances | |
- expr: 1 | |
labels: | |
instance: db3 | |
cloud: gcp | |
record: expected_instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment