azure_application_insights library

A Dart client for Azure's Application Insights service.

Classes

BufferedProcessor
A Processor that buffers up to capacity telemetry items for at most flushDelay before forwarding them onto next.
CloudContext
Encapsulates cloud-related properties in a related TelemetryContext.
ContextualTelemetryItem
Encapsulates a telemetryItem and related context.
DebugProcessor
A Processor that outputs messages that are useful in diagnosing telemetry processing.
DeviceContext
Encapsulates device-related properties in a related TelemetryContext.
EventTelemetryItem
Represents a custom event telemetry item in Application Insights.
ExceptionTelemetryItem
Represents an exception telemetry item in Application Insights.
LocationContext
Encapsulates location-related properties in a related TelemetryContext.
OperationContext
Encapsulates operation-related properties in a related TelemetryContext.
PageViewTelemetryItem
Represents a page view telemetry item in Application Insights.
Processor
Used by a TelemetryClient to process telemetry items.
RequestTelemetryItem
Represents a request telemetry item in Application Insights.
SessionContext
Encapsulates session-related properties in a related TelemetryContext.
TelemetryClient
Used to write telemetry data to Azure's Application Insights service.
TelemetryContext
Additional information to be attached to telemetry items produced by a TelemetryClient.
TelemetryHttpClient
A Client that automatically forwards the details of all completed HTTP requests onto telemetryClient via the TelemetryClient.trackRequest method.
TelemetryItem
A base class for all types of telemetry items.
TraceTelemetryItem
Represents a trace telemetry item in Application Insights.
TransmissionProcessor
A Processor that sends telemetry to the Azure Application Insights instance associated with instrumentationKey at endpoint ingestionEndpoint.
UserContext
Encapsulates user-related properties in a related TelemetryContext.

Enums

Severity
Defines severity levels for relevant telemetry items.