ILocalMetricsQueue public interface ILocalMetricsQueue : IDisposable Documentation MetricsRegulator APMRegulator { get; } int BatchSize { get; } int FlushTimeout { get; } bool IsStarted { get; } MetricsRegulator SUMRegulator { get; } void LogMetric(Metric metric, bool isWhiteListEnabled) void Start() void Stop()