Add prometheus metrics to alloy
This commit is contained in:
parent
616788c5ea
commit
5ad3e9bfe2
8 changed files with 174 additions and 19 deletions
|
@ -27,6 +27,11 @@ output "postgresql_data" {
|
|||
sensitive = true
|
||||
}
|
||||
|
||||
output "postgresql_metrics_collector" {
|
||||
value = module.services.postgresql_metrics_collector
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "postgresql" {
|
||||
value = {
|
||||
"host" = var.postgresql_host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue