Index

A B C D E F G H I L M O P R S T U V W 
All Classes and Interfaces|All Packages

A

Aggregation - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.DataPointType
 
AvailabilityData - Class in com.microsoft.applicationinsights.internal.schemav2
 
AvailabilityData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
AvailabilityTelemetry - Class in com.microsoft.applicationinsights.telemetry
 
AvailabilityTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 

B

BaseTelemetry - Class in com.microsoft.applicationinsights.telemetry
Superclass for all telemetry data classes.
BaseTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 

C

CloudContext - Class in com.microsoft.applicationinsights.extensibility.context
 
CloudContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
com.microsoft.applicationinsights - package com.microsoft.applicationinsights
 
com.microsoft.applicationinsights.connectionstring - package com.microsoft.applicationinsights.connectionstring
 
com.microsoft.applicationinsights.extensibility.context - package com.microsoft.applicationinsights.extensibility.context
 
com.microsoft.applicationinsights.internal.schemav2 - package com.microsoft.applicationinsights.internal.schemav2
 
com.microsoft.applicationinsights.internal.util - package com.microsoft.applicationinsights.internal.util
 
com.microsoft.applicationinsights.telemetry - package com.microsoft.applicationinsights.telemetry
 
ComponentContext - Class in com.microsoft.applicationinsights.extensibility.context
 
ComponentContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.ComponentContext
 
configure(String) - Static method in class com.microsoft.applicationinsights.connectionstring.ConnectionString
When using this method to initialize the connection string after startup, you will need to set connectionStringConfiguredAtRuntime to true inside of the applicationinsights.json configuration file, e.g.
ConnectionString - Class in com.microsoft.applicationinsights.connectionstring
 
ContextTagKeys - Class in com.microsoft.applicationinsights.extensibility.context
 
copy(Map<String, V>, Map<String, V>) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
Critical - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
Critical - Enum constant in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 

D

DataPoint - Class in com.microsoft.applicationinsights.internal.schemav2
 
DataPoint() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
DataPointType - Enum Class in com.microsoft.applicationinsights.internal.schemav2
 
DependencyKind - Enum Class in com.microsoft.applicationinsights.internal.schemav2
 
DeviceContext - Class in com.microsoft.applicationinsights.extensibility.context
 
DeviceContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
Duration - Class in com.microsoft.applicationinsights.telemetry
This class lets its users define an interval of time which can be defined in terms of days, hours, minutes, seconds and milliseconds.
Duration(long) - Constructor for class com.microsoft.applicationinsights.telemetry.Duration
The duration is defined by milliseconds.
Duration(long, int, int, int, int) - Constructor for class com.microsoft.applicationinsights.telemetry.Duration
The interval is set by setting all the possible values.

E

equals(Object) - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
Error - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
Error - Enum constant in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 
EventData - Class in com.microsoft.applicationinsights.internal.schemav2
 
EventData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.EventData
 
EventTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track custom events in Azure Application Insights.
EventTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.EventTelemetry
Creates a new instance.
EventTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.EventTelemetry
Creates a new instance.
ExceptionData - Class in com.microsoft.applicationinsights.internal.schemav2
 
ExceptionData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
ExceptionTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track exceptions sent to Azure Application Insights.
ExceptionTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
ExceptionTelemetry(Throwable) - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Creates a new instance.
ExceptionTelemetry(Throwable, int) - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Creates a new instance.

F

flush() - Method in class com.microsoft.applicationinsights.TelemetryClient
Flushes possible pending Telemetries.
formatDate(Date) - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 

G

generateRandomIntegerId() - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
getApplicationId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getApplicationTypeId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getApplicationVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getCloud() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing the role and instance in the cloud.
getCloudRole() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getCloudRoleInstance() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getCommandName() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the command name.
getComponent() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing the component (application) tracked by this instance.
getConnectionString() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
getContext() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Gets the context associated with the current telemetry item.
getContext() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Gets the context associated with this telemetry instance.
getContext() - Method in class com.microsoft.applicationinsights.TelemetryClient
 
