mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
No description
.github/workflow | ||
fetcher | ||
.editorconfig | ||
.gitignore | ||
.golangci.yml | ||
.golangreleaser.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
hcloud-pricing-exporter
A Prometheus exporter that connects to your HCloud account and collects data on your current expenses. The aim is to make cost of cloud infrastructure more transparent and manageable, especially for private projects.
Please note that no gurantees on correctness are made and any financial decisions should be always be based on the billing and cost functions provided by HCloud itself. Some hourly costs are estimations based on monthly costs, if the HCloud API does not provide an hourly expense.
Exported metrics
hcloud_pricing_floatingip_hourly{name, location}
(Estimated based on the monthly price)hcloud_pricing_floatingip_monthly{name, location}
hcloud_pricing_loadbalancer_hourly{name, location, type}
hcloud_pricing_loadbalancer_monthly{name, location, type}
hcloud_pricing_server_hourly{name, location, type}
hcloud_pricing_server_monthly{name, location, type}
hcloud_pricing_server_backups_hourly{name, location, type}
hcloud_pricing_server_backups_monthly{name, location, type}
hcloud_pricing_server_traffic_hourly{name, location, type}
(Estimated based on the monthly price)hcloud_pricing_server_traffic_monthly{name, location, type}
hcloud_pricing_snapshot_hourly{name}
(Estimated based on the monthly price)hcloud_pricing_snapshot_monthly{name}
hcloud_pricing_volume_hourly{name, location, bytes}
(Estimated based on the monthly price)hcloud_pricing_volume_monthly{name, location, bytes}