github promhippie/hcloud_exporter v1.3.0

latest releases: v3.21.0, v3.20.1, v3.20.0...
2 years ago

Changelog for 1.3.0

The following sections list the changes for 1.3.0.

Summary

  • Chg #193: Read secrets form files
  • Chg #193: Integrate standard web config
  • Enh #193: Integrate option pprof profiling

Details

  • Change #193: Read secrets form files

    We have added proper support to load secrets like the password from files or from
    base64-encoded strings. Just provide the flags or environment variables for token or private
    key with a DSN formatted string like file://path/to/file or base64://Zm9vYmFy.

    #193

  • Change #193: 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 can check out the documentation.

    #193

  • Enhancement #193: Integrate option pprof profiling

    We have added an option to enable a pprof endpoint for proper profiling support with the help of
    tools like Parca. The endpoint /debug/pprof can now optionally be enabled to get the
    profiling details for catching potential memory leaks.

    #193

Don't miss a new hcloud_exporter release

NewReleases is sending notifications on new releases.