-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
namespace Vostok.Throttling.Metrics | ||
{ | ||
internal class ThrottlingMetrics : IDisposable, IObserver<IThrottlingEvent>, IObserver<IThrottlingResult> | ||
public class ThrottlingMetrics : IDisposable, IObserver<IThrottlingEvent>, IObserver<IThrottlingResult> | ||
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (ubuntu-latest, cement)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (ubuntu-latest, cement)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (ubuntu-latest, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (ubuntu-latest, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (macos-12, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (macos-12, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (macos-12, cement)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (macos-12, cement)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (windows-latest, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (windows-latest, nuget)
Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs GitHub Actions / build / build (windows-latest, cement)
|
||
{ | ||
private readonly IDisposable eventSubscription; | ||
private readonly IDisposable resultSubscription; | ||
|