getCount() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getCount() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the number of samples for this metric.
getData() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getDays() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the days part of the duration.
getDevice() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing the device tracked by this instance.
getDeviceId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceIp() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceLanguage() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceLocale() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceModel() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceNetwork() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceOEMName() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceOS() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceOSVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceScreenResolution() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceType() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceVMName() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
 
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getDuration() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getDuration() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets the page view duration.
getDuration() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the duration.
getDuration() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets the amount of time it took the application to handle the request.
getException() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getHours() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the hours part of the duration.
getId() - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getId() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getId() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the dependency id.
getId() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets the unique identifier of the request.
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
getKeys() - Static method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getKind() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getKind() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getLocation() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing a location tracked by this instance.
getLocationCity() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationContinent() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationCountry() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationIP() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationLatitude() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationLongitude() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getLocationProvince() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getMax() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getMax() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the max value of this metric across samples.
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getMessage() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getMessage() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
getMessage() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getMessage() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Gets the message text.
getMetricNamespace() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getMetricNamespace() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the namespace of the metric.
getMetrics() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
 
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
Gets a dictionary of custom defined metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Gets a dictionary of custom defined metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Gets a dictionary of custom defined metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets a dictionary of custom defined metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets a map of application-defined request metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets a map of application-defined request metrics.
getMilliseconds() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the milliseconds part of the duration.
getMin() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getMin() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the min value of this metric across samples.
getMinutes() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the minutes part of the duration.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getName() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getName() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Gets the name of the event.
getName() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the name of the metric.
getName() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets the name of the page view.
getName() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the dependency name.
getName() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets or human-readable name of the requested page.
getOperation() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the current operation (typically an HTTP request).
getOperationCorrelationVector() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getOperationId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getOperationName() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getOperationParentId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getOperationRootId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getProperties() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Gets a dictionary of application-defined property names and values providing additional information about this event.
getProperties() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Gets the map of application-defined property names and values.
getProperties() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets a dictionary of application-defined property values.
getResponseCode() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getResponseCode() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets response code returned by the application after handling the request.
getResultCode() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getResultCode() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getRunLocation() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getRunLocation() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getSampleRate() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSeconds() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the seconds part of the duration.
getSession() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing a user session tracked by this instance.
getSessionId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSessionIsFirst() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSessionIsNew() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSeverityLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
getSeverityLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
getSeverityLevel() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getSeverityLevel() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getSource() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getSource() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets the source for the request telemetry object.
getStandardDeviation() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the standard deviation of this metric across samples.
getStdDev() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getSuccess() - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
getSuccess() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the Success property.
getSyntheticSource() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getTags() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets a dictionary of context tags.
getTarget() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getTarget() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the target of this dependency.
getThrowable() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getTimestamp() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Gets date and time when event was recorded.
getTimestamp() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Gets the time when telemetry was recorded
getTotalMilliseconds() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the total milliseconds of the duration.
getType() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
getType() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the type property.
getUri() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
 
getUri() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets the page view Uri.
getUrl() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
getUrl() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets request url.
getUser() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing a user tracked by this instance.
getUserAccountAcquisitionDate() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserAccountId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserAgent() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserAnonymousUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserAuthenticatedUserAcquisitionDate() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserAuthUserId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserId() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getUserType() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getValue() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
getValue() - Method in enum class com.microsoft.applicationinsights.internal.schemav2.DataPointType
 
getValue() - Method in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
 
getValue() - Method in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
getValue() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the value of the metric.
getValue() - Method in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 
getValueOrNull(Map<K, V>, K) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 

H

hashCode() - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
Http - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
 

I

