metric namespace 설정 추가
This commit is contained in:
@ -34,7 +34,7 @@ type clientConfig struct {
|
||||
GrpcAddress string `json:"grpc_server_address"`
|
||||
HttpAddress string `json:"http_server_address"`
|
||||
StorageRoot string `json:"storage_path"`
|
||||
RunNodeExporter bool `json:"run_node_exporter"`
|
||||
MetricNamespace string `json:"metric_namespace"`
|
||||
}
|
||||
|
||||
func loadClientConfig() (clientConfig, error) {
|
||||
|
||||
Reference in New Issue
Block a user