mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
Fix wrong labels for server metric
This commit is contained in:
parent
7985448175
commit
2b456762e6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var _ Fetcher = &server{}
|
|||
|
||||
// NewServer creates a new fetcher that will collect pricing information on servers.
|
||||
func NewServer(pricing *PriceProvider) Fetcher {
|
||||
return &server{newBase(pricing, "server", "location")}
|
||||
return &server{newBase(pricing, "server", "location", "type")}
|
||||
}
|
||||
|
||||
type server struct {
|
||||
|
|
Loading…
Reference in a new issue