Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 13:06
· 290 commits to master since this release
v1.2.0
502d4e3

Changelog for 1.2.0

The following sections list the changes for 1.2.0.

Summary

  • Chg #67: Add collector for server metrics
  • Chg #53: Integrate standard web config

Details

  • Change #67: Add collector for server metrics

    Hetzner Cloud collects basic metrics on the hypervisor-level for each server. We have added a
    new collector which scrapes the latest available metric point for each running server. It is
    enabled by default.

    #67

  • Change #53: Integrate standard web config

    We integrated the new web config from the Prometheus toolkit which provides a configuration
    for TLS support and also some basic builtin authentication. For the detailed configuration
    you check out the documentation.

    #53