Skip to content

Commit

Permalink
Merge pull request #26 from rrati/db.m6g.xlarge
Browse files Browse the repository at this point in the history
Add connection limits for db.m6g.xlarge
  • Loading branch information
Rob Rati authored Mar 24, 2021
2 parents 3ffe8b8 + a68f884 commit 375381d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ var DBMaxConnections = map[string]map[string]int64{
"default.postgres11": 1802,
"default.postgres12": 1802,
},
"db.m6g.xlarge": map[string]int64{
"default": 1705,
"default.postgres10": 1705,
"default.postgres11": 1705,
"default.postgres12": 1705,
},
}

// RDSExporter defines an instance of the RDS Exporter
Expand Down

0 comments on commit 375381d

Please sign in to comment.