From 807e8b7b5fef869a9196947cbf4f74864da8c4e7 Mon Sep 17 00:00:00 2001 From: Veaceslav Doina <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:06:47 +0200 Subject: [PATCH] Fix TwoClientTest metric name https://github.com/codex-storage/nim-codex/pull/603 --- Tests/CodexContinuousTests/Tests/TwoClientTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexContinuousTests/Tests/TwoClientTest.cs b/Tests/CodexContinuousTests/Tests/TwoClientTest.cs index 596ea2b..0916bdf 100644 --- a/Tests/CodexContinuousTests/Tests/TwoClientTest.cs +++ b/Tests/CodexContinuousTests/Tests/TwoClientTest.cs @@ -9,7 +9,7 @@ namespace ContinuousTests.Tests { public class TwoClientTest : ContinuousTest { - private const string BytesStoredMetric = "codexRepostoreBytesUsed"; + private const string BytesStoredMetric = "codex_repostore_bytes_used"; public override int RequiredNumberOfNodes => 2; public override TimeSpan RunTestEvery => TimeSpan.FromMinutes(2);