2
0
mirror of synced 2025-02-02 19:53:29 +00:00

Fixes metrics tests

This commit is contained in:
Ben 2024-03-27 09:41:12 +01:00
parent 127b7daecc
commit db6db4d38c
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1

View File

@ -16,7 +16,7 @@ namespace MetricsPlugin
log = tools.GetLog();
endpoint = tools
.CreateHttp()
.CreateEndpoint(RunningContainer.GetAddress(log, PrometheusContainerRecipe.PortTag), "api/v1");
.CreateEndpoint(RunningContainer.GetAddress(log, PrometheusContainerRecipe.PortTag), "/api/v1/");
}
public RunningContainer RunningContainer { get; }