v30.9.0
What's Changed
We introduced a new flag --scrape.interval
to let the CouchDB-Prometheus-Exporter collect CouchDB stats at an interval independent of Prometheus' scrape interval. The default behaviour of scraping only during Prometheus' scrapes is unchanged (scrape.interval=0s
).
Changes
- Bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0 by @dependabot in #256
- Bump golang from 1.21.1-alpine to 1.21.3-alpine by @dependabot in #258
- Bump dependencies by @gesellix in #260
- Scrape continuously at an interval or synchronously during Prometheus' scrape by @gesellix in #261
Full Changelog: v30.8.0...v30.9.0