From 3bb06341c17bcf41ba2caa22fa8e982e732ae0d7 Mon Sep 17 00:00:00 2001 From: Jan Graefen <223234+jangraefen@users.noreply.github.com> Date: Wed, 25 Jan 2023 21:27:50 +0100 Subject: [PATCH] chore: Add new feature to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2ca6b9..f19926f 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,6 @@ helm upgrade --install hcloud-pricing-exporter hcloud-pricing-exporter/hcloud-pr - `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}` + +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.