Microsoft.VisualStudio.Telemetry.Metrics.Events Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
TelemetryCounterEvent<T> |
The class represents a telemetry event for an IVSCounter that can be posted to a server. The non-VS (ICounter) type has no additional exposed properties beyond the IInstrument. So, no additional properties are needed for the ICounter event and it can be posted normally. |
TelemetryHistogramEvent<T> |
The class represents a telemetry event for a VS Histogram that can be posted to a server. |
TelemetryMetricEvent |
The class represents a telemetry event for an IInstrument that can be posted to a server. |