Compare commits

..

No commits in common. "branche2" and "main" have entirely different histories.

7 changed files with 4 additions and 1491 deletions

5
.vscode/notes.txt vendored
View File

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

0
.vscode/prometheus.yml vendored Normal file
View File

View File

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

File diff suppressed because it is too large Load Diff

View File

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