Interface Telemetry
- All Known Implementing Classes:
AvailabilityTelemetry,BaseTelemetry,EventTelemetry,ExceptionTelemetry,MetricTelemetry,PageViewTelemetry,RemoteDependencyTelemetry,RequestTelemetry,TraceTelemetry
public interface Telemetry
The base telemetry type interface for application insights.
-
Method Summary
Modifier and TypeMethodDescriptionGets the context associated with this telemetry instance.Gets the map of application-defined property names and values.Gets the time when telemetry was recordedvoidsetTimestamp(Date date) Sets the time when telemetry was recorded
-
Method Details
-
getTimestamp
Date getTimestamp()Gets the time when telemetry was recorded -
setTimestamp
Sets the time when telemetry was recorded -
getContext
TelemetryContext getContext()Gets the context associated with this telemetry instance. -
getProperties
Gets the map of application-defined property names and values.
-