updates metrics name in twoclient test

This commit is contained in:
benbierens 2023-11-07 10:42:31 +01:00
parent d0bed64c68
commit 20f92633f7
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace ContinuousTests.Tests
{ {
public class TwoClientTest : ContinuousTest public class TwoClientTest : ContinuousTest
{ {
private const string BytesStoredMetric = "codexRepostoreBytesUsed"; private const string BytesStoredMetric = "codex_repostore_bytes_used";
public override int RequiredNumberOfNodes => 2; public override int RequiredNumberOfNodes => 2;
public override TimeSpan RunTestEvery => TimeSpan.FromMinutes(2); public override TimeSpan RunTestEvery => TimeSpan.FromMinutes(2);