Monitoring.Sinks.ImportApiMetricSinkConfig
namespace Monitoring.Sinks
{
public class ImportApiMetricSinkConfig : IMetricSinkConfig
{
public TimeSpan ThrottleTimeout { get; set; }
public bool SendSumMetrics { get; set; }
public bool SendApmMetrics { get; set; }
public ImportApiMetricSinkConfig();
}
}