Skip to content

Commit

Permalink
update the errorQuery and totalQuery in slo-queries.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed May 2, 2024
1 parent b50d5ff commit 4744f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codebundles/rds-mysql-conn-count/slo-queries.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Please update the RDS_MYSQL_DB_NAME to match your RDS instance name, for which we aim to establish the SLO based on aws_rds_database_connections_average metric
errorQuery: "aws_rds_database_connections_average{dimension_DBInstanceIdentifier="robotshopmysql"} > 30"
totalQuery: "aws_rds_database_connections_average{dimension_DBInstanceIdentifier="robotshopmysql"}"

0 comments on commit 4744f7b

Please sign in to comment.