Skip to content

Commit 2424931

Browse files
committed
Revert "exclude Particular.Monitoring"
This reverts commit 7eac0d9.
1 parent 7eac0d9 commit 2424931

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Particular.LicensingComponent/Shared/PlatformEndpointHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public static bool IsPlatformEndpoint(string endpointName, ThroughputSettings th
1313
|| endpointName.EndsWith(".TimeoutsDispatcher", StringComparison.OrdinalIgnoreCase)
1414
|| endpointName.StartsWith($"{throughputSettings.ServiceControlQueue}.", StringComparison.OrdinalIgnoreCase)
1515
|| endpointName.Equals(ServiceControlSettings.ServiceControlThroughputDataQueue, StringComparison.OrdinalIgnoreCase)
16-
|| endpointName.Equals("Particular.Monitoring", StringComparison.OrdinalIgnoreCase)
1716
|| AuditThroughputCollectorHostedService.AuditQueues.Any(a => endpointName.Equals(a, StringComparison.OrdinalIgnoreCase));
1817
}
1918
}

0 commit comments

Comments
 (0)