Compare commits

...

2 Commits

Author SHA1 Message Date
FetenDridi
b3a89a2b30 commit 2024-12-11 08:13:24 +01:00
FetenDridi
f84fa0657e second commit 2024-12-11 07:23:44 +01:00
7 changed files with 1491 additions and 4 deletions

5
.vscode/notes.txt vendored
View File

@ -1,3 +1,2 @@
docker-compose -f roles/docker-compose/files/docker-compose.yml up -d
ansible-playbook -i hosts deploy.yml
docker-compose -f roles/docker-compose/files/docker-compose.yml up -d
ansible-playbook -i hosts deploy.yml

View File

View File

@ -19,7 +19,7 @@ services:
PGADMIN_DEFAULT_EMAIL: admin@admin.com
PGADMIN_DEFAULT_PASSWORD: admin
ports:
- "5051:80"
- "5050:80"
networks:
- testNetwork

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
scrape_configs:
- job_name: 'pg_stat_statements'
static_configs:
- targets: ['prometheus_exporter:8000']
scrape_interval: 15s