mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-26 15:29:04 +01:00
Rename variable in ReceiverConfig
This commit is contained in:
parent
308ee13a10
commit
cb9ff89e92
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ReceiverConfig struct {
|
type ReceiverConfig struct {
|
||||||
Addr string `json:"host"`
|
Addr string `json:"address"`
|
||||||
Port string `json:"port"`
|
Port string `json:"port"`
|
||||||
Database string `json:"database"`
|
Database string `json:"database"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
|
Loading…
Reference in New Issue
Block a user