Fixes metrics tests
This commit is contained in:
parent
127b7daecc
commit
db6db4d38c
|
@ -16,7 +16,7 @@ namespace MetricsPlugin
|
||||||
log = tools.GetLog();
|
log = tools.GetLog();
|
||||||
endpoint = tools
|
endpoint = tools
|
||||||
.CreateHttp()
|
.CreateHttp()
|
||||||
.CreateEndpoint(RunningContainer.GetAddress(log, PrometheusContainerRecipe.PortTag), "api/v1");
|
.CreateEndpoint(RunningContainer.GetAddress(log, PrometheusContainerRecipe.PortTag), "/api/v1/");
|
||||||
}
|
}
|
||||||
|
|
||||||
public RunningContainer RunningContainer { get; }
|
public RunningContainer RunningContainer { get; }
|
||||||
|
|
Loading…
Reference in New Issue