Skip to content

Releases: burningalchemist/sql_exporter

chart-sql-exporter-0.11.0

01 Jan 13:37
2659a60
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.10.2

30 Dec 21:45
c33a446
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.17.0

23 Dec 09:49
9709056
Compare
Choose a tag to compare

SQL Exporter v0.17.0 - Christmas edition 🎄

What's Changed

⚠️ Breaking change: klog logging library is replaced with log/slog. On the user end, this change mainly affects the field names (go-kit vs slog style) that might require some adjustments in user log collectors.

Besides, it is possible now to write logs to a file, if needed (default is stderr, but there is the --log.file parameter to override the output).

Precompiled binaries are built with Go v1.23.4

Updated dependencies

Database drivers

  • Snowflake 1.12.1
  • MSSQL 1.8.0
  • PostgreSQL (pgx) 5.7.2

Others

  • aws-sdk-go-v2 1.32.7
  • aws-sdk-go-v2/config 1.28.7
  • aws-sdk-go-v2/service/secretsmanager 1.34.8
  • prometheus/common 0.60.1
  • prometheus/exporter-toolkit 0.13.2
  • google.golang.org/protobuf 1.36.0
  • golang.org/x/crypto 0.31.0 (CVE-2024-45337)
  • golang.org/x/net 0.33.0 (CVE-2024-45338)

New Contributors

Full Changelog: 0.16.0...0.17.0

chart-sql-exporter-0.10.1

23 Dec 10:09
6c65cdf
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.10.0

22 Nov 08:11
dde9ee5
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.16.0

26 Oct 08:31
a1726ff
Compare
Choose a tag to compare

SQL Exporter v0.16.0

What's Changed

⚠️ Breaking change: --log.json flag has been removed. To change the log format, please use --log.format with the allowed values: logfmt (default) or json.

Precompiled binaries are built with Go v1.23.2

Updated dependencies

Database drivers

  • Snowflake 1.11.2
  • Clickhouse 2.30.0
  • PostgreSQL (pgx) 5.7.1

Others

  • sethvargo/go-envconfig 1.1.0
  • aws-sdk-go-v2 1.30.5
  • aws-sdk-go-v2/config 1.28.0
  • aws-sdk-go-v2/service/secretsmanager 1.34.2
  • prometheus/common 0.60.1
  • prometheus/client_golang 1.20.5
  • google.golang.org/protobuf 1.35.1

New Contributors

Full Changelog: 0.15.0...0.16.0

chart-sql-exporter-0.9.0

26 Oct 08:58
d1db481
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.8.0

14 Oct 07:45
0833fd9
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.7.0

11 Oct 09:49
131c783
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.6.1

19 Jul 15:57
8ce8744
Compare
Choose a tag to compare

Database-agnostic SQL exporter for Prometheus