IAPMConfiguration public interface IAPMConfiguration Documentation Func<bool> KillSwitch { get; set; } Disables the Measures writing to the sinks. Metadata Metadata { get; set; } Metadata for the APM Client to add to metric records. IEnumerable<ISink> Sinks { get; set; } A collection of Sinks the APM Client should use by default.