We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd9fe3 commit 201d890Copy full SHA for 201d890
slo/src/Cli/CliCommands.cs
@@ -47,6 +47,8 @@ internal static async Task Run(RunConfig config)
47
48
await using var client = await Client.CreateAsync(config.Endpoint, config.Db, config.TableName);
49
50
+ await client.Init(config.InitialDataCount, 1, 6, 1000, TimeSpan.FromMilliseconds(config.WriteTimeout));
51
+
52
Console.WriteLine(config.PromPgw);
53
54
await MetricReset(promPgwEndpoint, job);
0 commit comments