Skip to content

Commit 16e89f6

Browse files
lukmajercak-redditGitHub Enterprise
authored and
GitHub Enterprise
committed
Monitor pga-r2-misc and pga-r2-comment (prometheus-community#6)
* Monitor pga-r2-misc * Monitor pga-r2-comment
1 parent 1f13dd2 commit 16e89f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

infrared/manifest.star

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ clusters_to_monitor = [
2626
"name" : "pga-r2-account-15",
2727
"endpoint" : "pga-r2-account-15.cluster-cgzk1xobcfng.us-east-1.rds.amazonaws.com:5432/newreddit",
2828
},
29+
{
30+
"name" : "pga-r2-misc",
31+
"endpoint" : "pga-r2-misc.cluster-cgzk1xobcfng.us-east-1.rds.amazonaws.com:5432/newreddit",
32+
},
33+
{
34+
"name" : "pga-r2-comment",
35+
"endpoint" : "pga-r2-comment.cluster-cgzk1xobcfng.us-east-1.rds.amazonaws.com:5432/newreddit",
36+
},
2937
]
3038

3139
if env() == Production:

0 commit comments

Comments
 (0)