Skip to content

Commit

Permalink
public ThrottlingMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarkariaDia committed Aug 19, 2023
1 parent 98959ea commit 58c5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vostok.Throttling.Metrics/ThrottlingMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / build / build (ubuntu-latest, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (ubuntu-latest, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (ubuntu-latest, nuget)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (ubuntu-latest, nuget)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (macos-12, nuget)

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (macos-12, nuget)

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (macos-12, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (macos-12, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (windows-latest, nuget)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (windows-latest, nuget)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (windows-latest, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API

Check failure on line 13 in Vostok.Throttling.Metrics/ThrottlingMetrics.cs

View workflow job for this annotation

GitHub Actions / build / build (windows-latest, cement)

Symbol 'ThrottlingMetrics' is not part of the declared API
{
private readonly IDisposable eventSubscription;
private readonly IDisposable resultSubscription;
Expand Down

0 comments on commit 58c5fae

Please sign in to comment.