IMetricSinkConfig public interface IMetricSinkConfig Documentation bool SendApmMetrics { get; set; } Gets or sets a value indicating whether to submit APM metrics. bool SendSumMetrics { get; set; } Gets or sets a value indicating whether to submit SUM metrics. TimeSpan ThrottleTimeout { get; set; } Gets or sets a value indicating how often to submit APM metrics during job execution.