Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/promhippie/hcloud_exporter

Prometheus exporter for Hetzner Cloud
https://github.com/promhippie/hcloud_exporter

hcloud metrics prometheus prometheus-exporter

Last synced: about 1 month ago
JSON representation

Prometheus exporter for Hetzner Cloud

Awesome Lists containing this project

README

        

# Hetzner Cloud Exporter

[![Current Tag](https://img.shields.io/github/v/tag/promhippie/hcloud_exporter?sort=semver)](https://github.com/promhippie/prometheus-scw-sd) [![General Build](https://github.com/promhippie/hcloud_exporter/actions/workflows/general.yml/badge.svg)](https://github.com/promhippie/hcloud_exporter/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org](https://img.shields.io/badge/matrix-%23webhippie-7bc9a4.svg)](https://matrix.to/#/#webhippie:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/0621f7fa70104074ad05ab9ac304d185)](https://www.codacy.com/gh/promhippie/hcloud_exporter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=promhippie/hcloud_exporter&utm_campaign=Badge_Grade) [![Go Doc](https://godoc.org/github.com/promhippie/hcloud_exporter?status.svg)](http://godoc.org/github.com/promhippie/hcloud_exporter) [![Go Report](http://goreportcard.com/badge/github.com/promhippie/hcloud_exporter)](http://goreportcard.com/report/github.com/promhippie/hcloud_exporter)

An exporter for [Prometheus][prometheus] that collects metrics from
[Hetzner Cloud][hcloud].

## Install

You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our containers published on [Docker Hub][dockerhub] and [Quay][quayio].
If you need further guidance how to install this take a look at our
[documentation][docs].

## Development

Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.17, at least that's the version we are using.

```console
git clone https://github.com/promhippie/hcloud_exporter.git
cd hcloud_exporter

make generate build

./bin/hcloud_exporter -h
```

## Security

If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.

## Contributing

Fork -> Patch -> Push -> Pull Request

## Authors

- [Thomas Boerger](https://github.com/tboerger)

## License

Apache-2.0

## Copyright

```console
Copyright (c) 2018 Thomas Boerger
```

[prometheus]: https://prometheus.io
[hcloud]: https://console.hetzner.cloud
[releases]: https://github.com/promhippie/hcloud_exporter/releases
[dockerhub]: https://hub.docker.com/r/promhippie/hcloud-exporter/tags/
[quayio]: https://quay.io/repository/promhippie/hcloud-exporter?tab=tags
[docs]: https://promhippie.github.io/hcloud_exporter/#getting-started
[golang]: http://golang.org/doc/install.html