mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
chore: Add new feature to the README
This commit is contained in:
parent
0e6fbf496b
commit
3bb06341c1
1 changed files with 3 additions and 0 deletions
|
@ -62,3 +62,6 @@ helm upgrade --install hcloud-pricing-exporter hcloud-pricing-exporter/hcloud-pr
|
||||||
- `hcloud_pricing_snapshot_monthly{name}`
|
- `hcloud_pricing_snapshot_monthly{name}`
|
||||||
- `hcloud_pricing_volume_hourly{name, location, bytes}` _(Estimated based on the monthly price)_
|
- `hcloud_pricing_volume_hourly{name, location, bytes}` _(Estimated based on the monthly price)_
|
||||||
- `hcloud_pricing_volume_monthly{name, location, bytes}`
|
- `hcloud_pricing_volume_monthly{name, location, bytes}`
|
||||||
|
|
||||||
|
Each exported metric can also be enriched with additional labels, coming from the actual labels on the Hetzner resource.
|
||||||
|
To expose additional labels, use the `-additional-labels label1,label2,...` command line parameter.
|
||||||
|
|
Loading…
Reference in a new issue