Skip to content

Commit 631e7f9

Browse files
Rename the dirty memory custom check ID
1 parent d13d412 commit 631e7f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/ServiceControl.Audit.Persistence.RavenDB/CustomChecks/CheckDirtyMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ServiceControl.Audit.Persistence.RavenDB.CustomChecks;
66
using NServiceBus.CustomChecks;
77
using NServiceBus.Logging;
88

9-
class CheckDirtyMemory(MemoryInformationRetriever memoryInformationRetriever) : CustomCheck("RavenDB dirty memory trends", "ServiceControl.Audit Health", TimeSpan.FromMinutes(5))
9+
class CheckDirtyMemory(MemoryInformationRetriever memoryInformationRetriever) : CustomCheck("RavenDB dirty memory", "ServiceControl.Audit Health", TimeSpan.FromMinutes(5))
1010
{
1111
public override async Task<CheckResult> PerformCheck(CancellationToken cancellationToken = default)
1212
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ServiceControl.Audit Health: Audit Database Index Lag
22
ServiceControl.Audit Health: Audit Message Ingestion Process
3-
ServiceControl.Audit Health: RavenDB dirty memory trends
3+
ServiceControl.Audit Health: RavenDB dirty memory
44
Storage space: ServiceControl.Audit database

src/ServiceControl.Persistence.RavenDB/CustomChecks/CheckDirtyMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ServiceControl.Persistence.RavenDB.CustomChecks;
66
using NServiceBus.CustomChecks;
77
using NServiceBus.Logging;
88

9-
class CheckDirtyMemory(MemoryInformationRetriever memoryInformationRetriever) : CustomCheck("RavenDB dirty memory trends", "ServiceControl Health", TimeSpan.FromMinutes(5))
9+
class CheckDirtyMemory(MemoryInformationRetriever memoryInformationRetriever) : CustomCheck("RavenDB dirty memory", "ServiceControl Health", TimeSpan.FromMinutes(5))
1010
{
1111
public override async Task<CheckResult> PerformCheck(CancellationToken cancellationToken = default)
1212
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ServiceControl Health: Error Database Index Errors
22
ServiceControl Health: Error Database Index Lag
33
ServiceControl Health: Message Ingestion Process
4-
ServiceControl Health: RavenDB dirty memory trends
4+
ServiceControl Health: RavenDB dirty memory
55
Storage space: ServiceControl database
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ServiceControl Health: Error Database Index Errors
22
ServiceControl Health: Error Database Index Lag
33
ServiceControl Health: Message Ingestion Process
4-
ServiceControl Health: RavenDB dirty memory trends
4+
ServiceControl Health: RavenDB dirty memory
55
Storage space: ServiceControl database

0 commit comments

Comments
 (0)