feat(api): label Postgres connections with application_name per component and alias (#11494)

This commit is contained in:
César Arroba
2026-06-08 13:45:06 +02:00
committed by GitHub
parent 28b045302f
commit 061fbaa7bb
6 changed files with 86 additions and 0 deletions
@@ -58,3 +58,5 @@ DATABASES = {
}
DATABASES["default"] = DATABASES["prowler_user"]
label_postgres_connections(DATABASES) # noqa: F405