mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix go lint
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
This commit is contained in:
parent
0af810aa71
commit
48934aaef3
|
@ -568,7 +568,7 @@ var expectedConf = &Config{
|
||||||
ServiceDiscoveryConfigs: discovery.Configs{
|
ServiceDiscoveryConfigs: discovery.Configs{
|
||||||
&xds.KumaSDConfig{
|
&xds.KumaSDConfig{
|
||||||
Server: "http://kuma-control-plane.kuma-system.svc:5676",
|
Server: "http://kuma-control-plane.kuma-system.svc:5676",
|
||||||
ClientId: "main-prometheus",
|
ClientID: "main-prometheus",
|
||||||
HTTPClientConfig: config.DefaultHTTPClientConfig,
|
HTTPClientConfig: config.DefaultHTTPClientConfig,
|
||||||
RefreshInterval: model.Duration(15 * time.Second),
|
RefreshInterval: model.Duration(15 * time.Second),
|
||||||
FetchTimeout: model.Duration(2 * time.Minute),
|
FetchTimeout: model.Duration(2 * time.Minute),
|
||||||
|
|
Loading…
Reference in a new issue