chore: scaletest: collect database metrics using prometheus-postgres-exporter (#7945)

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
Cian Johnston
2023-06-09 14:21:08 -07:00
committed by GitHub
parent 175561bf36
commit 2bbe650eb0
4 changed files with 66 additions and 14 deletions

View File

@ -34,11 +34,11 @@ resource "kubernetes_namespace" "coder_namespace" {
]
}
resource "random_password" "postgres-admin-password" {
resource "random_password" "coder-postgres-password" {
length = 12
}
resource "random_password" "coder-postgres-password" {
resource "random_password" "prometheus-postgres-password" {
length = 12
}