Skip to content

Commit

Permalink
feat(#99): add couch2pg exporter compose file to run stand alone with…
Browse files Browse the repository at this point in the history
…out watchdog (#102)

* Add compose file to allow sql exporter to run stand alone with out watchdog

* Update stand-alone.yml

* feat(couchdb-backlog): add files to gather remote couch2pg metrics

* feat(sql): move compose files to have compose in name per feedback

* feat(sql): remove custom config file that shouldn't have been committed per feedback
  • Loading branch information
mrjones-plip authored May 10, 2024
1 parent ee24210 commit 7817175
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ grafana.ini
delete-rules.yml
build
exporters/postgres/sql_servers.yml
data-ingest
./exporters/postgres/scrape-custom.yml
6 changes: 6 additions & 0 deletions exporters/postgres/compose.scrape-only.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:

prometheus:
volumes:
- ./exporters/postgres/scrape-custom.yml:/etc/prometheus/scrape_configs/cht-postgres.yml:ro

12 changes: 12 additions & 0 deletions exporters/postgres/compose.stand-alone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:

prometheus:
image: alpine
volumes:

sql_exporter:
volumes:
- "./:/etc/sql_exporter/"

networks:
cht-watchdog-net:

0 comments on commit 7817175

Please sign in to comment.