Add prometheus metrics to alloy

This commit is contained in:
Tobias Reisinger 2025-05-06 15:14:49 +02:00
parent 616788c5ea
commit 5ad3e9bfe2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 174 additions and 19 deletions

View file

@ -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