NullTelemetryProducer 类

定义

测试与遥测无关的遥测生成者。

public class NullTelemetryProducer : Orleans.Runtime.ITelemetryProducer
type NullTelemetryProducer = class
    interface ITelemetryProducer
Public Class NullTelemetryProducer
Implements ITelemetryProducer
继承
NullTelemetryProducer
实现

属性

Instance

测试与遥测无关的遥测生成者。

显式接口实现

ITelemetryProducer.Close()

测试与遥测无关的遥测生成者。

ITelemetryProducer.DecrementMetric(String, Double)

测试与遥测无关的遥测生成者。

ITelemetryProducer.DecrementMetric(String)

测试与遥测无关的遥测生成者。

ITelemetryProducer.Flush()

测试与遥测无关的遥测生成者。

ITelemetryProducer.IncrementMetric(String, Double)

测试与遥测无关的遥测生成者。

ITelemetryProducer.IncrementMetric(String)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackDependency(String, String, DateTimeOffset, TimeSpan, Boolean)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackEvent(String, IDictionary<String,String>, IDictionary<String,Double>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackMetric(String, Double, IDictionary<String,String>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackMetric(String, TimeSpan, IDictionary<String,String>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackRequest(String, DateTimeOffset, TimeSpan, String, Boolean)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackTrace(String, IDictionary<String,String>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackTrace(String, Severity, IDictionary<String,String>)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackTrace(String, Severity)

测试与遥测无关的遥测生成者。

ITelemetryProducer.TrackTrace(String)

测试与遥测无关的遥测生成者。

适用于