Skip to content

v0.2.0

Compare
Choose a tag to compare
@tboerger tboerger released this 11 Mar 20:18
· 386 commits to master since this release
v0.2.0
92b266c

Changelog for 0.2.0

The following sections list the changes for 0.2.0.

Summary

  • Chg #18: Add new metric to see if backups enabled
  • Chg #17: Add pricing collector

Details

  • Change #18: Add new metric to see if backups enabled

    We added a new metric named hcloud_server_backup which indicates if a server got backups
    enabled or not, that way somebody could add some alerting if a server is missing a backup.

    #18

  • Change #17: Add pricing collector

    We added a new collector to gather information about the pricings, that way somebody could do
    calculations how much the costs are increasing or decreasing by sclae up or sclae down. The new
    collector includes new metrics named hcloud_pricing_floating_ip,
    hcloud_pricing_image, hcloud_pricing_server_backup and
    hcloud_pricing_traffic.

    #17