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 Details

    • getTimestamp

      Date getTimestamp()
      Gets the time when telemetry was recorded
    • setTimestamp

      void setTimestamp(Date date)
      Sets the time when telemetry was recorded
    • getContext

      TelemetryContext getContext()
      Gets the context associated with this telemetry instance.
    • getProperties

      Map<String,String> getProperties()
      Gets the map of application-defined property names and values.