SQL Exporter v0.13.0
What's Changed
⚠️ Breaking change: 'instance' label is changed to 'target' by default. It can be overridden with --config.target-label
parameter.
- feat: 'scrape_errors_total' metric by @burningalchemist in #339
- feat: set 'static_value' per metric config by @burningalchemist in #335
- feat: add a helm chart with the releaser action by @allanger in #349
- refactor!: 'instance' label is configurable, 'target' by default by @burningalchemist in #333
- refactor: configure ping for a target or per job by @burningalchemist in #323
- fix: enable-ping flag nil dereference by @burningalchemist in #340
- fix: revisit errors package, match the error by @burningalchemist in #350
- fix: error type conversion by @burningalchemist in #353
- fix: don't cache invalid metrics by @burningalchemist in #355
- build: update Go to 1.21 as the main version by @burningalchemist in #341
Precompiled binaries are built with Go v1.21.3
Updated dependencies
Database drivers
- Snowflake 1.6.25
Others
- golang.org/x/net from 0.17.0
- prometheus/client_golang 1.17.0
- prometheus/common 0.45.0
- prometheus/client_model 0.5.0
- aws-sdk-go-v2 1.21.6
- aws-sdk-go-v2/service/secretmanager 1.23.0
- aws-sdk-go-v2/config 1.22.1
New Contributors
- @allanger made their first contribution in #349
- @eugenekainara made their first contribution in #373
Full Changelog: 0.12.3...0.13.0