Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractJmxPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter
The class is a base class for JMX performance counters.
AbstractJmxPerformanceCounter(String, String, Collection<JmxAttributeData>) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.AbstractJmxPerformanceCounter
 
AbstractPerformanceCounterModule - Class in com.microsoft.applicationinsights.internal.perfcounter
A base class for performance modules.
AbstractPerformanceCounterModule(PerformanceCountersFactory) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.AbstractPerformanceCounterModule
 
AbstractWindowsPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter
Created by gupele on 4/29/2015.
AbstractWindowsPerformanceCounter() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.AbstractWindowsPerformanceCounter
 
activateMethod(Object, String, V, A) - Static method in class com.microsoft.applicationinsights.internal.config.ReflectionUtils
 
ActiveTransmissionFileSystemOutput - Class in com.microsoft.applicationinsights.internal.channel.common
The class is responsible for de-coupling the file persist activity.
ActiveTransmissionFileSystemOutput(TransmissionOutput, TransmissionPolicyStateFetcher) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionFileSystemOutput
 
ActiveTransmissionLoader - Class in com.microsoft.applicationinsights.internal.channel.common
The class is responsible for loading transmission files that were saved to the disk The class will ask for the oldest transmission file and will hand it to the dispatcher Created by gupele on 12/22/2014.
ActiveTransmissionLoader(TransmissionFileSystemOutput, TransmissionPolicyStateFetcher, TransmissionDispatcher) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
ActiveTransmissionLoader(TransmissionFileSystemOutput, TransmissionDispatcher, TransmissionPolicyStateFetcher, int) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
ActiveTransmissionNetworkOutput - Class in com.microsoft.applicationinsights.internal.channel.common
Created by gupele on 12/18/2014.
ActiveTransmissionNetworkOutput(TransmissionOutput, TransmissionPolicyStateFetcher) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionNetworkOutput
 
ActiveTransmissionNetworkOutput(TransmissionOutput, TransmissionPolicyStateFetcher, int) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionNetworkOutput
 
AdaptiveSamplerXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 11/14/2016.
AdaptiveSamplerXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
AdaptiveTelemetrySampler - Class in com.microsoft.applicationinsights.internal.channel.sampling
This sampler will keep the outgoing telemetries within the limit that was decided by the user.
AdaptiveTelemetrySampler() - Constructor for class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
add(String) - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
The method will add the incoming Telemetry to its internal container of Telemetries If that is the first instance in the container, we schedule a 'pick-up' in a configurable amount of time If by adding that item we exceeded the maximum number of instances, we trigger a send request now.
add(Telemetry) - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
addConfigurationData(PerformanceCountersXmlElement) - Method in class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersModule
 
addConfigurationData(PerformanceCountersXmlElement) - Method in interface com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterConfigurationAware
 
addConfigurationData(PerformanceCountersXmlElement) - Method in class com.microsoft.applicationinsights.internal.perfcounter.ProcessPerformanceCountersModule
This method checks for Windows performance counters from the configuration.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Deprecated.
Sanitize name and metrics.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
additionalSanitize() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Deprecated.
addPerformanceCounter(String, String, String) - Static method in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
Adding a performance counter
addToDate(Date, int, int) - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
 
addToExcludedType(String) - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
This method is invoked during configuration to add one element to the excluded types set from the xml array list of excluded types
addToIncludedType(String) - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
This method is invoked during configuration to add one element to the included types set from the xml array list of included types
addTransmissionHandler(TransmissionHandler) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
 
addTransmissionHandler(TransmissionHandler) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionHandlerObserver
Used to add a TransmissionHandler to the collection stored by the TransmissionPolicyManager.
AddTypeXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
AddTypeXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
AgentConnector - Enum in com.microsoft.applicationinsights.internal.agent
The class is responsible for connecting the Agent and register there for future calls
AgentConnector.RegistrationResult - Class in com.microsoft.applicationinsights.internal.agent
 
AgentSelfConnector - Class in com.microsoft.applicationinsights.internal.agent
A utility class to load the core SDK into the Agent This is an internal class that should only used by the Agent Created by gupele on 9/11/2016.
AgentSelfConnector() - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentSelfConnector
 
AI_BASE_FOLDER - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
 
AI_NATIVE_FOLDER - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
 
AI_SDK_DIRECTORY - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
AI_SDK_INFO_FILE_CONTENT_TEMPLATE - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
AI_SDK_INFO_FILENAME - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
AnnotationPackageScanner - Class in com.microsoft.applicationinsights.internal.annotation
Created by gupele on 3/15/2015.
AnnotationPackageScanner() - Constructor for class com.microsoft.applicationinsights.internal.annotation.AnnotationPackageScanner
 
ApacheSender - Interface in com.microsoft.applicationinsights.internal.channel.common
Created by gupele on 6/4/2015.
ApacheSenderFactory - Enum in com.microsoft.applicationinsights.internal.channel.common
Created by gupele on 6/4/2015.
ApplicationInsightsXmlConfiguration - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/13/2015.
ApplicationInsightsXmlConfiguration() - Constructor for class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
attach(File, int) - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxyFactory
 
attach(File, int) - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxyFactory
 
attachToExistingFile(File, int) - Static method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
AvailabilityData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class AvailabilityData.
AvailabilityData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Initializes a new instance of the AvailabilityData class.

B

backoff() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Suspend the transmission thread according to the current back off policy.
Base - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class Base.
Base() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.Base
Initializes a new instance of the Base class.
BaseSampleSourceTelemetry<T extends Domain> - Class in com.microsoft.applicationinsights.telemetry
Created by gupele on 12/4/2016.
BaseSampleSourceTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.BaseSampleSourceTelemetry
 
BaseTelemetry<T extends Domain> - Class in com.microsoft.applicationinsights.telemetry
Superclass for all telemetry data classes.
BaseTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
BuiltInProcessor - Annotation Type in com.microsoft.applicationinsights.internal.annotation
Created by gupele on 7/26/2016.

C

categoryName - Variable in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
ChannelFetcher - Interface in com.microsoft.applicationinsights.internal.util
Created by gupele on 2/2/2015.
ChannelXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
ChannelXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
ClassDataUtils - Enum in com.microsoft.applicationinsights.internal.reflect
Created by gupele on 5/26/2015.
ClassDataVerifier - Interface in com.microsoft.applicationinsights.internal.reflect
Created by gupele on 5/26/2015.
clean() - Method in interface com.microsoft.applicationinsights.internal.util.ThreadLocalCleaner
 
clearBackoff() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Clear the current thread state and and reset the back off counter.
close() - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
close() - Method in class com.microsoft.applicationinsights.internal.logger.ConsoleLoggerOutput
 
close() - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
close() - Method in class com.microsoft.applicationinsights.internal.logger.FileLoggerOutput
After this method is called the instance should not be called again for logging messages
close() - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxy
 
close() - Method in interface com.microsoft.applicationinsights.internal.logger.LoggerOutput
 
close() - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
com.microsoft.applicationinsights - package com.microsoft.applicationinsights
 
com.microsoft.applicationinsights.channel - package com.microsoft.applicationinsights.channel
 
com.microsoft.applicationinsights.channel.concrete.inprocess - package com.microsoft.applicationinsights.channel.concrete.inprocess
 
com.microsoft.applicationinsights.common - package com.microsoft.applicationinsights.common
 
com.microsoft.applicationinsights.extensibility - package com.microsoft.applicationinsights.extensibility
 
com.microsoft.applicationinsights.extensibility.context - package com.microsoft.applicationinsights.extensibility.context
 
com.microsoft.applicationinsights.extensibility.initializer - package com.microsoft.applicationinsights.extensibility.initializer
 
com.microsoft.applicationinsights.extensibility.initializer.docker - package com.microsoft.applicationinsights.extensibility.initializer.docker
 
com.microsoft.applicationinsights.extensibility.initializer.docker.internal - package com.microsoft.applicationinsights.extensibility.initializer.docker.internal
 
com.microsoft.applicationinsights.internal.agent - package com.microsoft.applicationinsights.internal.agent
 
com.microsoft.applicationinsights.internal.annotation - package com.microsoft.applicationinsights.internal.annotation
 
com.microsoft.applicationinsights.internal.channel - package com.microsoft.applicationinsights.internal.channel
 
com.microsoft.applicationinsights.internal.channel.common - package com.microsoft.applicationinsights.internal.channel.common
 
com.microsoft.applicationinsights.internal.channel.sampling - package com.microsoft.applicationinsights.internal.channel.sampling
 
com.microsoft.applicationinsights.internal.channel.samplingV2 - package com.microsoft.applicationinsights.internal.channel.samplingV2
 
com.microsoft.applicationinsights.internal.channel.stdout - package com.microsoft.applicationinsights.internal.channel.stdout
 
com.microsoft.applicationinsights.internal.config - package com.microsoft.applicationinsights.internal.config
 
com.microsoft.applicationinsights.internal.jmx - package com.microsoft.applicationinsights.internal.jmx
 
com.microsoft.applicationinsights.internal.logger - package com.microsoft.applicationinsights.internal.logger
 
com.microsoft.applicationinsights.internal.perfcounter - package com.microsoft.applicationinsights.internal.perfcounter
 
com.microsoft.applicationinsights.internal.perfcounter.jvm - package com.microsoft.applicationinsights.internal.perfcounter.jvm
 
com.microsoft.applicationinsights.internal.processor - package com.microsoft.applicationinsights.internal.processor
 
com.microsoft.applicationinsights.internal.quickpulse - package com.microsoft.applicationinsights.internal.quickpulse
 
com.microsoft.applicationinsights.internal.reflect - package com.microsoft.applicationinsights.internal.reflect
 
com.microsoft.applicationinsights.internal.schemav2 - package com.microsoft.applicationinsights.internal.schemav2
 
com.microsoft.applicationinsights.internal.shutdown - package com.microsoft.applicationinsights.internal.shutdown
 
com.microsoft.applicationinsights.internal.system - package com.microsoft.applicationinsights.internal.system
 
com.microsoft.applicationinsights.internal.util - package com.microsoft.applicationinsights.internal.util
 
com.microsoft.applicationinsights.telemetry - package com.microsoft.applicationinsights.telemetry
 
CommonUtils - Class in com.microsoft.applicationinsights.common
Created by oriy on 11/2/2016.
CommonUtils() - Constructor for class com.microsoft.applicationinsights.common.CommonUtils
 
ComponentContext - Class in com.microsoft.applicationinsights.extensibility.context
 
ComponentContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.ComponentContext
 
CONFIG_DIR_PROPERTY - Static variable in class com.microsoft.applicationinsights.internal.config.ConfigurationFileLocator
name of property containing path to directory with configuration file
ConfigurationFileLocator - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 5/25/2015.
ConfigurationFileLocator(String) - Constructor for class com.microsoft.applicationinsights.internal.config.ConfigurationFileLocator
 
