Skip to content

Commit

Permalink
Merge pull request #23 from rporres/add-db-r5-large
Browse files Browse the repository at this point in the history
Added db.r5.large max connections
  • Loading branch information
rporres authored Jul 10, 2020
2 parents 2d40ff0 + cd344af commit c026b7f
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 @@ -43,6 +43,12 @@ var DBMaxConnections = map[string]map[string]int64{
"default.postgres10": 823,
"default.postgres11": 823,
},
"db.r5.large": map[string]int64{
"default": 1802,
"default.postgres10": 1802,
"default.postgres11": 1802,
"default.postgres12": 1802,
},
}

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

0 comments on commit c026b7f

Please sign in to comment.