Information - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
Information - Enum constant in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 
initialize(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Initializes the instance with the context properties
isNullOrEmpty(String) - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
isSuccess() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets a value indicating whether application handled the request successfully.

L

LocalStringsUtils - Class in com.microsoft.applicationinsights.internal.util
 
LocationContext - Class in com.microsoft.applicationinsights.extensibility.context
 
LocationContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.LocationContext
 

M

MapUtil - Class in com.microsoft.applicationinsights.internal.util
 
Measurement - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.DataPointType
 
MessageData - Class in com.microsoft.applicationinsights.internal.schemav2
 
MessageData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
MetricData - Class in com.microsoft.applicationinsights.internal.schemav2
 
MetricData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.MetricData
 
MetricTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track metrics sent to Azure Application Insights.
MetricTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Creates a new instance.
MetricTelemetry(String, double) - Constructor for class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Creates a new instance.

O

OperationContext - Class in com.microsoft.applicationinsights.extensibility.context
 
OperationContext(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
Other - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
 

P

PageViewData - Class in com.microsoft.applicationinsights.internal.schemav2
 
PageViewData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.PageViewData
 
PageViewTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track page views.
PageViewTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
PageViewTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Initializes a new instance of the class with the specified pageName.

R

RemoteDependencyData - Class in com.microsoft.applicationinsights.internal.schemav2
 
RemoteDependencyData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
RemoteDependencyTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry sent to Azure Application Insights about dependencies - that is, calls from your application to external services such as databases or REST APIs.
RemoteDependencyTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
RemoteDependencyTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Creates a new instance with the given name.
RemoteDependencyTelemetry(String, String, Duration, boolean) - Constructor for class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Creates a new instance with the given parameters.
RequestData - Class in com.microsoft.applicationinsights.internal.schemav2
 
RequestData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
RequestTelemetry - Class in com.microsoft.applicationinsights.telemetry
Encapsulates information about a web request handled by the application.
RequestTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Initializes a new instance of the HttpRequestTelemetry class.
RequestTelemetry(String, Date, long, String, boolean) - Constructor for class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Creates a new instance of the HttpRequestTelemetry class with the given name, time stamp, duration, HTTP response code and success property values.
RequestTelemetry(String, Date, Duration, String, boolean) - Constructor for class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Creates a new instance of the HttpRequestTelemetry class with the given name, time stamp, duration, HTTP response code and success property values.

S

SessionContext - Class in com.microsoft.applicationinsights.extensibility.context
 
SessionContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.SessionContext
 
setAccountId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setAcquisitionDate(Date) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setBoolValueOrRemove(Map<String, String>, String, Boolean) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setCommandName(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the command name.
setConnectionString(String) - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
setCount(Integer) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setCount(Integer) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the number of samples for this metric.
setData(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setDateValueOrRemove(Map<String, String>, String, Date) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setDuration(long) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
 
setDuration(long) - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Sets the page view duration.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setDuration(Duration) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setDuration(Duration) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the duration.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets the amount of time it took the application to handle the request.
setException(Throwable) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setException(Throwable, int) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
 
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setId(String) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setId(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the dependency id.
setId(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets the unique identifier of the request.
setIp(String) - Method in class com.microsoft.applicationinsights.extensibility.context.LocationContext
 
setIsFirst(Boolean) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
 
setIsNewSession(Boolean) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
 
setKind(DataPointType) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setLanguage(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setLocale(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setMax(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setMax(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the max value of this metric across samples.
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setMessage(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setMessage(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
setMessage(String) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setMessage(String) - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Sets the message text.
setMetricNamespace(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setMetricNamespace(String) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the metric namespace for the metric.
setMetrics(List<DataPoint>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
 
setMin(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setMin(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the min value of this metric across samples.
setModel(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Sets the name of the event.
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the name of the metric.
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Sets the name of the page view.
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the dependency name.
setName(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets or human-readable name of the requested page.
setNetworkType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setOemName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setOperatingSystem(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setOperatingSystemVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setParentId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setResponseCode(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setResponseCode(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets response code returned by the application after handling the request.
setResultCode(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setResultCode(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
setRole(String) - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
setRoleInstance(String) - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
setRunLocation(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setRunLocation(String) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setScreenResolution(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
 
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
 
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
setSource(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setSource(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets the source for the request telemetry object.
setStandardDeviation(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the standard deviation of this metric across samples.
setStdDev(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setStringValueOrRemove(Map<String, String>, String, String) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
 
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.telemetry.AvailabilityTelemetry
 
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the Success property.
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets a value indicating whether application handled the request successfully.
setSuccess(Boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setSyntheticSource(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
 
setTarget(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setTarget(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the target of this dependency.
setTimestamp(Date) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Sets date and time when event was recorded.
setTimestamp(Date) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets the StartTime.
setTimestamp(Date) - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Sets the time when telemetry was recorded
setType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
 
setType(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the type property.
setUri(URI) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
 
setUrl(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
 
setUrl(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets request url.
setUrl(URI) - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Sets the page view Uri.
setUrl(URL) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets request url.
setUserAgent(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setValue(double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
 
setValue(double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets The value of the metric.
setVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ComponentContext
 
SeverityLevel - Enum Class in com.microsoft.applicationinsights.internal.schemav2
 
SeverityLevel - Enum Class in com.microsoft.applicationinsights.telemetry
Enum SeverityLevel.
SQL - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
 

T

Telemetry - Interface in com.microsoft.applicationinsights.telemetry
The base telemetry type interface for application insights.
TelemetryClient - Class in com.microsoft.applicationinsights
 
TelemetryClient() - Constructor for class com.microsoft.applicationinsights.TelemetryClient
 
TelemetryContext - Class in com.microsoft.applicationinsights.telemetry
Represents a context for sending telemetry to the Application Insights service.
TelemetryContext() - Constructor for class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
toString() - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
TraceTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used for log messages.
TraceTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
TraceTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
TraceTelemetry(String, SeverityLevel) - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Creates a new instance.
track(Telemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
This method is part of the Application Insights infrastructure.
trackAvailability(AvailabilityTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
 
trackDependency(RemoteDependencyTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a dependency record to Application Insights.
trackDependency(String, String, Duration, boolean) - Method in class com.microsoft.applicationinsights.TelemetryClient
 
trackEvent(EventTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a custom event record to Application Insights.
trackEvent(String) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a custom event record to Application Insights.
trackEvent(String, Map<String, String>, Map<String, Double>) - Method in class com.microsoft.applicationinsights.TelemetryClient
 
trackException(ExceptionTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends an ExceptionTelemetry record for display in Diagnostic Search.
trackException(Exception) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends an exception record to Application Insights.
trackException(Exception, Map<String, String>, Map<String, Double>) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends an exception record to Application Insights.
trackHttpRequest(String, Date, long, String, boolean) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a request record to Application Insights.
trackMetric(MetricTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a numeric metric to Application Insights.
trackMetric(String, double) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a numeric metric to Application Insights.
trackMetric(String, double, Integer, Double, Double, Double, Map<String, String>) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a numeric metric to Application Insights.
trackPageView(PageViewTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Send information about the page viewed in the application.
trackPageView(String) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a page view record to Application Insights.
trackRequest(RequestTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a request record to Application Insights.
trackTrace(TraceTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record for display in Diagnostic Search.
trackTrace(String) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record to Application Insights.
trackTrace(String, SeverityLevel) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record.
trackTrace(String, SeverityLevel, Map<String, String>) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record to Application Insights.

U

UserContext - Class in com.microsoft.applicationinsights.extensibility.context
 
UserContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.UserContext
 

V

valueOf(String) - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.DataPointType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.DataPointType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.DependencyKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
Verbose - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
Verbose - Enum constant in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 

W

Warning - Enum constant in enum class com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
Warning - Enum constant in enum class com.microsoft.applicationinsights.telemetry.SeverityLevel
 
A B C D E F G H I L M O P R S T U V W 
All Classes and Interfaces|All Packages