ConsoleLoggerOutput - Class in com.microsoft.applicationinsights.internal.logger
Created by gupele on 1/14/2015.
Constants - Class in com.microsoft.applicationinsights.extensibility.initializer.docker.internal
Constants for Docker SDK
Constants() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
Constants - Class in com.microsoft.applicationinsights.internal.perfcounter
Created by gupele on 3/8/2015.
ContextInitializer - Interface in com.microsoft.applicationinsights.extensibility
Represents an object that implements supporting logic for TelemetryContext.
ContextInitializersXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
ContextInitializersXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.ContextInitializersXmlElement
 
ContextTagKeys - Class in com.microsoft.applicationinsights.extensibility.context
ContextTagKeys
ContextTagKeys() - Constructor for class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
copy(Map<String, Value>, Map<String, Value>) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
counterName - Variable in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
CPU_PC_COUNTER_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
CpuPerformanceCounterCalculator - Class in com.microsoft.applicationinsights.internal.perfcounter
Created by gupele on 12/12/2016.
CpuPerformanceCounterCalculator() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.CpuPerformanceCounterCalculator
 
create(String, String) - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.FileFactory
 
create() - Method in enum com.microsoft.applicationinsights.internal.channel.common.ApacheSenderFactory
 
create(TransmissionPolicyManager) - Static method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
Creates an instance of the network transmission class.
create(String, TransmissionPolicyManager) - Static method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
Creates an instance of the network transmission class.
create(String, String, boolean) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmitterFactory
Creates the TelemetriesTransmitter for use by the TelemetryChannel
create(String, String, boolean, int) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmitterFactory
Creates the TelemetriesTransmitter for use by the TelemetryChannel
Create(TelemetryProcessorXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorCreator
 
create(File, String, int) - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxyFactory
 
create(File, String, int) - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxyFactory
 
createDaemonThreadFactory(Class<?>, int) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
poolName will be appended with a hyphen and the threadId.
createDaemonThreadFactory(Class<?>) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
createDefault() - Static method in class com.microsoft.applicationinsights.TelemetryConfiguration
Creates a new instance loaded from the ApplicationInsights.xml file.
createDockerContext(File) - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextFactory
 
createInstance(String, Class<T>) - Static method in class com.microsoft.applicationinsights.internal.config.ReflectionUtils
Creates an instance from its name.
createInstance(String, Class<T>, Class<A>, A) - Static method in class com.microsoft.applicationinsights.internal.config.ReflectionUtils
Creates an instance from its name.
createNamedDaemonThreadFactory(String) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
createNew(File, String, int) - Static method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
createWithClosestLimitOnError(String, int, int, int, Integer) - Static method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
createWithClosestLimitOnError(int, int, int, String, String) - Static method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
createWithDefaultOnError(String, int, int, int, Integer) - Static method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
createWithDefaultOnError(int, int, int, String, String) - Static method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 

D

Data<TDomain extends Domain> - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class Data.
Data() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.Data
Initializes a new instance of the Data{TDomain} class.
DataPoint - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class DataPoint.
DataPoint() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Initializes a new instance of the DataPoint class.
DataPointType - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum DataPointType.
DateTimeUtils - Class in com.microsoft.applicationinsights.internal.util
Created by yonisha on 2/5/2015.
DeadLockDetectorPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter.jvm
The class uses the JVM ThreadMXBean to detect threads dead locks A metric with value 0 is sent when there are no blocked threads, otherwise the number of detected blocked threads is sent with a dimension that holds information like thread id and minimal stack traces as trace telemetries Created by gupele on 8/7/2016.
DeadLockDetectorPerformanceCounter() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.jvm.DeadLockDetectorPerformanceCounter
 
DEFAULT_DOUBLE_VALUE - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
DefaultLogFileProxy - Class in com.microsoft.applicationinsights.internal.logger
The class is responsible for doing the work with the log files.
DefaultLogFileProxyFactory - Class in com.microsoft.applicationinsights.internal.logger
Created by gupele on 2/1/2015.
DefaultLogFileProxyFactory() - Constructor for class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxyFactory
 
delete() - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
delete() - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxy
 
DependencyKind - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum DependencyKind.
DependencySourceType - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum DependencySourceType.
determineCurrentUserName() - Static method in class com.microsoft.applicationinsights.internal.util.LocalFileSystemUtils
Attempts to find the login/sign-in name of the user.
DeviceContext - Class in com.microsoft.applicationinsights.extensibility.context
 
DeviceContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
DeviceInfo - Class in com.microsoft.applicationinsights.internal.util
A view into the context information specific to device information.
DeviceInfo() - Constructor for class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
DeviceInfoContextInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer
Initializer class for device context information.
DeviceInfoContextInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.DeviceInfoContextInitializer
 
disable() - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
dispatch(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.common.NonBlockingDispatcher
 
dispatch(Transmission) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionDispatcher
 
displayName - Variable in class com.microsoft.applicationinsights.internal.jmx.JmxAttributeData
 
displayName - Variable in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
dispose(HttpResponse) - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
DOCKER_CONTAINER_ID_PROPERTY_KEY - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
DOCKER_CONTAINER_NAME_PROPERTY_KEY - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
DOCKER_HOST_PROPERTY_KEY - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
DOCKER_IMAGE_PROPERTY_KEY - Static variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.Constants
 
DockerContext - Class in com.microsoft.applicationinsights.extensibility.initializer.docker.internal
Created by yonisha on 7/29/2015.
DockerContext(String) - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContext
 
DockerContextFactory - Class in com.microsoft.applicationinsights.extensibility.initializer.docker.internal
Created by yonisha on 7/29/2015.
DockerContextFactory() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextFactory
 
DockerContextInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer.docker
This initializer is required for Docker awareness.
DockerContextInitializer(FileFactory, DockerContextPoller) - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.DockerContextInitializer
 
DockerContextInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.DockerContextInitializer
Constructs new @DockerContextInitializer.
DockerContextPoller - Class in com.microsoft.applicationinsights.extensibility.initializer.docker.internal
Created by yonisha on 7/29/2015.
DockerContextPoller(File, DockerContextFactory) - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
DockerContextPoller(String) - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
Domain - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class Domain.
Domain() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.Domain
Initializes a new instance of the Domain class.
doneCounter - Variable in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
Duration - Class in com.microsoft.applicationinsights.telemetry
This class lets its users to define an interval of time which can be defined in terms of days, hours, minutes, seconds and 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.
Duration(long) - Constructor for class com.microsoft.applicationinsights.telemetry.Duration
The duration is defined by milliseconds.

E

enable(String) - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
enhanceRequest(HttpPost) - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
Envelope - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class Envelope.
Envelope() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.Envelope
Initializes a new instance of the Envelope class.
equals(Object) - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
error(String, Object...) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The main method, will delegate the call to the output only if the logger is enabled for errors, will not allow any exception thrown
ErrorHandler - Class in com.microsoft.applicationinsights.internal.channel.common
This class implements the retry logic for transmissions with the results of a 408, 500, and 503 result.
ErrorHandler(TransmissionPolicyManager) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ErrorHandler
Ctor Constructs the ErrorHandler object.
EventData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class EventData.
EventData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.EventData
Initializes a new instance of the EventData class.
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
Default initialization for a new instance.
EventTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.EventTelemetry
Initializes a new instance.
ExceptionData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class ExceptionData.
ExceptionData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Initializes a new instance of the ExceptionData class.
ExceptionDetails - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class ExceptionDetails.
ExceptionDetails() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Initializes a new instance of the ExceptionDetails class.
ExceptionHandledAt - Enum in com.microsoft.applicationinsights.telemetry
Deprecated.
As of 1.0.11
ExceptionTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track exceptions sent to Azure Application Insights.
ExceptionTelemetry(Throwable, int) - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Initializes a new instance.
ExceptionTelemetry(Throwable) - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Initializes a new instance.

F

factory - Variable in class com.microsoft.applicationinsights.internal.perfcounter.AbstractPerformanceCounterModule
 
fetch() - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetriesTransmitter.TelemetriesFetcher
 
fetch(String, Collection<JmxAttributeData>) - Static method in class com.microsoft.applicationinsights.internal.jmx.JmxDataFetcher
Gets an object name and its attributes to fetch and will return the data.
fetch() - Method in interface com.microsoft.applicationinsights.internal.util.ChannelFetcher
 
fetchOldestFile() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
FileFactory - Class in com.microsoft.applicationinsights.extensibility.initializer.docker.internal
Created by yonisha on 8/3/2015.
FileFactory() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.FileFactory
 
FileLoggerOutput - Class in com.microsoft.applicationinsights.internal.logger
The class is responsible for write log messages into log files.
FileLoggerOutput(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.internal.logger.FileLoggerOutput
 
FixedRateSamplingTelemetryProcessor - Class in com.microsoft.applicationinsights.internal.channel.samplingV2
This processor is used to Perform Sampling on User specified sampling rate
FixedRateSamplingTelemetryProcessor() - Constructor for class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
constructor is responsible of initializing this processor to default settings
FixedRateTelemetrySampler - Class in com.microsoft.applicationinsights.internal.channel.sampling
Created by gupele on 11/2/2016.
FixedRateTelemetrySampler() - Constructor for class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
FixedSamplerXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 11/14/2016.
FixedSamplerXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
flush() - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Flushes the data that the channel might have internally.
flush() - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Flushes the data that the channel might have internally.
flush() - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
The method will flush the telemetries currently in the buffer to the TelemetriesTransmitter
flush() - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
flush() - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
flush() - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxy
 
flush() - Method in class com.microsoft.applicationinsights.TelemetryClient
Flushes possible pending Telemetries in the channel.
formatAsRoundTripDate(Date) - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
Formats the given date as round-trip date string

G

GCPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter.jvm
The class reports GC related data Created by gupele on 8/8/2016.
GCPerformanceCounter() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.jvm.GCPerformanceCounter
 
generateRandomId(boolean) - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
generateRandomIntegerId() - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
getAcquisitionDate() - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
getActive() - Static method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets the active TelemetryConfiguration instance loaded from the ApplicationInsights.xml file.
getAdaptiveSamplerXmlElement() - Method in class com.microsoft.applicationinsights.internal.config.SamplerXmlElement
 
getAdds() - Method in class com.microsoft.applicationinsights.internal.config.ContextInitializersXmlElement
 
getAdds() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
getAdds() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryModulesXmlElement
 
getAdds() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
getAgentVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
getAndRestart() - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
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
 
getAssembly() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Assembly property.
getAsync() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Async property.
getAttribute() - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
getBaseData() - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Gets the BaseData property.
getBaseFolder() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getBaseType() - Method in class com.microsoft.applicationinsights.internal.schemav2.Base
Gets the BaseType property.
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
 
getBaseTypeName() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getBoolValueOrNull(Map<String, String>, String) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
getBuiltInTelemetryProcessors() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement
 
getCategoryName() - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
getCategoryName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getCategoryName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Gets the category name of the performance counter.
getChannel() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getChannel() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets the telemetry channel.
getCleaner() - Method in class com.microsoft.applicationinsights.internal.agent.AgentConnector.RegistrationResult
 
getCollectionFrequencyInSec() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
getCollectionFrequencyInSec() - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Gets the timeout in milliseconds that the container will wait between collections of Performance Counters.
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.
getConfigurationFile() - Method in class com.microsoft.applicationinsights.internal.config.ConfigurationFileLocator
 
getContent() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
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
Gets the current context that is used to augment telemetry you send.
getContextInitializers() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getContextInitializers() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets the list of ContextInitializer objects that supply additional information about application.
getCount() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Gets the Count property.
getCount() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the number of samples for this metric.
getCount() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Count property.
getCounterName() - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
getCounterName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getCounterName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Gets the counter name of the performance counter.
getCurrentState() - Method in interface com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyStateFetcher
 
getCurrentValue() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getCustomTelemetryProcessors() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement
 
getData() - Method in class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
getData() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getData() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getData() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Data property.
getData() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Data property.
getData() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Concrete classes should implement this method which supplies the data structure that this instance works with, which needs to implement JsonSerializable
getData() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Fetches the data structure the instance works with
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.PerformanceCounterTelemetry
 
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.SessionStateTelemetry
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getDateDiff(Date, Date, TimeUnit) - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
 
getDateFormatter() - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
getDateTimeNow() - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
 
getDateValueOrNull(Map<String, String>, String) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
getDays() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the days part of the duration.
getDefaultValue() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getDependencyKind() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Dependency Kind property.
getDependencySource() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Dependency Source property.
getDeveloperMode() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
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
 
getDeviceRoleInstance() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getDeviceRoleName() - 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
 
getDisplayName() - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
getDisplayName() - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
getDockerContext() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
getDomProcessing() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the DomProcessing property.
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Duration property.
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Gets the Duration property.
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Duration property.
getDuration() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Duration property.
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.
getEndpointAddress() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getEvaluationInterval() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getException() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the exception thrown by the sender to be used by the handler.
getException() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getExceptionHandledAt() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Deprecated.
Gets the value indicated where the exception was handled.
getExceptions() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the Exceptions property.
getExceptions() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getExcludedType() - Method in class com.microsoft.applicationinsights.internal.config.ParamExcludedTypeXmlElement
 
getExcludedTypes() - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
This method returns a set of classes of excluded types specified by user
getExcludedTypes() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
getExcludeTypes() - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
getExcludeTypes() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
getExcludeTypes() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
getExcludeTypes() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getExcludeTypes() - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
getFileName() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the FileName property.
getFixedSamplerXmlElement() - Method in class com.microsoft.applicationinsights.internal.config.SamplerXmlElement
 
getFlushIntervalInSeconds() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getHasFullStack() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the HasFullStack property.
getHostName() - Static method in class com.microsoft.applicationinsights.common.CommonUtils
 
getHostName() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContext
 
getHostName() - Static method in class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
getHours() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the hours part of the duration.
getHttpClient() - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
getHttpMethod() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Deprecated.
Gets the HTTP method of the request.
getId() - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
getId() - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Gets the operation id.
getId() - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Gets the session ID
getId() - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.AbstractJmxPerformanceCounter
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.JmxPerformanceCounter
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.DeadLockDetectorPerformanceCounter
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.GCPerformanceCounter
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.JvmHeapMemoryUsedPerformanceCounter
 
getId() - Method in interface com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounter
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsMetric
 
getId() - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsPC
 
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Id property.
getId() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Id property.
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.
getIKey() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the IKey property.
getIncludedType() - Method in class com.microsoft.applicationinsights.internal.config.ParamIncludedTypeXmlElement
 
getIncludedTypes() - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
This method returns a set of classes of included types specified by user
getIncludedTypes() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
getIncludeTypes() - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
getIncludeTypes() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
getIncludeTypes() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
getIncludeTypes() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getIncludeTypes() - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
getInitialSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getInstanceName() - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
getInstanceName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getInstanceName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Gets the instance name of the performance counter.
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the default instrumentation key for all Telemetry objects logged in this TelemetryContext.
getInstrumentationKey() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets or sets the default instrumentation key for the application.
getInternal() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
getInternalAgentVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getInternalNodeName() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
The node name used for billing purposes.
getInternalSdkVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getIsFirst() - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Gets a value indicating whether it is the first session.
getIsNewSession() - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Gets a value indicating whether it is a new session.
getJmx() - Method in class com.microsoft.applicationinsights.internal.config.JmxListXmlElement
 
getJmxXmlElements() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
getJvmSection() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
getJvmXmlElements() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
getJvmXmlElementsMap() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
getKey() - Method in class com.microsoft.applicationinsights.internal.agent.AgentConnector.RegistrationResult
 
getKeys() - Static method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getKind() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Gets the Kind property.
getLevel() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Level property.
getLine() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Line property.
getLocale() - Static method in class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
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
Gets the Max property.
getMax() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the max value of this metric across samples.
getMax() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Max property.
getMaximum() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getMaxInstantRetries() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Get the number of retries before performing a back off operation.
getMaxInstantRetry() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getMaxSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getMaxTelemetriesInBatch() - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
Gets the maximum number of telemetries in a batch
getMaxTelemetryBufferCapacity() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getMaxTelemetryItemsPerSecond() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Measurements property.
getMeasurements() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Measurements property.
getMessage() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Message property.
getMessage() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the Message property.
getMessage() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Gets the Message property.
getMessage() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Gets the message text.
getMethod() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Method property.
getMetrics() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Gets the Metrics property.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Gets a map of application-defined event metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Gets a map of application-defined exception metrics.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets a dictionary of custom defined 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
Gets the Min property.
getMin() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the min value of this metric across samples.
getMin() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Min property.
getMinimum() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getMinSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getMinutes() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the minutes part of the duration.
getModules() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getMovingAverageRatio() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getName() - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Gets the operation name.
getName() - Method in class com.microsoft.applicationinsights.internal.config.JvmXmlElement
 
getName() - Method in class com.microsoft.applicationinsights.internal.config.ParamXmlElement
 
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Name property.
getName() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Name property.
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 tne dependency name.
getName() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets or human-readable name of the requested page.
getNetworkConnect() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the NetworkConnect property.
getNodeName() - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
getNumberOfFiles() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getNumberOfMaxThreads() - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionNetworkOutput
 
getNumberOfPersistence() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
getNumberOfSends() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
getNumberOfTotalSizeInMB() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getObjectName() - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
getOperatingSystem() - Static method in class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
getOperatingSystemVersion() - Static method in class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
getOperatingVersionArchitecture() - Static method in class com.microsoft.applicationinsights.internal.util.DeviceInfo
 
getOperation() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the current operation (typically an HTTP request).
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
 
getOuterId() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the OuterId property.
getParameters() - Method in class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
getParentId() - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Get the operation parent id
getParsedStack() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the ParsedStack property.
getPerformance() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getPerformanceCounters() - Method in interface com.microsoft.applicationinsights.extensibility.PerformanceCountersFactory
Creates the PerformanceCounter Note: The method should not throw
getPerformanceCounters() - Method in class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersFactory
 
getPerformanceCounters() - Method in interface com.microsoft.applicationinsights.internal.perfcounter.PerformanceCountersFactory
Creates the PerformanceCounter Note: The method should not throw
getPerfTotal() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the PerfTotal property.
getPlugin() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
getProblemId() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the ProblemId property.
getProcessCpuUsage() - Method in class com.microsoft.applicationinsights.internal.perfcounter.CpuPerformanceCounterCalculator
 
getProcessId() - Method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
 
getProperties() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContext
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Properties property.
getProperties() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Properties property.
getProperties(String) - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
Reads the properties from a properties file.
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.
getQuickPulse() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getReceivedResponse() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the ReceivedResponse property.
getRemoves() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
getResponseBody() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the response body
getResponseCode() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the response code for the handler to use.
getResponseCode() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the ResponseCode property.
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
Gets the ResultCode property.
getRetryHeader() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the Retry-After header to be passed to the handler.
getRunLocation() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the RunLocation property.
getSampler() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getSampleRate() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSampleRate() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the SampleRate property.
getSamplingPercentage() - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
getSamplingPercentage() - Method in interface com.microsoft.applicationinsights.telemetry.SupportSampling
 
getSamplingPercentage() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getSamplingPercentageDecreaseTimeout() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getSamplingPercentageIncreaseTimeout() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getSamplingScore(Telemetry) - Static method in class com.microsoft.applicationinsights.internal.channel.samplingV2.SamplingScoreGeneratorV2
This method takes the telemetry and returns the hash of the operation id if it is present already or uses the random number generator to generate the sampling score.
getSchemaVersion() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getSdkLogger() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getSdkVersion() - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
getSdkVersionProperties() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
A method that loads the properties file that contains SDK-Version data.
getSeconds() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the seconds part of the duration.
getSentRequest() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the SentRequest property.
getSeq() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Seq property.
getSequence() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Sequence field used to track absolute order of uploaded events.
getSequence() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Sequence field used to track absolute order of uploaded events.
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
 
getSessionState() - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Gets the session state.
getSeverityLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the SeverityLevel property.
getSeverityLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Gets the SeverityLevel property.
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
Gets the Source property.
getSource() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets the source for the request telemetry object.
getStack() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the Stack property.
getStandardDeviation() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets the standard deviation of this metric across samples.
getStartCollectingDelayInMillis() - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Gets the timeout in milliseconds that the container will wait before the first collection of Performance Counters.
getState() - Method in class com.microsoft.applicationinsights.internal.schemav2.SessionStateData
Deprecated.
 
getStdDev() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Gets the StdDev property.
getStdDev() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Standard Deviation property.
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Success property.
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Success property.
getSuccess() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Success property.
getSuccess() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the Success property.
getSyntheticSource() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getSyntheticSource() - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Gets the synthetic source.
getTags() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Tags property.
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
Gets the Target property.
getTarget() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the target of this dependency.
getTelemetryInitializers() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getTelemetryInitializers() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets the list of modules that automatically generate application telemetry.
getTelemetryModules() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
getTelemetryProcessors() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getTelemetryProcessors() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
getTempDir() - Static method in class com.microsoft.applicationinsights.internal.util.LocalFileSystemUtils
Finds a suitable folder to use for temporary files, while avoiding the risk of collision when multiple users are running applications that make use of Application Insights.
getThrottling() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getThrowable() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getTime() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Time property.
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.
getTransmission() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the transmission that needs to be passed to the handler.
getTransmissionDispatcher() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the TransmissionDispatcher used by the sender
getTransmissionPolicyState() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Get the policy state fetcher
getTransmitBufferTimeoutInSeconds() - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
Gets the transmit buffer timeout in seconds
getType() - Method in class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.config.RemoveTypeXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
getType() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Type property.
getType() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getType() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Gets the Type property.
getTypeName() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the TypeName property.
getUniquePrefix() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getUri() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Gets the page view Uri.
getUrl() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Gets the Url property.
getUrl() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Url property.
getUrl() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets request url (optional).
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
 
getUserAgent() - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
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.config.ParamXmlElement
 
getValue() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger.LoggingLevel
 
getValue() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Gets the Value property.
getValue() - Method in enum com.microsoft.applicationinsights.internal.schemav2.DataPointType
 
getValue() - Method in enum com.microsoft.applicationinsights.internal.schemav2.DependencyKind
 
getValue() - Method in enum com.microsoft.applicationinsights.internal.schemav2.DependencySourceType
 
getValue() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getValue() - Method in enum com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
 
getValue() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Gets The value of the metric.
getValue() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Gets the value of the performance counter.
getValue() - Method in enum com.microsoft.applicationinsights.telemetry.SeverityLevel
 
getValueOfPerformanceCounter(String) - Static method in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
This method will delegate the call to the native code after the proper sanity checks.
getValueOrNull(Map<Key, Value>, Key) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Gets the Ver property.
getVer() - Method in class com.microsoft.applicationinsights.internal.schemav2.SessionStateData
Deprecated.
 
getVersion() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
getWebContentEncodingType() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
getWebContentType() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
getWindowsPCs() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
GzipTelemetrySerializer - Class in com.microsoft.applicationinsights.internal.channel.common
The class is an implementation of the TelemetrySerializer where the Telemetry instances are compressed by Gzip after converted to Json format Created by gupele on 12/17/2014.
GzipTelemetrySerializer() - Constructor for class com.microsoft.applicationinsights.internal.channel.common.GzipTelemetrySerializer
 

H

hashCode() - Method in class com.microsoft.applicationinsights.telemetry.Duration
 

I

incrementNumberOfPersistence() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
incrementNumberOfSends() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
info(String, Object...) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The main method, will delegate the call to the output only if the logger is enabled for info messages, will not allow any exception thrown
initialize(TelemetryContext) - Method in interface com.microsoft.applicationinsights.extensibility.ContextInitializer
Initializes the given TelemetryContext.
initialize(TelemetryContext) - Method in class com.microsoft.applicationinsights.extensibility.initializer.DeviceInfoContextInitializer
 
initialize(Telemetry) - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.DockerContextInitializer
Initialize the given telemetry with the Docker context.
initialize(TelemetryContext) - Method in class com.microsoft.applicationinsights.extensibility.initializer.SdkVersionContextInitializer
 
initialize(Telemetry) - Method in class com.microsoft.applicationinsights.extensibility.initializer.SequencePropertyInitializer
Sets the Telemetry's sequence if there that sequence is null or empty.
initialize(Telemetry) - Method in class com.microsoft.applicationinsights.extensibility.initializer.TimestampPropertyInitializer
Sets the timestamp to 'now' unless the timestamp is already set.
initialize(Telemetry) - Method in interface com.microsoft.applicationinsights.extensibility.TelemetryInitializer
Initializes properties of the specified object.
initialize(TelemetryConfiguration) - Method in interface com.microsoft.applicationinsights.extensibility.TelemetryModule
Initializes the telemetry module.
initialize(String, String, String, String, String, String, String, String) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
This method must be called prior to any use of the instance
initialize(TelemetryConfiguration) - Method in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
Currently we do the following: Set Instrumentation Key Set Developer Mode (default false) Set Channel (default InProcessTelemetryChannel) Set Tracking Disabled Mode (default false) Set Context Initializers where they should be written with full package name Set Telemetry Initializers where they should be written with full package name
initialize(String, Map<String, String>) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The method will first try to find the logger level and then the logger type.
initialize(TelemetryConfiguration) - Method in class com.microsoft.applicationinsights.internal.perfcounter.AbstractPerformanceCounterModule
The main method will use the factory to fetch the performance counters and register them for work.
initialize() - Static method in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
This method must be called before any other method.
initialize() - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulse
 
initialize() - Method in enum com.microsoft.applicationinsights.internal.reflect.ClassDataUtils
 
initialize(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Initializes the instance with the context properties
initialize(TelemetryContext) - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
 
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.Base
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.Domain
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Optionally initializes fields for the current context.
InitializeFields() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Optionally initializes fields for the current context.
InProcessTelemetryChannel - Class in com.microsoft.applicationinsights.channel.concrete.inprocess
An implementation of TelemetryChannel
InProcessTelemetryChannel() - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
InProcessTelemetryChannel(String, boolean, int, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Ctor
InProcessTelemetryChannel(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
This Ctor will query the 'namesAndValues' map for data to initialize itself It will ignore data that is not of its interest, this Ctor is useful for building an instance from configuration
INSTANCE_NAME_TOTAL - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
instanceName - Variable in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
InternalContext - Class in com.microsoft.applicationinsights.extensibility.context
 
InternalContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
InternalLogger - Enum in com.microsoft.applicationinsights.internal.logger
A first, very simple version of an internal logger Note: this class is for the SDK internal use only, and therefore should ONLY be used by SDK classes.
InternalLogger.LoggerOutputType - Enum in com.microsoft.applicationinsights.internal.logger
 
InternalLogger.LoggingLevel - Enum in com.microsoft.applicationinsights.internal.logger
 
isCompleted() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
isDeveloperMode() - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Gets value indicating whether this channel is in developer mode.
isDeveloperMode() - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Gets value indicating whether this channel is in developer mode.
isDeveloperMode() - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
isDisabled() - Method in class com.microsoft.applicationinsights.TelemetryClient
Checks whether tracking is enabled.
isDisableTelemetry() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
isEnabled() - Method in class com.microsoft.applicationinsights.internal.config.JvmXmlElement
 
isEnabled() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
isEnabled() - Method in class com.microsoft.applicationinsights.internal.config.QuickPulseXmlElement
 
isErrorEnabled() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
 
isFull() - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
isFull() - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxy
 
isInfoEnabled() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
 
isMaxTransmissionStorageFilesCapacityInMB() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
isNullOrEmpty(String) - Static method in class com.microsoft.applicationinsights.common.CommonUtils
 
isNullOrEmpty(String) - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
Determine whether a string is null or empty.
isSampledIn(Telemetry) - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
isSampledIn(Telemetry) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
isSampledIn(Telemetry) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
isSuccess() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets a value indicating whether application handled the request successfully.
isSupported() - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.DeadLockDetectorPerformanceCounter
 
isTraceEnabled() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
 
isTrackingDisabled() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets value indicating whether sending of telemetry to Application Insights is disabled.
isUnix() - Method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
 
isUseBuiltIn() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
isUUID(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
isWarnEnabled() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
 
isWindows() - Method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
 

J

JmxAttributeData - Class in com.microsoft.applicationinsights.internal.jmx
Represents JMX data of an Attribute The display name The name of the attribute The type of the attribute Created by gupele on 3/15/2015.
JmxAttributeData(String, String) - Constructor for class com.microsoft.applicationinsights.internal.jmx.JmxAttributeData
 
JmxAttributeData(String, String, String) - Constructor for class com.microsoft.applicationinsights.internal.jmx.JmxAttributeData
 
JmxDataFetcher - Class in com.microsoft.applicationinsights.internal.jmx
A utility class that knows how to fetch JMX data.
JmxListXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
JmxListXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.JmxListXmlElement
 
JmxMetricPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter
A performance counter that sends MetricTelemetry Created by gupele on 3/15/2015.
JmxMetricPerformanceCounter(String, String, Collection<JmxAttributeData>) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JmxMetricPerformanceCounter
 
JmxPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter
A performance counter that sends PerformanceCounterTelemetry Created by gupele on 3/15/2015.
JmxPerformanceCounter(String, String, String, Collection<JmxAttributeData>) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JmxPerformanceCounter
 
JmxPerformanceCounter(String, String, Map<String, Collection<JmxAttributeData>>) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JmxPerformanceCounter
 
JmxXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
JmxXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
JniPCConnector - Class in com.microsoft.applicationinsights.internal.perfcounter
This class serves as the connection to the native code that does the work with Windows.
JniPCConnector() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
 
JsonSerializable - Interface in com.microsoft.applicationinsights.telemetry
Represents objects that support serialization to JSON.
JsonTelemetryDataSerializer - Class in com.microsoft.applicationinsights.telemetry
This class knows how to transform data that is relevant to Telemetry instances into JSON.
JsonTelemetryDataSerializer(Writer) - Constructor for class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
JvmHeapMemoryUsedPerformanceCounter - Class in com.microsoft.applicationinsights.internal.perfcounter.jvm
The class will create a metric telemetry for capturing the Jvm's heap memory usage Created by gupele on 8/8/2016.
JvmHeapMemoryUsedPerformanceCounter() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.jvm.JvmHeapMemoryUsedPerformanceCounter
 
JvmPerformanceCountersFactory - Class in com.microsoft.applicationinsights.internal.perfcounter
The class will create dedicated Jvm performance counters, unless disabled by user in the configuration file
JvmPerformanceCountersFactory() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersFactory
 
JvmPerformanceCountersModule - Class in com.microsoft.applicationinsights.internal.perfcounter
The class loads the relevant Jvm PCs By default the class will create all the JVM PC The class will not be activated if the enclosing XML tag will have the 'UseBuiltIn' tag set to false:
JvmPerformanceCountersModule() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersModule
 
JvmPerformanceCountersModule(PerformanceCountersFactory) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersModule
 
JvmXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 8/8/2016.
JvmXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.JvmXmlElement
 

L

LimitsEnforcer - Class in com.microsoft.applicationinsights.internal.util
Created by gupele on 5/10/2015.
load(boolean) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
load(boolean) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionsLoader
 
loadComponents(Class<T>, List<T>, Collection<AddTypeXmlElement>) - Static method in class com.microsoft.applicationinsights.internal.config.ReflectionUtils
Generic method that creates instances based on their names and adds them to a Collection Note that the class does its 'best effort' to create an instance and will not fail the method if an instance (or more) was failed to create.
LocalFileSystemUtils - Class in com.microsoft.applicationinsights.internal.util
Helper methods for dealing with files and folders.
LocalFileSystemUtils() - Constructor for class com.microsoft.applicationinsights.internal.util.LocalFileSystemUtils
 
LocalStringsUtils - Class in com.microsoft.applicationinsights.internal.util
 
LocalStringsUtils() - Constructor for class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
LocationContext - Class in com.microsoft.applicationinsights.extensibility.context
 
LocationContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.LocationContext
 
log(String) - Method in class com.microsoft.applicationinsights.internal.logger.ConsoleLoggerOutput
 
log(String) - Method in class com.microsoft.applicationinsights.internal.logger.FileLoggerOutput
 
log(String) - Method in interface com.microsoft.applicationinsights.internal.logger.LoggerOutput
 
logAlways(InternalLogger.LoggingLevel, String, Object...) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The method will log the message in any case.
LogFileProxy - Interface in com.microsoft.applicationinsights.internal.logger
Created by gupele on 2/1/2015.
LogFileProxyFactory - Interface in com.microsoft.applicationinsights.internal.logger
Created by gupele on 2/1/2015.
LoggerOutput - Interface in com.microsoft.applicationinsights.internal.logger
Created by gupele on 1/14/2015.

M

MapUtil - Class in com.microsoft.applicationinsights.internal.util
Methods that would have been great to have on maps.
MapUtil() - Constructor for class com.microsoft.applicationinsights.internal.util.MapUtil
 
markAsCustomPerfCounter() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
indicate that this metric is a custom performance counter and should be sent to the performance counters table
MAX_MAP_NAME_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MAX_MESSAGE_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MAX_NAME_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MAX_THREADS_ALLOWED - Static variable in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
MAX_URL_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MAX_VALUE_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MessageData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class MessageData.
MessageData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.MessageData
Initializes a new instance of the MessageData class.
MetricData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class MetricData.
MetricData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.MetricData
Initializes a new instance of the MetricData class.
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
Default constructor
MetricTelemetry(String, double) - Constructor for class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Initializes the instance with a name and value
MetricTelemetryFilter - Class in com.microsoft.applicationinsights.internal.processor
The class can filter out MetricTelemetries with configurable names
MetricTelemetryFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.MetricTelemetryFilter
 

N

name - Variable in class com.microsoft.applicationinsights.internal.jmx.JmxAttributeData
 
NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.jvm.DeadLockDetectorPerformanceCounter
 
NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.jvm.GCPerformanceCounter
 
NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.jvm.JvmHeapMemoryUsedPerformanceCounter
 
newLimitedThreadPool(int, int, long, int) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
NonBlockingDispatcher - Class in com.microsoft.applicationinsights.internal.channel.common
The class implements TransmissionDispatcher Basically, the class tries to find one TransmissionOutput that will accept the incoming Transmission.
NonBlockingDispatcher(TransmissionOutput[]) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.NonBlockingDispatcher
 
normalizeStringValue(String) - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
normalizeValue(Integer) - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 

O

onTransmissionSent(TransmissionHandlerArgs) - Method in class com.microsoft.applicationinsights.internal.channel.common.ErrorHandler
 
onTransmissionSent(TransmissionHandlerArgs) - Method in class com.microsoft.applicationinsights.internal.channel.common.PartialSuccessHandler
 
onTransmissionSent(TransmissionHandlerArgs) - Method in class com.microsoft.applicationinsights.internal.channel.common.ThrottlingHandler
 
onTransmissionSent(TransmissionHandlerArgs) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
 
onTransmissionSent(TransmissionHandlerArgs) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionHandler
Called when a transmission is sent by the TransmissionOutput.
OperationContext - Class in com.microsoft.applicationinsights.extensibility.context
 
OperationContext(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.OperationContext
Constructs new OperationContext object with the given tags.

P

PageViewData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class PageViewData.
PageViewData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Initializes a new instance of the PageViewData class.
PageViewPerfData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class PageViewPerfData.
PageViewPerfData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Initializes a new instance of the PageViewPerfData class.
PageViewTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track page views.
PageViewTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Default Ctor
PageViewTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Initializes a new instance of the class with the specified 'pageName'
PageViewTelemetryFilter - Class in com.microsoft.applicationinsights.internal.processor
The class can filter out PageViewTelemetries that have a duration which is less than a predefined value have URLs that has parts that are not needed, i.e.
PageViewTelemetryFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.PageViewTelemetryFilter
 
ParamExcludedTypeXmlElement - Class in com.microsoft.applicationinsights.internal.config
This is the class for binding the xml array list of <ExcludedTypes>
ParamExcludedTypeXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.ParamExcludedTypeXmlElement
 
ParamIncludedTypeXmlElement - Class in com.microsoft.applicationinsights.internal.config
This class is used to bind the xml array list of <IncludeTypes>
ParamIncludedTypeXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.ParamIncludedTypeXmlElement
 
ParamXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by yonisha on 3/16/2015.
ParamXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.ParamXmlElement
 
parseRoundTripDateString(String) - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
Parses the given round-trip date string (e.g.
PartialSuccessHandler - Class in com.microsoft.applicationinsights.internal.channel.common
This class implements the retry logic for partially accepted transmissions.
PartialSuccessHandler(TransmissionPolicyManager) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.PartialSuccessHandler
Ctor Constructs the PartialSuccessHandler object.
PERFORMANCE_COUNTER_PREFIX - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PerformanceCounter - Interface in com.microsoft.applicationinsights.internal.perfcounter
PerformanceCounter interface.
PerformanceCounterConfigurationAware - Interface in com.microsoft.applicationinsights.internal.perfcounter
This class should by performance modules who wish to work with the configuration data.
PerformanceCounterContainer - Enum in com.microsoft.applicationinsights.internal.perfcounter
The class serves as the container of all PerformanceCounter
PerformanceCounterData - Class in com.microsoft.applicationinsights.internal.schemav2
Deprecated.
Created by gupele on 3/1/2015.
PerformanceCounterData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
PerformanceCounterJvmSectionXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 8/8/2016.
PerformanceCounterJvmSectionXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
PerformanceCountersCollectionPlugin - Interface in com.microsoft.applicationinsights.extensibility
Created by gupele on 9/13/2016.
PerformanceCountersFactory - Interface in com.microsoft.applicationinsights.extensibility
Defines the interface that concrete factories should follow.
PerformanceCountersFactory - Interface in com.microsoft.applicationinsights.internal.perfcounter
Defines the interface that concrete factories should follow.
PerformanceCountersXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
PerformanceCountersXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
PerformanceCounterTelemetry - Class in com.microsoft.applicationinsights.telemetry
The class that represents information about performance counters.
PerformanceCounterTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
 
PerformanceCounterTelemetry(String, String, String, double) - Constructor for class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Initializes the instance with all the needed data.
PerformanceModule - Annotation Type in com.microsoft.applicationinsights.internal.annotation
 
populateRequiredStringWithNullValue(String, String, String) - Static method in class com.microsoft.applicationinsights.internal.util.LocalStringsUtils
 
postCollection() - Method in interface com.microsoft.applicationinsights.extensibility.PerformanceCountersCollectionPlugin
 
preCollection() - Method in interface com.microsoft.applicationinsights.extensibility.PerformanceCountersCollectionPlugin
 
process(Telemetry) - Method in interface com.microsoft.applicationinsights.extensibility.TelemetryProcessor
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
This method determines if the telemetry needs to be sampled or not.
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.MetricTelemetryFilter
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.PageViewTelemetryFilter
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.RequestTelemetryFilter
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.SyntheticSourceFilter
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.TelemetryEventFilter
 
process(Telemetry) - Method in class com.microsoft.applicationinsights.internal.processor.TraceTelemetryFilter
 
PROCESS_CATEGORY - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_CPU_PC_ID - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_IO_PC_COUNTER_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_IO_PC_ID - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_MEM_PC_COUNTER_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_MEM_PC_ID - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
PROCESS_SELF_INSTANCE_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
 
ProcessPerformanceCountersModule - Class in com.microsoft.applicationinsights.internal.perfcounter
The class will be used when the SDK needs to add the 'built-in' performance counters.
ProcessPerformanceCountersModule() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.ProcessPerformanceCountersModule
 
ProcessPerformanceCountersModule(PerformanceCountersFactory) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.ProcessPerformanceCountersModule
 
PropertyHelper - Class in com.microsoft.applicationinsights.internal.util
Helper class for reading data from a properties file found on the class path.

Q

QuickPulse - Enum in com.microsoft.applicationinsights.internal.quickpulse
Created by gupele on 12/4/2016.
QuickPulseDataCollector - Enum in com.microsoft.applicationinsights.internal.quickpulse
Created by gupele on 12/5/2016.
QuickPulseXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 12/13/2016.
QuickPulseXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.QuickPulseXmlElement
 

R

ReflectionUtils - Class in com.microsoft.applicationinsights.internal.config
Utililty methods for dealing with reflection Created by gupele on 8/7/2016.
ReflectionUtils() - Constructor for class com.microsoft.applicationinsights.internal.config.ReflectionUtils
 
register(ClassLoader, String) - Method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Registers the caller, and returning a key to represent that data.
register(PerformanceCounter) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
/** Registers a PerformanceCounter that can collect data.
register(ChannelFetcher) - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
register(Stoppable) - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
register(Closeable) - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
registerSelf() - Method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Registers the caller, and returning a key to represent that data.
RegistrationResult(String, ThreadLocalCleaner) - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentConnector.RegistrationResult
 
RemoteDependencyData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class RemoteDependencyData.
RemoteDependencyData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Initializes a new instance of the RemoteDependencyData class.
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
Default Ctor
RemoteDependencyTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Initializes an instance with a 'name'
RemoteDependencyTelemetry(String, String, Duration, boolean) - Constructor for class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Initializes an instnace with the given parameters.
RemoveTypeXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/16/2015.
RemoveTypeXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.RemoveTypeXmlElement
 
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.AbstractJmxPerformanceCounter
The main method.
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.JmxPerformanceCounter
 
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.DeadLockDetectorPerformanceCounter
 
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.GCPerformanceCounter
 
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.jvm.JvmHeapMemoryUsedPerformanceCounter
 
report(TelemetryClient) - Method in interface com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounter
 
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsMetric
Go through the data that we have and ask for each key its value, and then send using the requested display name.
report(TelemetryClient) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsPC
 
reportError(double, String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.AbstractWindowsPerformanceCounter
 
REQUEST_TIMEOUT_IN_MILLIS - Static variable in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
RequestData - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class RequestData.
RequestData() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.RequestData
Initializes a new instance of the RequestData class.
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
Initializes 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
Initializes a new instance of the HttpRequestTelemetry class with the given name, time stamp, duration, HTTP response code and success property values.
RequestTelemetryFilter - Class in com.microsoft.applicationinsights.internal.processor
The class can filter out RequestTelemetries that have a duration which is less than a predefined value have http codes that are not needed based on configuration
RequestTelemetryFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.RequestTelemetryFilter
 
reset() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
reset(String, String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
reset() - Method in class com.microsoft.applicationinsights.telemetry.BaseSampleSourceTelemetry
 
reset() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
reset(Writer) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
reset() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
 
returnValue - Variable in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
run() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 

S

safeStringToUri(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
SamplerXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 11/2/2016.
SamplerXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.SamplerXmlElement
 
SamplingScoreGeneratorV2 - Class in com.microsoft.applicationinsights.internal.channel.samplingV2
Created by Dhaval Doshi Oct 2017 This class generates the sample using the random number generator.
SamplingScoreGeneratorV2() - Constructor for class com.microsoft.applicationinsights.internal.channel.samplingV2.SamplingScoreGeneratorV2
 
sanitize() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Deprecated.
Makes sure the data to send is sanitized from bad chars, proper length etc.
sanitize() - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Deprecated.
Sanitizes the properties of the telemetry item based on DP constraints.
sanitizeMeasurements(Map<String, Double>) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
sanitizeMessage(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
sanitizeName(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
sanitizeProperties(Map<String, String>) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
Sanitizer - Class in com.microsoft.applicationinsights.internal.util
Created by gupele on 1/7/2015.
Sanitizer() - Constructor for class com.microsoft.applicationinsights.internal.util.Sanitizer
 
sanitizeUri(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
sanitizeValue(String) - Static method in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
scanForClassAnnotations(Class<? extends Annotation>[], String) - Method in class com.microsoft.applicationinsights.internal.annotation.AnnotationPackageScanner
The method will scan packages searching for classes that have the needed annotations.
scheduleSend(TelemetriesTransmitter.TelemetriesFetcher, long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
scheduleSend(TelemetriesTransmitter.TelemetriesFetcher, long, TimeUnit) - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetriesTransmitter
 
SDK_VERSION_FILE_NAME - Static variable in class com.microsoft.applicationinsights.internal.util.PropertyHelper
 
SDKLoggerXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
SDKLoggerXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
SDKShutdownActivity - Enum in com.microsoft.applicationinsights.internal.shutdown
The class is responsible for all shutdown activities done in the SDK.
SdkVersionContextInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer
Initializer for SDK version.
SdkVersionContextInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.SdkVersionContextInitializer
 
send(Telemetry) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Sends a Telemetry instance through the channel.
send(Telemetry) - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Sends a Telemetry instance through the channel.
send(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionFileSystemOutput
 
send(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionNetworkOutput
 
send(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
send(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
Tries to send a Transmission The thread that calls that method might be suspended if there is a throttling issues, in any case the thread that enters this method is responsive for 'stop' request that might be issued by the application.
send(Telemetry) - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
send(Transmission) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionOutput
 
send(TelemetryClient, String, double) - Method in class com.microsoft.applicationinsights.internal.perfcounter.AbstractJmxPerformanceCounter
 
send(TelemetryClient, String, double) - Method in class com.microsoft.applicationinsights.internal.perfcounter.JmxMetricPerformanceCounter
 
send(TelemetryClient, double, String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsMetric
 
sendNow(Collection<String>) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
sendNow(Collection<String>) - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetriesTransmitter
 
sendPostRequest(HttpPost) - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
SequencePropertyInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer
An TelemetryInitializer implementation that populates Sequence property to ensure correct ordering of the telemetry in the portal.
SequencePropertyInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.SequencePropertyInitializer
 
serialize(Collection<String>) - Method in class com.microsoft.applicationinsights.internal.channel.common.GzipTelemetrySerializer
 
serialize(Collection<String>) - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetrySerializer
 
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Base
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Domain
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Serializes the beginning of this object to the passed in writer.
serialize(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Serializes this object in JSON format.
serialize(JsonTelemetryDataSerializer) - Method in interface com.microsoft.applicationinsights.telemetry.JsonSerializable
Writes JSON representation of the object to the specified writer.
serialize(JsonTelemetryDataSerializer) - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Serializes itself to Json using the JsonTelemetryDataSerializer
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Base
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Domain
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Serializes the beginning of this object to the passed in writer.
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.SessionStateData
Deprecated.
 
serializeContent(JsonTelemetryDataSerializer) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Serializes the beginning of this object to the passed in writer.
SessionContext - Class in com.microsoft.applicationinsights.extensibility.context
 
SessionContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.SessionContext
Constructs a SessionContext objects with the given tags.
SessionState - Enum in com.microsoft.applicationinsights.telemetry
Session states.
SessionStateData - Class in com.microsoft.applicationinsights.internal.schemav2
Deprecated.
Our end point does not accept this any more. The usage of this class and any of its associated methods is deprecated. Our end point no longer accepts SessionStateData
SessionStateData(SessionState) - Constructor for class com.microsoft.applicationinsights.internal.schemav2.SessionStateData
Deprecated.
 
SessionStateTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track user sessions in Azure Application Insights.
SessionStateTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Default initialization of a new instance of the class.
SessionStateTelemetry(SessionState) - Constructor for class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Initializes a new instance of the class with the specified sessionState
setAccountId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setAcquisitionDate(Date) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setAdaptiveSamplerXmlElement(AdaptiveSamplerXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.SamplerXmlElement
 
setAdds(ArrayList<AddTypeXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.ContextInitializersXmlElement
 
setAdds(ArrayList<AddTypeXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
setAdds(ArrayList<AddTypeXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryModulesXmlElement
 
setAdds(ArrayList<ParamXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
setAgentVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
setApplicationId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setApplicationTypeId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setApplicationVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setAssembly(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Assembly property.
setAsync(Boolean) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Async property.
setAttribute(String) - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
setBaseData(TDomain) - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Sets the BaseData property.
setBaseFolder(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setBaseType(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.Base
Sets the BaseType property.
setBoolValueOrRemove(Map<String, String>, String, Boolean) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setBuiltInTelemetryProcessors(ArrayList<TelemetryProcessorXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement
 
setCapacity(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
setCategoryName(String) - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
setCategoryName(String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
setCategoryName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
setCategoryName(String) - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Sets the category name of the performance counter.
setChannel(ChannelXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setChannel(TelemetryChannel) - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Sets the telemetry channel.
setCollectionFrequencyInSec(long) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setCollectionFrequencyInSec(long) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Sets the timeout to wait between collection of Performance Counters.
setCommandName(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the command name.
setContextInitializers(ContextInitializersXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setCount(Integer) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Count property.
setCount(Integer) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the number of samples for this metric.
setCount(Integer) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Count property.
setCounterName(String) - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
setCounterName(String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
setCounterName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
setCounterName(String) - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Sets the counter name of the performance counter.
setCustomTelemetryProcessors(ArrayList<TelemetryProcessorXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement
 
setData(Base) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Data property.
setData(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Data property.
setDateValueOrRemove(Map<String, String>, String, Date) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setDependencyKind(DependencyKind) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Dependency Kind property.
setDependencySource(DependencySourceType) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Dependency Source property.
setDeveloperMode(boolean) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Sets value indicating whether this channel is in developer mode.
setDeveloperMode(boolean) - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Sets value indicating whether this channel is in developer mode.
setDeveloperMode(boolean) - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
setDeveloperMode(boolean) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setDeviceId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceIp(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceLanguage(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceLocale(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceModel(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceNetwork(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceOEMName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceOS(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceOSVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceRoleInstance(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceRoleName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceScreenResolution(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDeviceVMName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setDisabledJvmPCs(HashSet<String>) - Method in class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersFactory
 
setDisableTelemetry(boolean) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setDisplayName(String) - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
setDisplayName(String) - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
setDisplayName(String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
setDomProcessing(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Sets the DomProcessing property.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Duration property.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Sets the Duration property.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Duration property.
setDuration(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Duration property.
setDuration(long) - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Sets the page view duration.
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.
setDurationThresholdInMS(String) - Method in class com.microsoft.applicationinsights.internal.processor.PageViewTelemetryFilter
 
setEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.config.JvmXmlElement
 
setEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
setEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.config.QuickPulseXmlElement
 
setEndpointAddress(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setEvaluationInterval(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setException(Throwable) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the exception thrown by the sender to be passed the handler.
setException(Throwable) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setException(Throwable, int) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setExceptionHandledAt(ExceptionHandledAt) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Deprecated.
Sets the value indicated where the exception was handled.
setExceptions(List<ExceptionDetails>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the Exceptions property.
setExcludedType(List<String>) - Method in class com.microsoft.applicationinsights.internal.config.ParamExcludedTypeXmlElement
 
setExcludedTypes(ParamExcludedTypeXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
setExcludeTypes(String) - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
setExcludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
setExcludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
setExcludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setExcludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
setFileName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the FileName property.
setFixedSamplerXmlElement(FixedSamplerXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.SamplerXmlElement
 
setFlushIntervalInSeconds(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setFromSeverityLevel(String) - Method in class com.microsoft.applicationinsights.internal.processor.TraceTelemetryFilter
 
setHasFullStack(boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the HasFullStack property.
setHttpMethod(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Deprecated.
Sets the HTTP method of the request.
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Sets the operation id.
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Sets the session ID.
setId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Id property.
setId(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Id property.
setId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Id property.
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.
setIKey(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the IKey property.
setIncludedType(List<String>) - Method in class com.microsoft.applicationinsights.internal.config.ParamIncludedTypeXmlElement
 
setIncludedTypes(ParamIncludedTypeXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
setIncludeTypes(String) - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
setIncludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
setIncludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
setIncludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setIncludeTypes(String) - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
setInitialSamplingPercentage(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setInstanceName(String) - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
setInstanceName(String) - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
Sets the instance name, the method will consult the JniPCConnector for the proper instance name.
setInstanceName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
setInstanceName(String) - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Sets the instance name of the performance counter.
setInstrumentationKey(String) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setInstrumentationKey(String) - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Sets the default instrumentation key for all Telemetry objects logged in this TelemetryContext.
setInstrumentationKey(String) - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Gets or sets the default instrumentation key for the application.
setInternalAgentVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setInternalNodeName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
The node name used for billing purposes.
setInternalSdkVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setIp(String) - Method in class com.microsoft.applicationinsights.extensibility.context.LocationContext
 
setIsEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.perfcounter.JvmPerformanceCountersFactory
 
setIsFirst(Boolean) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Sets whether it is the first session.
setIsNewSession(Boolean) - Method in class com.microsoft.applicationinsights.extensibility.context.SessionContext
Sets a value indicating whether it is a new session.
setJmx(ArrayList<JmxXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.JmxListXmlElement
 
setJmxXmlElements(ArrayList<JmxXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setJvmSection(PerformanceCounterJvmSectionXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setJvmXmlElements(ArrayList<JvmXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCounterJvmSectionXmlElement
 
setKind(DataPointType) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Kind property.
setLanguage(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setLevel(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setLevel(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Level property.
setLine(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Line property.
setLocale(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setLocationCity(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationContinent(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationCountry(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationIP(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationLatitude(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationLongitude(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setLocationProvince(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setMax(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Max property.
setMax(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the max value of this metric across samples.
setMax(Double) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Max property.
setMaxInstantRetries(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Set the number of retries before performing a back off operation.
setMaxInstantRetry(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setMaxSamplingPercentage(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setMaxTelemetriesInBatch(int) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Sets the buffer size
setMaxTelemetriesInBatch(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
Sets the maximum number of telemetries in a batch
setMaxTelemetryBufferCapacity(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setMaxTelemetryItemsPerSecond(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setMaxTransmissionStorageFilesCapacityInMB(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Measurements property.
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Sets the Measurements property.
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the Measurements property.
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Measurements property.
setMeasurements(ConcurrentMap<String, Double>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Measurements property.
setMessage(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Message property.
setMessage(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the Message property.
setMessage(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Sets the Message property.
setMessage(String) - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Sets the message text.
setMethod(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Method property.
setMetrics(List<DataPoint>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Sets the Metrics property.
setMin(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Min property.
setMin(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the min value of this metric across samples.
setMin(Double) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the Min property.
setMinimumDurationInMS(String) - Method in class com.microsoft.applicationinsights.internal.processor.RequestTelemetryFilter
 
setMinSamplingPercentage(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setModel(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setModules(TelemetryModulesXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setMovingAverageRatio(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Sets the operation name.
setName(String) - Method in class com.microsoft.applicationinsights.internal.config.JvmXmlElement
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.config.ParamXmlElement
 
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Name property.
setName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Name property.
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.
setNetworkConnect(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Sets the NetworkConnect property.
setNetworkType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setNodeName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
setNotNeeded(String) - Method in class com.microsoft.applicationinsights.internal.processor.MetricTelemetryFilter
 
setNotNeededNames(String) - Method in class com.microsoft.applicationinsights.internal.processor.PageViewTelemetryFilter
 
setNotNeededNames(String) - Method in class com.microsoft.applicationinsights.internal.processor.TelemetryEventFilter
 
setNotNeededResponseCodes(String) - Method in class com.microsoft.applicationinsights.internal.processor.RequestTelemetryFilter
 
setNotNeededSources(String) - Method in class com.microsoft.applicationinsights.internal.processor.SyntheticSourceFilter
 
setNotNeededUrls(String) - Method in class com.microsoft.applicationinsights.internal.processor.PageViewTelemetryFilter
 
setNumberOfFiles(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setNumberOfPersistence(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
setNumberOfSends(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
setNumberOfTotalSizeInMB(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setObjectName(String) - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
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
 
setOperationId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setOperationName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setOperationParentId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setOperationRootId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setOuterId(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the OuterId property.
setParameters(ArrayList<ParamXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
setParentId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Set the Operation Parent id
setParsedStack(List<StackFrame>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the ParsedStack property.
setPerformance(PerformanceCountersXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setPerfTotal(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Sets the PerfTotal property.
setPlugin(String) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setPlugin(PerformanceCountersCollectionPlugin) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
 
setProblemId(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the ProblemId property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Properties property.
setProperties(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Properties property.
setQuickPulse(QuickPulseXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setReceivedResponse(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Sets the ReceivedResponse property.
setRemoves(ArrayList<AddTypeXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
setResponseBody(String) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the response body.
setResponseCode(int) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the response code to be passed to the handler.
setResponseCode(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the ResponseCode property.
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
Sets the ResultCode property.
setResultCode(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
setRetryHeader(Header) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the Retry-After header to be passed to the handler.
setRoleInstance(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setRoleName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setRunLocation(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the RunLocation property.
setSampler(TelemetrySampler) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Sets an optional Sampler that can sample out telemetries Currently, we don't allow to replace a valid telemtry sampler.
setSampler(TelemetrySampler) - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Sets an optional Sampler that can sample out telemetries
setSampler(TelemetrySampler) - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
setSampler(SamplerXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setSampleRate(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setSampleRate(double) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the SampleRate property.
setSampleRate(Envelope) - Method in class com.microsoft.applicationinsights.telemetry.BaseSampleSourceTelemetry
 
setSampleRate(Envelope) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
setSamplingPercentage(Double) - Method in interface com.microsoft.applicationinsights.channel.TelemetrySampler
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.FixedRateTelemetrySampler
 
setSamplingPercentage(String) - Method in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
Sets the user defined sampling percentage
setSamplingPercentage(String) - Method in class com.microsoft.applicationinsights.internal.config.FixedSamplerXmlElement
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
setSamplingPercentage(Double) - Method in interface com.microsoft.applicationinsights.telemetry.SupportSampling
 
setSamplingPercentage(Double) - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
setSamplingPercentageDecreaseTimeout(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setSamplingPercentageIncreaseTimeout(String) - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
setSchemaVersion(String) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setScreenResolution(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setSdkLogger(SDKLoggerXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setSdkVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
setSentRequest(Duration) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Sets the SentRequest property.
setSeq(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Seq property.
setSequence(String) - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
Sets the value that defines absolute order of the telemetry item.
setSequence(String) - Method in interface com.microsoft.applicationinsights.telemetry.Telemetry
Sets the sequence.
setSessionId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setSessionIsFirst(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setSessionIsNew(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setSessionState(SessionState) - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Sets the session state.
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the SeverityLevel property.
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Sets the SeverityLevel property.
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
Sets the Source property.
setSource(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets the source for the request telemetry object.
setStack(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the Stack property.
setStandardDeviation(Double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets the standard deviation of this metric across samples.
setState(SessionState) - Method in class com.microsoft.applicationinsights.internal.schemav2.SessionStateData
Deprecated.
 
setStdDev(Double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the StdDev property.
setStdDev(Double) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Sets the StdDev property.
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
Sets the Success property.
setSuccess(Boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Success property.
setSuccess(boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Success property.
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.
setSyntheticSource(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setSyntheticSource(String) - Method in class com.microsoft.applicationinsights.extensibility.context.OperationContext
Sets the synthetic source.
setTags(ConcurrentMap<String, String>) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Tags property.
setTarget(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Target property.
setTarget(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the target of this dependency.
setTelemetryInitializers(TelemetryInitializersXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setTelemetryProcessors(TelemetryProcessorsXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setThrottling(boolean) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setTime(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Time property.
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
setTrackingIsDisabled(boolean) - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
Sets value indicating whether sending of telemetry to Application Insights is disabled.
setTransmission(Transmission) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the transmission that needs to be passed to the handler.
setTransmissionDispatcher(TransmissionDispatcher) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
Used to inject the dispatcher used for this output so it can be injected to the retry logic.
setTransmissionDispatcher(TransmissionDispatcher) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the TransmissionDispatcher used by the sender
setTransmitBufferTimeoutInSeconds(int) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Sets the time tow wait before flushing the internal buffer
setTransmitBufferTimeoutInSeconds(int) - Method in class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
Sets the transmit buffer timeout in seconds
setType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.AddTypeXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.RemoveTypeXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
setType(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Type property.
setType(String) - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Sets the type property.
setTypeName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the TypeName property.
setUniquePrefix(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setUrl(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewData
Sets the Url property.
setUrl(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Url property.
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
setUrl(String) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Sets request url.
setUseBuiltIn(boolean) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setUserAccountAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserAccountId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserAgent(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserAgent(String) - Method in class com.microsoft.applicationinsights.extensibility.context.UserContext
 
setUserAnonymousUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserAuthenticatedUserAcquisitionDate(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserAuthUserId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserId(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setUserType(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
setValue(String) - Method in class com.microsoft.applicationinsights.internal.config.ParamXmlElement
 
setValue(double) - Method in class com.microsoft.applicationinsights.internal.schemav2.DataPoint
Sets the Value property.
setValue(double) - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
setValue(double) - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Sets The value of the metric.
setValue(double) - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Sets the value of the performance counter.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.Envelope
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.EventData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.MessageData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Sets the Ver property.
setVer(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.RequestData
Sets the Ver property.
setVersion(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ComponentContext
 
setWindowsPCs(ArrayList<WindowsPerformanceCounterXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
setWindowsPCs(Iterable<WindowsPerformanceCounterData>) - Method in interface com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCountersFactory
 
SeverityLevel - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum SeverityLevel.
SeverityLevel - Enum in com.microsoft.applicationinsights.telemetry
Enum SeverityLevel.
StackFrame - Class in com.microsoft.applicationinsights.internal.schemav2
Data contract class StackFrame.
StackFrame() - Constructor for class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Initializes a new instance of the StackFrame class.
StdOutChannel - Class in com.microsoft.applicationinsights.internal.channel.stdout
A telemetry channel routing information to stdout.
StdOutChannel() - Constructor for class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
StdOutChannel(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Stops on going work
stop(long, TimeUnit) - Method in interface com.microsoft.applicationinsights.channel.TelemetryChannel
Stops on going work
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionFileSystemOutput
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionNetworkOutput
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.NonBlockingDispatcher
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
Stops all threads from sending data.
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Stop this transmission thread from sending.
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.sampling.AdaptiveTelemetrySampler
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.stdout.StdOutChannel
 
stop(long, TimeUnit) - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetriesTransmitter
 
stop(long, TimeUnit) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionDispatcher
 
stop(long, TimeUnit) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmissionOutput
 
stop() - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
Closes the Internal Logger for messages.
stop(long, TimeUnit) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Stopping the collection of performance data.
stop(long, TimeUnit) - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulse
Stopping the collection of performance data.
stop(long, TimeUnit) - Method in interface com.microsoft.applicationinsights.internal.shutdown.Stoppable
 
stop(ThreadPoolExecutor, long, TimeUnit) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
stopAll() - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
Stoppable - Interface in com.microsoft.applicationinsights.internal.shutdown
Created by gupele on 3/3/2015.
SupportSampling - Interface in com.microsoft.applicationinsights.telemetry
Created by gupele on 11/2/2016.
suspendInSeconds(TransmissionPolicy, long) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Suspend this transmission thread using the specified policy
SyntheticSourceFilter - Class in com.microsoft.applicationinsights.internal.processor
The class will filter out telemetries that come from 'unneeded' configured list of source names
SyntheticSourceFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.SyntheticSourceFilter
 
SystemInformation - Enum in com.microsoft.applicationinsights.internal.system
Created by gupele on 3/3/2015.

T

TelemetriesTransmitter - Interface in com.microsoft.applicationinsights.internal.channel
The class is responsible for getting containers of Telemetry, transform them into Transmission and then initiate the sending process.
TelemetriesTransmitter.TelemetriesFetcher - Interface in com.microsoft.applicationinsights.internal.channel
 
Telemetry - Interface in com.microsoft.applicationinsights.telemetry
The base telemetry type interface for application insights.
TelemetryBuffer - Class in com.microsoft.applicationinsights.internal.channel.common
The class is responsible for getting instances of Telemetry It is responsible for managing the buffers.
TelemetryBuffer(TelemetriesTransmitter, LimitsEnforcer, LimitsEnforcer) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TelemetryBuffer
The constructor needs to get the 'sender' we work with
TelemetryChannel - Interface in com.microsoft.applicationinsights.channel
Represents a communication channel for sending telemetry to Azure Application Insights.
TelemetryClient - Class in com.microsoft.applicationinsights
Create an instance of this class to send telemetry to Azure Application Insights.
TelemetryClient(TelemetryConfiguration) - Constructor for class com.microsoft.applicationinsights.TelemetryClient
Initializes a new instance of the TelemetryClient class.
TelemetryClient() - Constructor for class com.microsoft.applicationinsights.TelemetryClient
Initializes a new instance of the TelemetryClient class, configured from the active configuration.
TelemetryConfiguration - Class in com.microsoft.applicationinsights
Encapsulates the global telemetry configuration typically loaded from the ApplicationInsights.xml file.
TelemetryConfiguration() - Constructor for class com.microsoft.applicationinsights.TelemetryConfiguration
 
TelemetryConfigurationFactory - Enum in com.microsoft.applicationinsights.internal.config
Initializer class for configuration instances.
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
Default Ctor
TelemetryEventFilter - Class in com.microsoft.applicationinsights.internal.processor
The class will filter out Event Telemetries with unneeded values
TelemetryEventFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.TelemetryEventFilter
 
TelemetryInitializer - Interface in com.microsoft.applicationinsights.extensibility
Interface for telemetry intitializers
TelemetryInitializersXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
TelemetryInitializersXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
TelemetryModule - Interface in com.microsoft.applicationinsights.extensibility
Interface for telemetry modules.
TelemetryModulesXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/15/2015.
TelemetryModulesXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryModulesXmlElement
 
TelemetryProcessor - Interface in com.microsoft.applicationinsights.extensibility
The method gets a Telemetry instance that is ready to be sent.
TelemetryProcessorCreator - Class in com.microsoft.applicationinsights.internal.config
The class will try to create the TelemetryProcessor and will activate any 'setXXX' method based on the configuration.
TelemetryProcessorCreator() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryProcessorCreator
 
TelemetryProcessorsXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 7/26/2016.
TelemetryProcessorsXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement
 
TelemetryProcessorXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 7/26/2016.
TelemetryProcessorXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryProcessorXmlElement
 
TelemetrySampler - Interface in com.microsoft.applicationinsights.channel
Telemetry Sampler might be used to reduce the amount of telemetries that are sent by the SDK.
TelemetrySerializer - Interface in com.microsoft.applicationinsights.internal.channel
Created by gupele on 12/17/2014.
THREAD_POLLING_INTERVAL_MS - Variable in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
ThreadLocalCleaner - Interface in com.microsoft.applicationinsights.internal.util
Created by gupele on 7/8/2015.
ThreadPoolUtils - Class in com.microsoft.applicationinsights.internal.util
Created by gupele on 12/22/2014.
ThreadPoolUtils() - Constructor for class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
ThrottlingHandler - Class in com.microsoft.applicationinsights.internal.channel.common
This class implements the retry logic for throttled requests.
ThrottlingHandler(TransmissionPolicyManager) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.ThrottlingHandler
Ctor Constructs the ThrottlingHandler object.
TimestampPropertyInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer
An TelemetryInitializer implementation that sets the timestamp on the Telemetry unless the timestamp is already set.
TimestampPropertyInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.TimestampPropertyInitializer
 
toString() - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
TOTAL_CPU_PC_CATEGORY_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
TOTAL_CPU_PC_ID - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
TOTAL_MEMORY_PC_CATEGORY_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
TOTAL_MEMORY_PC_COUNTER_NAME - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
TOTAL_MEMORY_PC_ID - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
trace(String, Object...) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The main method, will delegate the call to the output only if the logger is enabled for at least trace level, will not allow any exception thrown
TraceTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used for log messages.
TraceTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Default Ctor
TraceTelemetry(String) - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
TraceTelemetry(String, SeverityLevel) - Constructor for class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Initializes a new instance of the class with the specified parameter 'message'.
TraceTelemetryFilter - Class in com.microsoft.applicationinsights.internal.processor
The class can filter out TraceTelemetries ('LOG' telemetries) that have 'lower' severity level than needed The possible values are: OFF - Filter out ALL traces TRACE - No filtering.
TraceTelemetryFilter() - Constructor for class com.microsoft.applicationinsights.internal.processor.TraceTelemetryFilter
 
track(Telemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
This method is part of the Application Insights infrastructure.
trackDependency(String, String, Duration, boolean) - Method in class com.microsoft.applicationinsights.TelemetryClient
 
trackDependency(RemoteDependencyTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a dependency record to Application Insights.
trackEvent(String, Map<String, String>, Map<String, Double>) - 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(EventTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a custom event 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.
trackException(Exception) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends an exception record to Application Insights.
trackException(ExceptionTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends an ExceptionTelemetry record for display in Diagnostic Search.
trackHttpRequest(String, Date, long, String, boolean) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a request record to Application Insights.
trackMetric(String, double, int, double, double, Map<String, String>) - 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(MetricTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a numeric metric to Application Insights.
trackPageView(String) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a page view record to Application Insights.
trackPageView(PageViewTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Send information about the page viewed in the application.
trackRequest(RequestTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a request record to Application Insights.
trackSessionState(SessionState) - Method in class com.microsoft.applicationinsights.TelemetryClient
Deprecated.
This method will be deprecated in version 2.0.0 of the Java SDK.
trackTrace(String, SeverityLevel, Map<String, String>) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record to Application Insights.
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(TraceTelemetry) - Method in class com.microsoft.applicationinsights.TelemetryClient
Sends a TraceTelemetry record for display in Diagnostic Search.
translateInstanceName(String) - Static method in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
Process instance name is only known at runtime, therefore process level performance counters should use the 'PROCESS_SELF_INSTANCE_NAME' as the requested process name and then call this method to translate that logical name into the actual name that is fetched from the native code.
Transmission - Class in com.microsoft.applicationinsights.internal.channel.common
Holds the stuff that defines a transmission of data to the server.
Transmission(byte[], String, String, int) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
Transmission(byte[], String, String) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
TransmissionDispatcher - Interface in com.microsoft.applicationinsights.internal.channel
A dispatcher should know how and to whom to dispatch a Transmission Created by gupele on 12/18/2014.
TransmissionFileSystemOutput - Class in com.microsoft.applicationinsights.internal.channel.common
The class knows how to manage Transmission that needs to be saved to the file system.
TransmissionFileSystemOutput(String, String) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
TransmissionFileSystemOutput() - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
TransmissionFileSystemOutput(String) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
TransmissionHandler - Interface in com.microsoft.applicationinsights.internal.channel
An interface that is used to create a concrete class that is called by the the TransmissionHandlerObserver
TransmissionHandlerArgs - Class in com.microsoft.applicationinsights.internal.channel
This class is used to store information between the transmission sender and the transmission handlers
TransmissionHandlerArgs() - Constructor for class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
 
TransmissionHandlerObserver - Interface in com.microsoft.applicationinsights.internal.channel
Enables the TransmissionPolicyManager to handle transmission states.
TransmissionNetworkOutput - Class in com.microsoft.applicationinsights.internal.channel.common
The class is responsible for the actual sending of Transmission The class uses Apache's HttpClient framework for that.
TransmissionOutput - Interface in com.microsoft.applicationinsights.internal.channel
Defines the interface of classes that get a Transmission and can 'send' it.
TransmissionPolicyManager - Class in com.microsoft.applicationinsights.internal.channel.common
This class is responsible for managing the transmission state.
TransmissionPolicyManager(boolean) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Create the TransmissionPolicyManager and set the ability to throttle.
TransmissionPolicyStateFetcher - Interface in com.microsoft.applicationinsights.internal.channel.common
Created by gupele on 6/29/2015.
TransmissionsLoader - Interface in com.microsoft.applicationinsights.internal.channel
Created by gupele on 12/22/2014.
TransmitterFactory - Interface in com.microsoft.applicationinsights.internal.channel
Created by gupele on 12/21/2014.
TransmitterImpl - Class in com.microsoft.applicationinsights.internal.channel.common
The default implementation of the TelemetriesTransmitter The class is responsible holds the classes that do the actual sending to the server Telemetry instances buffered in a collection are sent through this class.
TransmitterImpl(TransmissionDispatcher, TelemetrySerializer, TransmissionsLoader) - Constructor for class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
type - Variable in class com.microsoft.applicationinsights.internal.jmx.JmxAttributeData
 

U

UnixParsingState - Class in com.microsoft.applicationinsights.internal.perfcounter
Created by gupele on 3/16/2015.
UnixParsingState(int) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
unregister(PerformanceCounter) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Un-registers a performance counter.
unregister(String) - Method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Un-registers a performance counter by its id.
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 com.microsoft.applicationinsights.internal.agent.AgentConnector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.channel.common.ApacheSenderFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger.LoggerOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger.LoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.reflect.ClassDataUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DataPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DependencyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DependencySourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.telemetry.ExceptionHandledAt
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.telemetry.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.applicationinsights.telemetry.SeverityLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.channel.common.ApacheSenderFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger.LoggerOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger.LoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.reflect.ClassDataUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DataPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DependencyKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.schemav2.DependencySourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.schemav2.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.telemetry.ExceptionHandledAt
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.telemetry.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.applicationinsights.telemetry.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
verifyClassExists(String) - Method in enum com.microsoft.applicationinsights.internal.reflect.ClassDataUtils
 
verifyClassExists(String) - Method in interface com.microsoft.applicationinsights.internal.reflect.ClassDataVerifier
 
verifyMethodExists(Class<?>, String, Class<?>...) - Method in enum com.microsoft.applicationinsights.internal.reflect.ClassDataUtils
 
verifyMethodExists(Class<?>, String, Class<?>...) - Method in interface com.microsoft.applicationinsights.internal.reflect.ClassDataVerifier
 

W

warn(String, Object...) - Method in enum com.microsoft.applicationinsights.internal.logger.InternalLogger
The main method, will delegate the call to the output only if the logger is enabled for warnings, will not allow any exception thrown
WindowsPerformanceCounterAsMetric - Class in com.microsoft.applicationinsights.internal.perfcounter
Performance counters that are sent as MetricTelemetry Created by gupele on 3/30/2015.
WindowsPerformanceCounterAsMetric(Iterable<WindowsPerformanceCounterData>) - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsMetric
Registers the argument's data into performance counters.
WindowsPerformanceCounterAsPC - Class in com.microsoft.applicationinsights.internal.perfcounter
Built-in Windows performance counters that are sent as PerformanceCounterTelemetry Created by gupele on 3/30/2015.
WindowsPerformanceCounterAsPC() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterAsPC
Registers the 'built-in' Windows performance counters that are not fetched from the JVM JMX.
WindowsPerformanceCounterData - Class in com.microsoft.applicationinsights.internal.perfcounter
Created by gupele on 3/30/2015.
WindowsPerformanceCounterData() - Constructor for class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
WindowsPerformanceCountersFactory - Interface in com.microsoft.applicationinsights.internal.perfcounter
An interface that is used by factories that know to create Windows based on data that is given in a container of WindowsPerformanceCounterData Created by gupele on 3/31/2015.
WindowsPerformanceCounterXmlElement - Class in com.microsoft.applicationinsights.internal.config
Created by gupele on 3/30/2015.
WindowsPerformanceCounterXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
write(String, Duration) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, DataPointType) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, int) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, SeverityLevel) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Integer) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, double) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Double) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, short) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Short) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, long) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Long) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, boolean) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Boolean) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Date) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, String) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
Deprecated. 
write(String, String, int) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, T) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, Map<String, T>) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
write(String, List<T>) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
writeLine(String) - Method in class com.microsoft.applicationinsights.internal.logger.DefaultLogFileProxy
 
writeLine(String) - Method in interface com.microsoft.applicationinsights.internal.logger.LogFileProxy
 
writeRequired(String, String, int) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links