Skip to content

Commit

Permalink
feat(couchdb-backlog): add files to gather remote couch2pg metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed May 8, 2024
1 parent aa73802 commit 11b2f53
Show file tree
Hide file tree
Showing 3 changed files with 12 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
4 changes: 4 additions & 0 deletions exporters/postgres/scrape-custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scrape_configs:
- job_name: sql_exporter
static_configs:
- targets: ['10.220.249.15:9399']
6 changes: 6 additions & 0 deletions exporters/postgres/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

0 comments on commit 11b2f53

Please sign in to comment.