| Interface | Description |
|---|---|
| JsonSerializable |
Represents objects that support serialization to JSON.
|
| SupportSampling |
Created by gupele on 11/2/2016.
|
| Telemetry |
The base telemetry type interface for application insights.
|
| Class | Description |
|---|---|
| BaseSampleSourceTelemetry<T extends Domain> |
Created by gupele on 12/4/2016.
|
| BaseTelemetry<T extends Domain> |
Superclass for all telemetry data classes.
|
| Duration |
This class lets its users to define an interval of time
which can be defined in terms of days, hours, minutes, seconds and milliseconds.
|
| EventTelemetry |
Telemetry type used to track custom events in Azure Application Insights.
|
| ExceptionTelemetry |
Telemetry type used to track exceptions sent to Azure Application Insights.
|
| JsonTelemetryDataSerializer |
This class knows how to transform data that is relevant to
Telemetry instances into JSON. |
| MetricTelemetry |
Telemetry type used to track metrics sent to Azure Application Insights.
|
| PageViewTelemetry |
Telemetry type used to track page views.
|
| PerformanceCounterTelemetry | Deprecated |
| RemoteDependencyTelemetry |
Telemetry sent to Azure Application Insights about dependencies - that is, calls from
your application to external services such as databases or REST APIs.
|
| RequestTelemetry |
Encapsulates information about a web request handled by the application.
|
| SessionStateTelemetry | Deprecated |
| TelemetryContext |
Represents a context for sending telemetry to the Application Insights service.
|
| TraceTelemetry |
Telemetry type used for log messages.
|
| Enum | Description |
|---|---|
| ExceptionHandledAt | Deprecated
As of 1.0.11
|
| SessionState |
Session states.
|
| SeverityLevel |
Enum SeverityLevel.
|