Skip to content

Releases: YoannMa/scaleway_exporter

v0.4.1

22 Feb 19:48
0a31041
Compare
Choose a tag to compare

Fixes

  • remove warning about an unmapped scaleway metric "server_status" on loadbalancer d4b607b
  • fix: negative value in billing was breaking the collector. ab2aec5 and e6bf583

Registry

ghcr.io/yoannma/scaleway_exporter:0.4.1
yoannm/scaleway_exporter:0.4.1

v0.4.0

26 Jan 15:00
13a859c
Compare
Choose a tag to compare

Breaking Changes

  • scaleway_s3_storage_usage_standard_bytes and scaleway_s3_storage_usage_glacier_bytes are now merged under scaleway_s3_storage_usage_bytes with the label storage_class
  • Loadbalancer is no longer a regional product
  • Some Loadbalancer status interpreted as value 0.0 are now interpreted as value 0.5
  • Some DB instance status interpreted as value 0.0 are now interpreted as value 0.5
  • Build with go1.19
  • Container image does not have the v prefix in the registry

Features

Fixes

Chores

Registry

ghcr.io/yoannma/scaleway_exporter:0.4.0
yoannm/scaleway_exporter:0.4.0

Release v0.3.0

18 Oct 15:15
347f37b
Compare
Choose a tag to compare
doc: update readme

v0.2.0

20 Jul 13:12
d8d7795
Compare
Choose a tag to compare

Version v0.2.0

Features :

  • By default, it will now collect metrics across all Scaleway regions, this can be changed by settings the environment variable SCALEWAY_REGION to a specific region (#1)
  • You can now disable specific collector using the command line flags (#1) :
    • disable-bucket-collector
    • disable-database-collector
    • disable-loadbalancer-collector

Release v0.1.1

18 Jan 10:17
baeff46
Compare
Choose a tag to compare