|
|
@ -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),
|
|
|
|