Skip navigation links
A B C D E F G H I J K 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
 
AbstractSdkBridge<T> - Class in com.microsoft.applicationinsights.internal.agent
 
AbstractSdkBridge(TelemetryClient) - Constructor for class com.microsoft.applicationinsights.internal.agent.AbstractSdkBridge
 
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(T) - 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
 
addAllExceptions(Iterable<? extends ExceptionDetails>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addAllItems(Iterable<? extends Telemetry>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addAllMetrics(Iterable<? extends DataPoint>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addAllParsedStack(Iterable<? extends StackFrame>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
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.
addDefaultPayLoadProvider(HeartBeatPayloadProviderInterface) - Static method in class com.microsoft.applicationinsights.internal.heartbeat.HeartbeatDefaultPayload
This is used to add additional default providers.
addDefaultPerfModuleClassName(String) - Static method in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
 
addExceptions(ExceptionDetails) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addExceptions(int, ExceptionDetails) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addExceptions(ExceptionDetails.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addExceptions(int, ExceptionDetails.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addExceptionsBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addExceptionsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
addHeartBeatProperty(String, String, boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
addHeartBeatProperty(String, String, boolean) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Adds the heartbeat property to the heartbeat payload.
addItems(Telemetry) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addItems(int, Telemetry) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addItems(Telemetry.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addItems(int, Telemetry.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addItemsBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
addItemsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
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.
addMetrics(DataPoint) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addMetrics(int, DataPoint) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addMetrics(DataPoint.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addMetrics(int, DataPoint.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addMetricsBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addMetricsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
addParsedStack(StackFrame) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addParsedStack(int, StackFrame) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addParsedStack(StackFrame.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addParsedStack(int, StackFrame.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addParsedStackBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addParsedStackBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
addPerformanceCounter(String, String, String) - Static method in class com.microsoft.applicationinsights.internal.perfcounter.JniPCConnector
Adding a performance counter
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
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
addToReturnValue(double) - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
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
 
AgentBinding - Interface in com.microsoft.applicationinsights.internal.agent
 
AgentBridge<T> - Interface in com.microsoft.applicationinsights.internal.agent
 
AgentBridge.ServletRequestInfo - Class in com.microsoft.applicationinsights.internal.agent
 
AgentBridgeFactory - Class in com.microsoft.applicationinsights.internal.agent
 
AgentBridgeFactory() - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentBridgeFactory
 
AgentBridgeFactory.SdkBridgeFactory<T> - Interface in com.microsoft.applicationinsights.internal.agent
 
AgentConnector - Enum in com.microsoft.applicationinsights.internal.agent
Deprecated.
AgentConnector.RegistrationResult - Class in com.microsoft.applicationinsights.internal.agent
Deprecated.
AgentSelfConnector - Class in com.microsoft.applicationinsights.internal.agent
Deprecated.
AgentSelfConnector() - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentSelfConnector
Deprecated.
 
Aggregation_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
Aggregation = 1;
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
 
AiResponse - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.AiResponse
AiResponse.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.AiResponse
AiResponseOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
AITelemetryServiceGrpc - Class in com.microsoft.localforwarder.library.inputs.contracts
gRPC service to transmit telemetry
AITelemetryServiceGrpc.AITelemetryServiceBlockingStub - Class in com.microsoft.localforwarder.library.inputs.contracts
gRPC service to transmit telemetry
AITelemetryServiceGrpc.AITelemetryServiceFutureStub - Class in com.microsoft.localforwarder.library.inputs.contracts
gRPC service to transmit telemetry
AITelemetryServiceGrpc.AITelemetryServiceImplBase - Class in com.microsoft.localforwarder.library.inputs.contracts
gRPC service to transmit telemetry
AITelemetryServiceGrpc.AITelemetryServiceStub - Class in com.microsoft.localforwarder.library.inputs.contracts
gRPC service to transmit telemetry
AITelemetryServiceImplBase() - Constructor for class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceImplBase
 
AnnotationPackageScanner - Class in com.microsoft.applicationinsights.internal.annotation
Created by gupele on 3/15/2015.
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.
APPLICATION_INSIGHTS_SSL_PROTOCOLS_PROPERTY - Static variable in class com.microsoft.applicationinsights.internal.util.SSLOptionsUtil
 
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
 
ASSEMBLY_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
Availability - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Availability
Availability.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Availability
AVAILABILITY_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
AvailabilityOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
AvailabilityOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 

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.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
Base Type for this telemetry.
BASE_TYPE - Static variable in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Base Type for this telemetry.
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
 
bindService() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceImplBase
 
bindToThread(T, AgentBridge.ServletRequestInfo) - Method in interface com.microsoft.applicationinsights.internal.agent.AgentBridge
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
build(Channel, CallOptions) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceBlockingStub
 
build(Channel, CallOptions) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceFutureStub
 
build(Channel, CallOptions) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceStub
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
build() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
buildPartial() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
BUILTIN_PROCESSORS_SCANNING_ENABLED_PROPERTY - Static variable in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
This enables scanning for classes annotated with BuiltInProcessor.
BuiltInProcessor - Annotation Type in com.microsoft.applicationinsights.internal.annotation
Created by gupele on 7/26/2016.

C

cancelPeriodicTask(PeriodicTaskPool.PeriodicRunnableTask) - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool
Cancels the task, if it's running and removes it from the periodicTaskMap.
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
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clear() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
clearAssembly() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string assembly = 3;
clearAvailability() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
clearBackoff() - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionPolicyManager
Clear the current thread state and and reset the back off counter.
clearCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
clearData() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string data = 7;
clearData() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clearDataTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string dataTypeName = 2;
clearDateTime() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
[Description("Event date time when telemetry item was created.
clearDependency() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
clearDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
clearDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
clearDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
clearDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
clearEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
clearEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
clearException() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
clearExceptions() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
clearFileName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string fileName = 4;
clearHasFullStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
clearId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string id = 2;
clearId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string id = 3;
clearId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 id = 1;
clearId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string id = 4;
clearId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string id = 2;
clearInstrumentationKey() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string instrumentationKey = 6;
clearItems() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
clearKind() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Metric type.
clearLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 level = 1;
clearLine() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 line = 5;
clearMax() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
clearMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clearMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clearMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clearMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clearMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clearMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string message = 7;
clearMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string message = 4;
clearMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional string message = 2;
clearMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
clearMethod() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string method = 2;
clearMetric() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
clearMetrics() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
clearMin() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
clearName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string name = 3;
clearName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string name = 2;
clearName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string name = 2;
clearName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional string name = 2;
clearName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string name = 7;
clearNs() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string ns = 1;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
clearOuterId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 outerId = 2;
clearPageView() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
clearParsedStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
clearProblemId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional string problemId = 4;
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
clearProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clearReferrerUri() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string referrerUri = 5;
clearRequest() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
clearResponseCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string responseCode = 4;
clearResultCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string resultCode = 4;
clearRunLocation() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string runLocation = 6;
clearSamplingRate() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
clearSequenceNumber() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string sequenceNumber = 5;
clearSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional .contracts.SeverityLevel severityLevel = 3;
clearSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional .contracts.SeverityLevel severityLevel = 3;
clearSource() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string source = 6;
clearStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string stack = 6;
clearStdDev() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
clearSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional bool success = 5;
clearSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
clearSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
clearTags() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clearTarget() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string target = 9;
clearType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string type = 8;
clearTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string typeName = 3;
clearUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string url = 2;
clearUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string url = 8;
clearValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Single value for a Measurement, sum of individual measurements for an Aggregation
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional int32 ver = 1;
clearVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional int32 ver = 1;
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
clone() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
close() - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
close() - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
CloudContext - Class in com.microsoft.applicationinsights.extensibility.context
 
CloudContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
CloudInfoContextInitializer - Class in com.microsoft.applicationinsights.extensibility.initializer
Initializes cloud context information.
CloudInfoContextInitializer() - Constructor for class com.microsoft.applicationinsights.extensibility.initializer.CloudInfoContextInitializer
 
com.microsoft.applicationinsights - package com.microsoft.applicationinsights
 
com.microsoft.applicationinsights.channel - package com.microsoft.applicationinsights.channel
 
com.microsoft.applicationinsights.channel.concrete - package com.microsoft.applicationinsights.channel.concrete
 
com.microsoft.applicationinsights.channel.concrete.inprocess - package com.microsoft.applicationinsights.channel.concrete.inprocess
 
com.microsoft.applicationinsights.channel.concrete.localforwarder - package com.microsoft.applicationinsights.channel.concrete.localforwarder
 
com.microsoft.applicationinsights.channel.concrete.nop - package com.microsoft.applicationinsights.channel.concrete.nop
 
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.config.connection - package com.microsoft.applicationinsights.internal.config.connection
 
com.microsoft.applicationinsights.internal.heartbeat - package com.microsoft.applicationinsights.internal.heartbeat
 
com.microsoft.applicationinsights.internal.jmx - package com.microsoft.applicationinsights.internal.jmx
 
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
 
com.microsoft.localforwarder.library.inputs.contracts - package com.microsoft.localforwarder.library.inputs.contracts
 
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
 
ConfiguredTransmitterFactory<T> - Interface in com.microsoft.applicationinsights.internal.channel
 
CONNECTION_STRING_ENV_VAR_NAME - Static variable in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
 
ConnectionString - Class in com.microsoft.applicationinsights.internal.config.connection
 
ConnectionString.Defaults - Class in com.microsoft.applicationinsights.internal.config.connection
 
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.
containsHeartBeatProperty(String) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
containsHeartBeatProperty(String) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Returns true if the HeartBeat provider has the given HeartBeat Property
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, double> measurements = 9;
containsMeasurements(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, double> measurements = 9;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, double> measurements = 11;
containsMeasurements(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, double> measurements = 11;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, double> measurements = 4;
containsMeasurements(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, double> measurements = 4;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, double> measurements = 6;
containsMeasurements(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, double> measurements = 6;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
containsMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, double> measurements = 10;
containsMeasurements(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, double> measurements = 10;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, string> properties = 8;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, string> properties = 8;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, string> properties = 10;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, string> properties = 10;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, string> properties = 3;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, string> properties = 3;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, string> properties = 5;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, string> properties = 5;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
map<string, string> properties = 4;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
map<string, string> properties = 4;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
map<string, string> properties = 3;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
map<string, string> properties = 3;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
containsProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, string> properties = 9;
containsProperties(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, string> properties = 9;
containsTags(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
containsTags(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
map<string, string> tags = 7;
containsTags(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
map<string, string> tags = 7;
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
Copies entries from the source map to the target map, overwrites any values in target.
COUNT_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
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, boolean, int) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryTransmitterFactory
create(TelemetryConfiguration, String, boolean, int) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryTransmitterFactory
 
create(String, String) - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.FileFactory
 
create() - Static method in class com.microsoft.applicationinsights.internal.agent.AgentBridgeFactory
 
create(AgentBridgeFactory.SdkBridgeFactory<T>) - Static method in class com.microsoft.applicationinsights.internal.agent.AgentBridgeFactory
 
create() - Method in interface com.microsoft.applicationinsights.internal.agent.AgentBridgeFactory.SdkBridgeFactory
 
create() - Method in enum com.microsoft.applicationinsights.internal.channel.common.ApacheSenderFactory
 
create(TransmissionPolicyManager) - Static method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
create(String, TransmissionPolicyManager) - Static method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
create(TelemetryConfiguration, TransmissionPolicyManager) - Static method in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
 
create(TelemetryConfiguration, String, boolean, int) - Method in interface com.microsoft.applicationinsights.internal.channel.ConfiguredTransmitterFactory
Either configuration or endpoint could be null, but one must be non-null.
create(String, String, boolean, int) - Method in interface com.microsoft.applicationinsights.internal.channel.TransmitterFactory
Create(TelemetryProcessorXmlElement) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryProcessorCreator
 
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<?>, String) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
poolName will be appended with a hyphen and the unique name.
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.
createDefaultMaxTelemetryBufferCapacityEnforcer(Integer) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
createDefaultSendIntervalInSecondsEnforcer(Integer) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
createTask(Runnable, long, long, TimeUnit, String) - Static method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
Creates a PeriodicRunnableTask
createTransmitterFactory() - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
createTransmitterFactory() - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
createTransmitterFactory() - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
Critical_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Critical = 5;

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.
DATA_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
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.
DataPoint - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.DataPoint
DataPoint.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.DataPoint
DataPointOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
DataPointOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
DataPointType - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum DataPointType.
DataPointType - Enum in com.microsoft.localforwarder.library.inputs.contracts
Protobuf enum contracts.DataPointType
DataPointTypeOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
DATATYPENAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
DATETIME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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
 
decrementDoneCounter() - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
DEFAULT_CAPACITY_MEGABYTES - Static variable in class com.microsoft.applicationinsights.internal.channel.common.TransmissionFileSystemOutput
 
DEFAULT_COLLECTION_FREQUENCY_IN_SEC - Static variable in enum com.microsoft.applicationinsights.internal.perfcounter.PerformanceCounterContainer
 
DEFAULT_FLUSH_BUFFER_TIMEOUT_IN_SECONDS - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
DEFAULT_HEARTBEAT_INTERVAL - Static variable in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Default interval in seconds to transmit heartbeat pulse.
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
DEFAULT_MAX_INSTANT_RETRY - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
DEFAULT_MAX_TELEMETRY_BUFFER_CAPACITY - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
DEFAULT_SAMPLING_PERCENTAGE - Static variable in class com.microsoft.applicationinsights.internal.channel.samplingV2.FixedRateSamplingTelemetryProcessor
 
DEFAULT_SERVER_URI - Static variable in class com.microsoft.applicationinsights.internal.channel.common.TransmissionNetworkOutput
 
DefaultHeartBeatPropertyProvider - Class in com.microsoft.applicationinsights.internal.heartbeat
Base Heartbeat Property Provider
DefaultHeartBeatPropertyProvider() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.DefaultHeartBeatPropertyProvider
 
Dependency - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Dependency
Dependency.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Dependency
DEPENDENCY_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
DependencyKind - Enum in com.microsoft.applicationinsights.internal.schemav2
Enum DependencyKind.
DependencyOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
DependencyOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
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.
DEVELOPER_MODE_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
DEVELOPER_MODE_SYSTEM_PROPRETY_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
disableTelemetry - Variable in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
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
doSend(Telemetry) - Method in class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
doSend(Telemetry) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
doSend(Telemetry) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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.
DURATION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
DURATION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
DURATION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
DURATION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 

E

enable(String) - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
Deprecated.
enable(TelemetryConfiguration) - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
ENDPOINT_ADDRESS_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
ENDPOINT_ENVIRONMENT_VARIABLE_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
ENDPOINT_SYSTEM_PROPERTY_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
EndpointProvider - Class in com.microsoft.applicationinsights.internal.config.connection
 
EndpointProvider() - Constructor for class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
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.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.EventTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
Envelope Name for this telemetry.
ENVELOPE_NAME - Static variable in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
Envelope Name for this telemetry.
equals(Object) - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
equals(Object) - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
equals(Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
Error_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Error = 4;
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.
Event - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Event
Event.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Event
EVENT_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
EVENT_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
EventOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
EventOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
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.
except(Collection<String>, Collection<String>) - Static method in class com.microsoft.applicationinsights.internal.heartbeat.MiscUtils
Returns a set which contains result of List - Set
Exception - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Exception
Exception.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Exception
EXCEPTION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
ExceptionDetails - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.ExceptionDetails
ExceptionDetails.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.ExceptionDetails
ExceptionDetailsOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
ExceptionDetailsOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
ExceptionHandledAt - Enum in com.microsoft.applicationinsights.telemetry
Deprecated.
As of 1.0.11
ExceptionOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
ExceptionOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
EXCEPTIONS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
ExceptionTelemetry - Class in com.microsoft.applicationinsights.telemetry
Telemetry type used to track exceptions sent to Azure Application Insights.
ExceptionTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
ExceptionTelemetry(Throwable, 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.
executePeriodicRunnableTask(PeriodicTaskPool.PeriodicRunnableTask) - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool

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
 
FILENAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
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.nop.NopTelemetryChannel
 
flush() - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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.TelemetryClient
Flushes possible pending Telemetries in the channel.
FLUSH_BUFFER_TIMEOUT_IN_SECONDS_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
formatAsRoundTripDate(Date) - Static method in class com.microsoft.applicationinsights.internal.util.DateTimeUtils
Formats the given date as round-trip date string
forNumber(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
forNumber(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
forNumber(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.Telemetry.DataCase
 

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.
getActiveWithoutInitializingConfig() - Static method in class com.microsoft.applicationinsights.TelemetryConfiguration
This method provides the new instance of TelmetryConfiguration without loading the configuration from configuration 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
 
getAllowedProtocols() - Static method in class com.microsoft.applicationinsights.internal.util.SSLOptionsUtil
Finds the list of supported SSL/TLS protocols.
getAndRestart() - Method in enum com.microsoft.applicationinsights.internal.quickpulse.QuickPulseDataCollector
 
getAppIdEndpointURL(String) - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
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.
getAssembly() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string assembly = 3;
getAssembly() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string assembly = 3;
getAssembly() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string assembly = 3;
getAssemblyBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string assembly = 3;
getAssemblyBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string assembly = 3;
getAssemblyBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string assembly = 3;
getAsync() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Async property.
getAttribute() - Method in class com.microsoft.applicationinsights.internal.config.JmxXmlElement
 
getAvailability() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
getAvailability() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Availability availability = 13;
getAvailability() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Availability availability = 13;
getAvailabilityBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
getAvailabilityOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
getAvailabilityOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Availability availability = 13;
getAvailabilityOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Availability availability = 13;
getBaseData() - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Gets the BaseData property.
getBaseFolderPath() - 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
Deprecated.
 
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
Deprecated.
 
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.perfcounter.WindowsPerformanceCounterData
 
getCategoryName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getCategoryName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
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
Deprecated.
 
getCloud() - Method in class com.microsoft.applicationinsights.telemetry.TelemetryContext
Gets the object describing the role and instnace in the cloud.
getCloudRole() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
getCloudRoleInstance() - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
 
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.
getCommand() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
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
 
getConnectionString() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getConnectionString() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
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.
getContextPath() - Method in class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
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.
getCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
getCountBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getCounterName() - Method in class com.microsoft.applicationinsights.internal.config.WindowsPerformanceCounterXmlElement
 
getCounterName() - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
getCounterName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getCounterName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
Gets the counter name of the performance counter.
getCountOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getCountOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getCountOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
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
Deprecated.
 
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
Deprecated.
 
getData() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getData() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string data = 7;
getData() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string data = 7;
getData() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string data = 7;
getDataBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string data = 7;
getDataBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string data = 7;
getDataBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string data = 7;
getDataCase() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
getDataCase() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getDataCase() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
 
getDataTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string dataTypeName = 2;
getDataTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string dataTypeName = 2;
getDataTypeName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string dataTypeName = 2;
getDataTypeNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string dataTypeName = 2;
getDataTypeNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string dataTypeName = 2;
getDataTypeNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string dataTypeName = 2;
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
 
getDateTime() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
[Description("Event date time when telemetry item was created.
getDateTime() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
[Description("Event date time when telemetry item was created.
getDateTime() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
[Description("Event date time when telemetry item was created.
getDateTimeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
[Description("Event date time when telemetry item was created.
getDateTimeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
[Description("Event date time when telemetry item was created.
getDateTimeBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
[Description("Event date time when telemetry item was created.
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.
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getDefaultInstance() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
getDefaultInstanceForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getDefaultValue() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getDependency() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
getDependency() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Dependency dependency = 12;
getDependency() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Dependency dependency = 12;
getDependencyBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
getDependencyKind() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Dependency Kind property.
getDependencyOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
getDependencyOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Dependency dependency = 12;
getDependencyOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Dependency dependency = 12;
getDependencySource() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
Deprecated.
Gets the Dependency Source property.
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointOuterClass
 
getDescriptor() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointTypeOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DependencyOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.EventOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MessageOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MetricOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageViewOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.RequestOuterClass
 
getDescriptor() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.SeverityLevelOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrameOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOuterClass
 
getDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryOuterClass
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
getDescriptorForType() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
getDescriptorForType() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
getDescriptorForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
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
 
getDisplayName() - Method in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
 
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.
getDoneCounter() - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
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.
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional .google.protobuf.Duration duration = 4;
getDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional .google.protobuf.Duration duration = 4;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional .google.protobuf.Duration duration = 5;
getDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional .google.protobuf.Duration duration = 5;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .google.protobuf.Duration duration = 3;
getDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .google.protobuf.Duration duration = 3;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
getDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.Duration duration = 3;
getDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.Duration duration = 3;
getDurationBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
getDurationBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
getDurationBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
getDurationBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
getDurationObject() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional .google.protobuf.Duration duration = 4;
getDurationOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional .google.protobuf.Duration duration = 4;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional .google.protobuf.Duration duration = 5;
getDurationOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional .google.protobuf.Duration duration = 5;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .google.protobuf.Duration duration = 3;
getDurationOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .google.protobuf.Duration duration = 3;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
getDurationOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.Duration duration = 3;
getDurationOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.Duration duration = 3;
getEndpointAddress() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
getEndpointProvider() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
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
Deprecated.
 
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
Deprecated.
 
getEnvelopName() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getEvaluationInterval() - Method in class com.microsoft.applicationinsights.internal.config.AdaptiveSamplerXmlElement
 
getEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
getEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .contracts.Event event = 1;
getEvent() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .contracts.Event event = 1;
getEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
getEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Event event = 8;
getEvent() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Event event = 8;
getEventBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
getEventBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
getEventOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
getEventOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .contracts.Event event = 1;
getEventOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .contracts.Event event = 1;
getEventOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
getEventOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Event event = 8;
getEventOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Event event = 8;
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
 
getException() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
getException() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Exception exception = 11;
getException() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Exception exception = 11;
getExceptionBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
getExceptionHandledAt() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
Deprecated.
Gets the value indicated where the exception was handled.
getExceptionOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
getExceptionOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Exception exception = 11;
getExceptionOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Exception exception = 11;
getExceptions() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the Exceptions property.
getExceptions() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getExceptions(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptions(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptions(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilder(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
repeated .contracts.ExceptionDetails exceptions = 2;
getExceptionsOrBuilderList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
repeated .contracts.ExceptionDetails exceptions = 2;
getExcludedHeartBeatProperties() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Returns list of excluded heartbeat properties from payload
getExcludedHeartBeatProperties() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
getExcludedHeartBeatProperties() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Returns the list of excluded heartbeat properties.
getExcludedHeartBeatPropertiesProvider() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Gets list of excluded heartbeat properties provider.
getExcludedHeartBeatPropertyProviders() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
getExcludedHeartBeatPropertyProviders() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
This returns the list of Excluded Heart Beat Providers
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.
getFileName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string fileName = 4;
getFileName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string fileName = 4;
getFileName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string fileName = 4;
getFileNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string fileName = 4;
getFileNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string fileName = 4;
getFileNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string fileName = 4;
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.
getHasFullStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
getHasFullStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
the default is true
getHasFullStack() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
the default is true
getHasFullStackBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
getHasFullStackOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
getHasFullStackOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
the default is true
getHasFullStackOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
the default is true
getHeartBeatInterval() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Returns the heartbeat interval in seconds.
getHeartBeatInterval() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
getHeartBeatInterval() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Gets the currently set heartbeat interval.
getHostName() - Static method in class com.microsoft.applicationinsights.common.CommonUtils
Returns the hostname using InetAddress.getCanonicalHostName() on InetAddress.getLocalHost().
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.
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string id = 2;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string id = 2;
getId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string id = 2;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string id = 3;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string id = 3;
getId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string id = 3;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 id = 1;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional int32 id = 1;
getId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional int32 id = 1;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string id = 4;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string id = 4;
getId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string id = 4;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string id = 2;
getId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string id = 2;
getId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string id = 2;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string id = 2;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string id = 2;
getIdBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string id = 2;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string id = 3;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string id = 3;
getIdBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string id = 3;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string id = 4;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string id = 4;
getIdBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string id = 4;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string id = 2;
getIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string id = 2;
getIdBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string id = 2;
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
 
getIngestionEndpoint() - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
getIngestionEndpointURL() - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
getInitialDelay() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
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.perfcounter.WindowsPerformanceCounterData
 
getInstanceName() - Method in class com.microsoft.applicationinsights.internal.schemav2.PerformanceCounterData
Deprecated.
 
getInstanceName() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
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.internal.heartbeat.HeartBeatProvider
 
getInstrumentationKey() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Gets the instrumentation key used by telemetry client sending heartbeat.
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.
getInstrumentationKey() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string instrumentationKey = 6;
getInstrumentationKey() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string instrumentationKey = 6;
getInstrumentationKey() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string instrumentationKey = 6;
getInstrumentationKeyBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string instrumentationKey = 6;
getInstrumentationKeyBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string instrumentationKey = 6;
getInstrumentationKeyBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string instrumentationKey = 6;
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.
getItems(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItems(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
repeated .contracts.Telemetry items = 1;
getItems(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOrBuilder
repeated .contracts.Telemetry items = 1;
getItemsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
repeated .contracts.Telemetry items = 1;
getItemsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOrBuilder
repeated .contracts.Telemetry items = 1;
getItemsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
repeated .contracts.Telemetry items = 1;
getItemsList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOrBuilder
repeated .contracts.Telemetry items = 1;
getItemsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
repeated .contracts.Telemetry items = 1;
getItemsOrBuilder(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOrBuilder
repeated .contracts.Telemetry items = 1;
getItemsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
getItemsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
repeated .contracts.Telemetry items = 1;
getItemsOrBuilderList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOrBuilder
repeated .contracts.Telemetry items = 1;
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
Deprecated.
 
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.
getKind() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getKind() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Metric type.
getKind() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
Metric type.
getKind() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
Metric type.
getKindValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Metric type.
getKindValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
Metric type.
getKindValue() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
Metric type.
getLevel() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getLevel() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Level property.
getLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 level = 1;
getLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional int32 level = 1;
getLevel() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional int32 level = 1;
getLine() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Line property.
getLine() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 line = 5;
getLine() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional int32 line = 5;
getLine() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional int32 line = 5;
getLiveEndpointURL() - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
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.
getMax() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getMax() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getMax() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
getMaxBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
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
 
getMaxOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getMaxOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getMaxOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
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
 
getMaxTransmissionStorageFilesCapacityInMB() - Method in class com.microsoft.applicationinsights.internal.config.ChannelXmlElement
 
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.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
Deprecated.
getMeasurements() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
Deprecated.
getMeasurements() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
Deprecated.
getMeasurements() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
Deprecated.
getMeasurements() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
Deprecated.
getMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
Deprecated.
getMeasurements() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
Deprecated.
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getMeasurementsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, double> measurements = 9;
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getMeasurementsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, double> measurements = 11;
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getMeasurementsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, double> measurements = 4;
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getMeasurementsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, double> measurements = 6;
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
getMeasurementsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getMeasurementsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, double> measurements = 10;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, double> measurements = 9;
getMeasurementsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, double> measurements = 9;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, double> measurements = 11;
getMeasurementsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, double> measurements = 11;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, double> measurements = 4;
getMeasurementsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, double> measurements = 4;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, double> measurements = 6;
getMeasurementsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, double> measurements = 6;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
getMeasurementsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, double> measurements = 10;
getMeasurementsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, double> measurements = 10;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, double> measurements = 9;
getMeasurementsOrDefault(String, double) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, double> measurements = 9;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, double> measurements = 11;
getMeasurementsOrDefault(String, double) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, double> measurements = 11;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, double> measurements = 4;
getMeasurementsOrDefault(String, double) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, double> measurements = 4;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, double> measurements = 6;
getMeasurementsOrDefault(String, double) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, double> measurements = 6;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
getMeasurementsOrDefault(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, double> measurements = 10;
getMeasurementsOrDefault(String, double) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, double> measurements = 10;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, double> measurements = 9;
getMeasurementsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, double> measurements = 9;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, double> measurements = 11;
getMeasurementsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, double> measurements = 11;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, double> measurements = 4;
getMeasurementsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, double> measurements = 4;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, double> measurements = 6;
getMeasurementsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, double> measurements = 6;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
getMeasurementsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, double> measurements = 10;
getMeasurementsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, double> measurements = 10;
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.
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string message = 7;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string message = 7;
getMessage() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string message = 7;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string message = 4;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string message = 4;
getMessage() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string message = 4;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional string message = 2;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
optional string message = 2;
getMessage() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
optional string message = 2;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
getMessage() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Message message = 9;
getMessage() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Message message = 9;
getMessageBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string message = 7;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string message = 7;
getMessageBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string message = 7;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string message = 4;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string message = 4;
getMessageBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string message = 4;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional string message = 2;
getMessageBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
optional string message = 2;
getMessageBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
optional string message = 2;
getMessageOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
getMessageOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Message message = 9;
getMessageOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Message message = 9;
getMethod() - Method in class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
getMethod() - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Gets the Method property.
getMethod() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string method = 2;
getMethod() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string method = 2;
getMethod() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string method = 2;
getMethodBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string method = 2;
getMethodBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
optional string method = 2;
getMethodBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.StackFrameOrBuilder
optional string method = 2;
getMetric() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
getMetric() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Metric metric = 10;
getMetric() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Metric metric = 10;
getMetricBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
getMetricOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
getMetricOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Metric metric = 10;
getMetricOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Metric metric = 10;
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.
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getMetrics() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
Gets a map of application-defined request metrics.
getMetrics(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetrics(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
only one metric in the list is currently supported by Application Insights storage.
getMetrics(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
only one metric in the list is currently supported by Application Insights storage.
getMetricsBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
only one metric in the list is currently supported by Application Insights storage.
getMetricsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
only one metric in the list is currently supported by Application Insights storage.
getMetricsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
only one metric in the list is currently supported by Application Insights storage.
getMetricsList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilder(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
only one metric in the list is currently supported by Application Insights storage.
getMetricsOrBuilderList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
only one metric in the list is currently supported by Application Insights storage.
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.
getMin() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getMin() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getMin() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
getMinBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getMinimum() - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
getMinOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getMinOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getMinOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
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
 
getMutableMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
Deprecated.
getMutableMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
Deprecated.
getMutableMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
Deprecated.
getMutableMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
Deprecated.
getMutableMeasurements() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
Deprecated.
getMutableProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
Deprecated.
getMutableTags() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
Deprecated.
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.heartbeat.DefaultHeartBeatPropertyProvider
 
getName() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterface
Returns the name of the heartbeat provider.
getName() - Method in class com.microsoft.applicationinsights.internal.heartbeat.WebAppsHeartbeatProvider
 
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.
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string name = 3;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string name = 3;
getName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string name = 3;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
optional string name = 2;
getName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string name = 2;
getName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
optional string name = 2;
getName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
optional string name = 2;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string name = 7;
getName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string name = 7;
getName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string name = 7;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string name = 3;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string name = 3;
getNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string name = 3;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
optional string name = 2;
getNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string name = 2;
getNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
optional string name = 2;
getNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
optional string name = 2;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string name = 7;
getNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string name = 7;
getNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string name = 7;
getNetworkConnect() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the NetworkConnect property.
getNodeName() - Method in class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
getNs() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string ns = 1;
getNs() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
optional string ns = 1;
getNs() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
optional string ns = 1;
getNsBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string ns = 1;
getNsBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
optional string ns = 1;
getNsBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
optional string ns = 1;
getNumber() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
getNumber() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
getNumber() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.Telemetry.DataCase
 
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.
getOuterId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 outerId = 2;
getOuterId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional int32 outerId = 2;
getOuterId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional int32 outerId = 2;
getPageView() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
getPageView() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.PageView pageView = 14;
getPageView() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.PageView pageView = 14;
getPageViewBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
getPageViewOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
getPageViewOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.PageView pageView = 14;
getPageViewOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.PageView pageView = 14;
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.
getParsedStack(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStack(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
repeated .contracts.StackFrame parsedStack = 7;
getParsedStack(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilder(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilder(int) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilderList() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
repeated .contracts.StackFrame parsedStack = 7;
getParsedStackOrBuilderList() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
repeated .contracts.StackFrame parsedStack = 7;
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getParserForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getPathInfo() - Method in class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
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.
getPeriod() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
getPlugin() - Method in class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement
 
getProblemId() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionData
Gets the ProblemId property.
getProblemId() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getProblemId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional string problemId = 4;
getProblemId() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
optional string problemId = 4;
getProblemId() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
optional string problemId = 4;
getProblemIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional string problemId = 4;
getProblemIdBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
optional string problemId = 4;
getProblemIdBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
optional string problemId = 4;
getProcessCpuUsage() - Method in class com.microsoft.applicationinsights.internal.perfcounter.CpuPerformanceCounterCalculator
 
getProcessId() - Method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
 
getProfilerEndpoint() - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
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.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
Deprecated.
getProperties() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
Deprecated.
getProperties() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
Deprecated.
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, string> properties = 8;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, string> properties = 10;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, string> properties = 3;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, string> properties = 5;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
map<string, string> properties = 4;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
map<string, string> properties = 3;
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
getPropertiesCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getPropertiesCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, string> properties = 9;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, string> properties = 8;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, string> properties = 8;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, string> properties = 10;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, string> properties = 10;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, string> properties = 3;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, string> properties = 3;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, string> properties = 5;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, string> properties = 5;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
map<string, string> properties = 4;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
map<string, string> properties = 4;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
map<string, string> properties = 3;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
map<string, string> properties = 3;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
getPropertiesMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, string> properties = 9;
getPropertiesMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, string> properties = 9;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, string> properties = 8;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, string> properties = 8;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, string> properties = 10;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, string> properties = 10;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, string> properties = 5;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, string> properties = 5;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
map<string, string> properties = 4;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
map<string, string> properties = 4;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
map<string, string> properties = 3;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
getPropertiesOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, string> properties = 9;
getPropertiesOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, string> properties = 9;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
map<string, string> properties = 8;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
map<string, string> properties = 8;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
map<string, string> properties = 10;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
map<string, string> properties = 10;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
map<string, string> properties = 5;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
map<string, string> properties = 5;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
map<string, string> properties = 4;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
map<string, string> properties = 4;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
map<string, string> properties = 3;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
getPropertiesOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
map<string, string> properties = 9;
getPropertiesOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
map<string, string> properties = 9;
getQualifiedSdkVersionString() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
Returns the SDK version string, the version-number prefixed with "java:".
getQuickPulse() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getReceivedResponse() - Method in class com.microsoft.applicationinsights.internal.schemav2.PageViewPerfData
Gets the ReceivedResponse property.
getReferrerUri() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string referrerUri = 5;
getReferrerUri() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string referrerUri = 5;
getReferrerUri() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string referrerUri = 5;
getReferrerUriBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string referrerUri = 5;
getReferrerUriBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string referrerUri = 5;
getReferrerUriBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string referrerUri = 5;
getRemoves() - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
getRequest() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
getRequest() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Request request = 15;
getRequest() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Request request = 15;
getRequestBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
getRequestOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
getRequestOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional .contracts.Request request = 15;
getRequestOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional .contracts.Request request = 15;
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.
getResponseCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string responseCode = 4;
getResponseCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string responseCode = 4;
getResponseCode() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string responseCode = 4;
getResponseCodeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string responseCode = 4;
getResponseCodeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string responseCode = 4;
getResponseCodeBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string responseCode = 4;
getResultCode() - Method in class com.microsoft.applicationinsights.internal.schemav2.RemoteDependencyData
Gets the ResultCode property.
getResultCode() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getResultCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string resultCode = 4;
getResultCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string resultCode = 4;
getResultCode() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string resultCode = 4;
getResultCodeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string resultCode = 4;
getResultCodeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string resultCode = 4;
getResultCodeBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string resultCode = 4;
getRetryHeader() - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Get the Retry-After header to be passed to the handler.
getReturnValue() - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
getRole() - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
getRoleInstance() - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
getRoleName() - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
getRoleName() - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
getRunLocation() - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Gets the RunLocation property.
getRunLocation() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string runLocation = 6;
getRunLocation() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string runLocation = 6;
getRunLocation() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string runLocation = 6;
getRunLocationBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string runLocation = 6;
getRunLocationBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional string runLocation = 6;
getRunLocationBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional string runLocation = 6;
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
 
getSamplingRate() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
getSamplingRate() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
default must be assumed 100
getSamplingRate() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
default must be assumed 100
getSamplingRateBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
getSamplingRateOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
getSamplingRateOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
default must be assumed 100
getSamplingRateOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
default must be assumed 100
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
 
getSdkVersionNumber() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
 
getSdkVersionProperties() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
Deprecated.
Use PropertyHelper.getQualifiedSdkVersionString() to get the cached sdk version value.
getSeconds() - Method in class com.microsoft.applicationinsights.telemetry.Duration
Gets the seconds part of the duration.
getSendTelemetryBatchMethod() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
 
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.
getSequenceNumber() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string sequenceNumber = 5;
getSequenceNumber() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string sequenceNumber = 5;
getSequenceNumber() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string sequenceNumber = 5;
getSequenceNumberBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string sequenceNumber = 5;
getSequenceNumberBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional string sequenceNumber = 5;
getSequenceNumberBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional string sequenceNumber = 5;
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getSerializedSize() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getServiceDescriptor() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
 
getServletPath() - Method in class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
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
Deprecated.
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
 
getSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevel() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevel() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevel() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
optional .contracts.SeverityLevel severityLevel = 3;
getSeverityLevelValue() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
optional .contracts.SeverityLevel severityLevel = 3;
getSnapshotEndpoint() - Method in class com.microsoft.applicationinsights.internal.config.connection.EndpointProvider
 
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.
getSource() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string source = 6;
getSource() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string source = 6;
getSource() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string source = 6;
getSourceBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string source = 6;
getSourceBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string source = 6;
getSourceBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string source = 6;
getStack() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the Stack property.
getStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string stack = 6;
getStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string stack = 6;
getStack() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string stack = 6;
getStackBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string stack = 6;
getStackBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string stack = 6;
getStackBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string stack = 6;
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.
getStarterVersionProperties() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
Deprecated.
Use PropertyHelper.getStarterVersionString() to get the cached starter version value.
getStarterVersionString() - Static method in class com.microsoft.applicationinsights.internal.util.PropertyHelper
Returns the starter version string, the version-number prefixed with "java:".
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.
getStdDev() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getStdDev() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getStdDev() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
getStdDevBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getStdDevOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
getStdDevOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
getStdDevOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
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.
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional bool success = 5;
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional bool success = 5;
getSuccess() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional bool success = 5;
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
the default is interpreted as true
getSuccess() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
the default is interpreted as true
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
getSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.BoolValue success = 5;
getSuccess() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.BoolValue success = 5;
getSuccessBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
getSuccessBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
getSuccessOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
getSuccessOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
the default is interpreted as true
getSuccessOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
the default is interpreted as true
getSuccessOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
getSuccessOrBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.BoolValue success = 5;
getSuccessOrBuilder() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.BoolValue success = 5;
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.
getTags() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
Deprecated.
getTags() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
Deprecated.
getTags() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
Deprecated.
getTagsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
getTagsCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getTagsCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
map<string, string> tags = 7;
getTagsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
getTagsMap() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
map<string, string> tags = 7;
getTagsMap() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
map<string, string> tags = 7;
getTagsOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
getTagsOrDefault(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
map<string, string> tags = 7;
getTagsOrDefault(String, String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
map<string, string> tags = 7;
getTagsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
getTagsOrThrow(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
map<string, string> tags = 7;
getTagsOrThrow(String) - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
map<string, string> tags = 7;
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.
getTarget() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string target = 9;
getTarget() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string target = 9;
getTarget() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string target = 9;
getTargetBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string target = 9;
getTargetBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string target = 9;
getTargetBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string target = 9;
getTaskId() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
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
 
getTelemetryName(String, String) - Static method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
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
getTransmitterFactory() - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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.
getType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string type = 8;
getType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string type = 8;
getType() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string type = 8;
getTypeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string type = 8;
getTypeBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional string type = 8;
getTypeBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional string type = 8;
getTypeName() - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Gets the TypeName property.
getTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string typeName = 3;
getTypeName() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string typeName = 3;
getTypeName() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string typeName = 3;
getTypeNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string typeName = 3;
getTypeNameBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
optional string typeName = 3;
getTypeNameBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
optional string typeName = 3;
getUniquePrefix() - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
getUnit() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
getUnknownFields() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
getUri() - Method in class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
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).
getUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string url = 2;
getUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string url = 2;
getUrl() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string url = 2;
getUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string url = 8;
getUrl() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string url = 8;
getUrl() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string url = 8;
getUrlBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string url = 2;
getUrlBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional string url = 2;
getUrlBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional string url = 2;
getUrlBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string url = 8;
getUrlBytes() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional string url = 8;
getUrlBytes() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional string url = 8;
getUrlString() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getUrlString() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
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 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
Deprecated.
Gets the value of the performance counter.
getValue() - Method in enum com.microsoft.applicationinsights.telemetry.SeverityLevel
 
getValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Single value for a Measurement, sum of individual measurements for an Aggregation
getValue() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
Single value for a Measurement, sum of individual measurements for an Aggregation
getValue() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
Single value for a Measurement, sum of individual measurements for an Aggregation
getValueDescriptor() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
getValueDescriptor() - Method in enum com.microsoft.localforwarder.library.inputs.contracts.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.
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.EventTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.ExceptionTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.MetricTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.PageViewTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.RemoteDependencyTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
 
getVer() - Method in class com.microsoft.applicationinsights.telemetry.TraceTelemetry
 
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.EventOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MessageOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.MetricOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional int32 ver = 1;
getVer() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
optional int32 ver = 1;
getVer() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
optional int32 ver = 1;
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

hasCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
hasCount() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
hasCount() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
optional .google.protobuf.Duration duration = 4;
hasDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOrBuilder
optional .google.protobuf.Duration duration = 4;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
optional .google.protobuf.Duration duration = 5;
hasDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
optional .google.protobuf.Duration duration = 5;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .google.protobuf.Duration duration = 3;
hasDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .google.protobuf.Duration duration = 3;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
hasDuration() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.Duration duration = 3;
hasDuration() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.Duration duration = 3;
hasEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
hasEvent() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
optional .contracts.Event event = 1;
hasEvent() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.PageViewOrBuilder
optional .contracts.Event event = 1;
HASFULLSTACK_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
hasHasFullStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
hasHasFullStack() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
the default is true
hasHasFullStack() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOrBuilder
the default is true
hashCode() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
hashCode() - Method in class com.microsoft.applicationinsights.telemetry.Duration
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
hashCode() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
hasMax() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
hasMax() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
hasMax() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
hasMin() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
hasMin() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
hasMin() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
hasSamplingRate() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
hasSamplingRate() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
default must be assumed 100
hasSamplingRate() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.TelemetryOrBuilder
default must be assumed 100
hasStdDev() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
hasStdDev() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
should not be set for a measurement
hasStdDev() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DataPointOrBuilder
should not be set for a measurement
hasSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
hasSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
the default is interpreted as true
hasSuccess() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.DependencyOrBuilder
the default is interpreted as true
hasSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
hasSuccess() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
optional .google.protobuf.BoolValue success = 5;
hasSuccess() - Method in interface com.microsoft.localforwarder.library.inputs.contracts.RequestOrBuilder
optional .google.protobuf.BoolValue success = 5;
HeartbeatDefaultPayload - Class in com.microsoft.applicationinsights.internal.heartbeat
Container for storing default payload and it's associated helpers.
HeartbeatDefaultPayload() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.HeartbeatDefaultPayload
 
HeartBeatModule - Class in com.microsoft.applicationinsights.internal.heartbeat
HeartBeat Provider Module
HeartBeatModule() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Default constructor to initialize the default heartbeat configuration.
HeartBeatModule(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Initializes the heartbeat configuration based on connfiguration properties specified in ApplicationInsights.xml file.
HeartBeatPayloadProviderInterface - Interface in com.microsoft.applicationinsights.internal.heartbeat
Interface for setting default properties
HeartBeatPropertyPayload - Class in com.microsoft.applicationinsights.internal.heartbeat
Defines the Payload class to store and send heartbeat properties and allowing to keep track of updates to them.
HeartBeatPropertyPayload() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPropertyPayload
 
HeartBeatProvider - Class in com.microsoft.applicationinsights.internal.heartbeat
Concrete implementation of Heartbeat functionality.
HeartBeatProvider() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
HeartBeatProviderInterface - Interface in com.microsoft.applicationinsights.internal.heartbeat
Interface for HeartBeat Properties

I

ID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
ID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
ID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
ID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
ID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
incrementNumberOfPersistence() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
incrementNumberOfSends() - Method in class com.microsoft.applicationinsights.internal.channel.common.Transmission
 
Information_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Information = 2;
INGESTION_ENDPOINT - Static variable in class com.microsoft.applicationinsights.internal.config.connection.ConnectionString.Defaults
 
initialize(TelemetryConfiguration, String, String, boolean, LimitsEnforcer, LimitsEnforcer, boolean, int) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
initialize(String, String, boolean, LimitsEnforcer, LimitsEnforcer, boolean, int) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
initialize(TelemetryConfiguration, String, String, boolean, LimitsEnforcer, LimitsEnforcer, boolean, int) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
initialize(TelemetryContext) - Method in interface com.microsoft.applicationinsights.extensibility.ContextInitializer
Initializes the given TelemetryContext.
initialize(TelemetryContext) - Method in class com.microsoft.applicationinsights.extensibility.initializer.CloudInfoContextInitializer
 
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(TelemetryConfiguration) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
 
initialize(TelemetryConfiguration) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
initialize(TelemetryConfiguration) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
This method initializes the concrete module.
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
Deprecated.
initialize(TelemetryConfiguration) - 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(TelemetryConfiguration) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
InProcessTelemetryChannel(TelemetryConfiguration, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
InProcessTelemetryChannel(TelemetryConfiguration, Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
 
InProcessTelemetryChannel() - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Deprecated.
InProcessTelemetryChannel(String, boolean, int, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Deprecated.
InProcessTelemetryChannel(String, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
Deprecated.
InProcessTelemetryChannel(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.inprocess.InProcessTelemetryChannel
instance() - Static method in class com.microsoft.applicationinsights.channel.concrete.nop.NopTelemetryChannel
 
INSTANCE_NAME_TOTAL - Static variable in class com.microsoft.applicationinsights.internal.perfcounter.Constants
 
instanceName - Variable in class com.microsoft.applicationinsights.internal.perfcounter.WindowsPerformanceCounterData
INSTANT_RETRY_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
INSTRUMENTATIONKEY_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
InternalContext - Class in com.microsoft.applicationinsights.extensibility.context
 
InternalContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.InternalContext
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
internalGetFieldAccessorTable() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
internalGetMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
internalGetMutableMapField(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
internalGetValueMap() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
internalGetValueMap() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
InvalidConnectionStringException - Exception in com.microsoft.applicationinsights.internal.config.connection
 
isAgentAvailable() - Static method in class com.microsoft.applicationinsights.internal.agent.AgentBridgeFactory
 
isAgentRunning() - Method in interface com.microsoft.applicationinsights.internal.agent.AgentBridge
 
isAllowAgentToOverrideName() - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
isClassPresentOnClassPath(String, ClassLoader) - Static method in class com.microsoft.applicationinsights.common.CommonUtils
This method is used to test if the given class is loaded in the specified ClassLoader
isCompleted() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
isDefaultKeyword(String) - Static method in class com.microsoft.applicationinsights.internal.heartbeat.HeartbeatDefaultPayload
Returns true if the input string is reserved keyword in any of the providers
isDeveloperMode() - Method in class com.microsoft.applicationinsights.channel.concrete.nop.NopTelemetryChannel
 
isDeveloperMode() - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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
 
isHealthy() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPropertyPayload
Gets the value of payload is healthy
isHeartBeatEnabled() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Gets the current state of heartbeat
isHeartBeatEnabled() - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
isHeartBeatEnabled() - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Returns if heartbeat is enabled or not.
isInitailized - Variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
isInitialized() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
isKeyword(String) - Method in class com.microsoft.applicationinsights.internal.heartbeat.DefaultHeartBeatPropertyProvider
 
isKeyword(String) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterface
Tells if the input string is a reserved property.
isKeyword(String) - Method in class com.microsoft.applicationinsights.internal.heartbeat.WebAppsHeartbeatProvider
 
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
 
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
 
isWindows() - Method in enum com.microsoft.applicationinsights.internal.system.SystemInformation
 
ITEMS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 

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
 
JmxWrapperXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement.JmxWrapperXmlElement
 
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
 

K

KIND_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 

L

LEVEL_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
LimitsEnforcer - Class in com.microsoft.applicationinsights.internal.util
Created by gupele on 5/10/2015.
LINE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
LIVE_ENDPOINT - Static variable in class com.microsoft.applicationinsights.internal.config.connection.ConnectionString.Defaults
 
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
 
LocalForwarderTelemetriesTransmitter - Class in com.microsoft.applicationinsights.channel.concrete.localforwarder
 
LocalForwarderTelemetryChannel - Class in com.microsoft.applicationinsights.channel.concrete.localforwarder
 
LocalForwarderTelemetryChannel(TelemetryConfiguration) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
LocalForwarderTelemetryChannel(TelemetryConfiguration, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
LocalForwarderTelemetryChannel(TelemetryConfiguration, Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
LocalForwarderTelemetryChannel(String, boolean, int, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
LocalForwarderTelemetryChannel(String, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
LocalForwarderTelemetryChannel(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
LocalForwarderTelemetryTransmitterFactory - Class in com.microsoft.applicationinsights.channel.concrete.localforwarder
 
LocalForwarderTelemetryTransmitterFactory() - Constructor for class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryTransmitterFactory
 
LocalStringsUtils - Class in com.microsoft.applicationinsights.internal.util
 
LocationContext - Class in com.microsoft.applicationinsights.extensibility.context
 
LocationContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.LocationContext
 
LOG_TELEMETRY_ITEMS_MODULUS - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 

M

makeSureEndpointAddressIsValid(String) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetryChannel
 
makeSureEndpointAddressIsValid(String) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
The method will throw IllegalArgumentException if the endpointAddress is not a valid URI.
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_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
MAX_FLUSH_BUFFER_TIMEOUT_IN_SECONDS - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
MAX_MAP_NAME_LENGTH - Static variable in class com.microsoft.applicationinsights.internal.util.Sanitizer
 
MAX_MAX_TELEMETRY_BUFFER_CAPACITY - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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_TELEMETRY_BUFFER_CAPACITY_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
MAX_THREADS_ALLOWED - Static variable in class com.microsoft.applicationinsights.internal.channel.common.ActiveTransmissionLoader
 
MAX_TRANSMISSION_STORAGE_CAPACITY_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
Measurement_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
Measurement = 0;
MEASUREMENTS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
MEASUREMENTS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
MEASUREMENTS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
MEASUREMENTS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
MEASUREMENTS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
mergeAvailability(Availability) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
mergeCount(Int32Value) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
mergeDependency(Dependency) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
mergeDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
mergeDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
mergeDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
mergeDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
mergeEvent(Event) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
mergeEvent(Event) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
mergeException(Exception) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
mergeFrom(AiResponse) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
mergeFrom(Availability) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
mergeFrom(DataPoint) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
mergeFrom(Dependency) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
mergeFrom(Event) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
mergeFrom(Exception) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
mergeFrom(ExceptionDetails) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
mergeFrom(Metric) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
mergeFrom(PageView) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
mergeFrom(Request) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
mergeFrom(StackFrame) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
mergeFrom(Telemetry) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
mergeFrom(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
mergeFrom(TelemetryBatch) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
mergeHasFullStack(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
mergeMax(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
mergeMessage(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
mergeMetric(Metric) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
mergeMin(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
mergePageView(PageView) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
mergeRequest(Request) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
mergeSamplingRate(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
mergeStdDev(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
mergeSuccess(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
mergeSuccess(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
Message - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Message
Message.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Message
MESSAGE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
MESSAGE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
MESSAGE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
MESSAGE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
MessageOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
MessageOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
METHOD_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
Metric - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Metric
Metric.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Metric
METRIC_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
MetricOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
MetricOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
METRICS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
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
 
MIN_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
MIN_FLUSH_BUFFER_TIMEOUT_IN_SECONDS - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
MIN_MAX_TELEMETRY_BUFFER_CAPACITY - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
MINIMUM_HEARTBEAT_INTERVAL - Static variable in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Minimum interval which can be configured by user to transmit heartbeat pulse.
MiscUtils - Class in com.microsoft.applicationinsights.internal.heartbeat
This class contains some misc.

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
 
NAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
NAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
NAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
NAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
NAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
newBlockingStub(Channel) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
newBuilder(AiResponse) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
newBuilder(Availability) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
newBuilder(DataPoint) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
newBuilder(Dependency) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
newBuilder(Event) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
newBuilder(Exception) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
newBuilder(ExceptionDetails) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
newBuilder(Message) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
newBuilder(Metric) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
newBuilder(PageView) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
newBuilder(Request) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
newBuilder(StackFrame) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
newBuilder(Telemetry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
newBuilder() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
newBuilder(TelemetryBatch) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
newBuilderForType() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
newFutureStub(Channel) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newLimitedThreadPool(int, int, long, int) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
 
newStub(Channel) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
Creates a new async stub that supports all call types for the service
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
 
NopTelemetryChannel - Class in com.microsoft.applicationinsights.channel.concrete.nop
Null-object implementation of TelemetryChannel.
normalizeInstrumentationKey(String) - Static method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
normalizeStringValue(String) - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
normalizeValue(Integer) - Method in class com.microsoft.applicationinsights.internal.util.LimitsEnforcer
 
NoSupportedProtocolsException - Exception in com.microsoft.applicationinsights.internal.util
 
NoSupportedProtocolsException() - Constructor for exception com.microsoft.applicationinsights.internal.util.NoSupportedProtocolsException
 
NoSupportedProtocolsException(String) - Constructor for exception com.microsoft.applicationinsights.internal.util.NoSupportedProtocolsException
 
NS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 

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.
OUTERID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 

P

PageView - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.PageView
PageView.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.PageView
PAGEVIEW_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
PageViewOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
PageViewOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
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
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseDelimitedFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
PARSEDSTACK_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parseFrom(ByteString) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(byte[]) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(InputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(CodedInputStream) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
parseInto(String, TelemetryConfiguration) - Static method in class com.microsoft.applicationinsights.internal.config.connection.ConnectionString
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
parser() - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
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
 
PERFORMANCE_MODULES_SCANNING_ENABLED_PROPERTY - Static variable in enum com.microsoft.applicationinsights.internal.config.TelemetryConfigurationFactory
This enables scanning for classes annotated with PerformanceModule.
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
 
PerformanceCountersXmlElement.JmxWrapperXmlElement - Class in com.microsoft.applicationinsights.internal.config
 
PerformanceCountersXmlElement.WindowsPCWrapperXmlElement - Class in com.microsoft.applicationinsights.internal.config
 
PerformanceCounterTelemetry - Class in com.microsoft.applicationinsights.telemetry
Deprecated.
PerformanceCounterTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
 
PerformanceCounterTelemetry(String, String, String, double) - Constructor for class com.microsoft.applicationinsights.telemetry.PerformanceCounterTelemetry
Deprecated.
Initializes the instance with all the needed data.
PerformanceModule - Annotation Type in com.microsoft.applicationinsights.internal.annotation
 
PeriodicTaskPool - Class in com.microsoft.applicationinsights.internal.util
A class to execute tasks on a schedule.
PeriodicTaskPool(int, String) - Constructor for class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool
 
PeriodicTaskPool.PeriodicRunnableTask - Class in com.microsoft.applicationinsights.internal.util
A Class that holds the instance of Runnable command along with it's unique taskId, initial delay, repetition period and TimeUnit of repetition period
populateDefaultPayload(List<String>, List<String>, HeartBeatProviderInterface) - Static method in class com.microsoft.applicationinsights.internal.heartbeat.HeartbeatDefaultPayload
Callable which delegates calls to providers for adding payload.
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
 
PROBLEMID_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
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
 
PROFILER_ENDPOINT - Static variable in class com.microsoft.applicationinsights.internal.config.connection.ConnectionString.Defaults
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
PROPERTIES_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
PropertyHelper - Class in com.microsoft.applicationinsights.internal.util
Helper class for reading data from a properties file found on the class path.
putAllMeasurements(Map<String, Double>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
putAllMeasurements(Map<String, Double>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
putAllMeasurements(Map<String, Double>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
putAllMeasurements(Map<String, Double>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
putAllMeasurements(Map<String, Double>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
putAllProperties(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
putAllTags(Map<String, String>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
putMeasurements(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
putMeasurements(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
putMeasurements(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
putMeasurements(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
putMeasurements(String, double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
putProperties(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
putTags(String, String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;

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

REFERRERURI_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
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
Deprecated.
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
 
register(ExecutorService) - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.AvailabilityOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointTypeOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DataPointTypeOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DependencyOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.DependencyOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.EventOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.EventOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetailsOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MessageOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MessageOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MetricOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.MetricOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageViewOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.PageViewOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.RequestOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.RequestOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.SeverityLevelOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.SeverityLevelOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrameOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrameOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatchOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryOuterClass
 
registerSelf() - Method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Deprecated.
RegistrationResult(String, ThreadLocalCleaner) - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentConnector.RegistrationResult
Deprecated.
 
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.
removeExceptions(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
removeItems(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
removeMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, double> measurements = 9;
removeMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, double> measurements = 11;
removeMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, double> measurements = 4;
removeMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, double> measurements = 6;
removeMeasurements(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, double> measurements = 10;
removeMetrics(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
removeParsedStack(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
map<string, string> properties = 8;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
map<string, string> properties = 10;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
map<string, string> properties = 3;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
map<string, string> properties = 5;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
map<string, string> properties = 4;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
map<string, string> properties = 3;
removeProperties(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
map<string, string> properties = 9;
removeTags(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
map<string, string> tags = 7;
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 - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Request
Request.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Request
REQUEST_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
RequestOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
RequestOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
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
 
RESPONSECODE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
RESULTCODE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
returnValue - Variable in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
run() - Method in class com.microsoft.applicationinsights.extensibility.initializer.docker.internal.DockerContextPoller
 
RUNLOCATION_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 

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
 
SAMPLINGRATE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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) - Static 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<Telemetry>, long, TimeUnit) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetriesTransmitter
 
scheduleSend(TelemetriesTransmitter.TelemetriesFetcher, long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
scheduleSend(TelemetriesTransmitter.TelemetriesFetcher<T>, 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.nop.NopTelemetryChannel
 
send(Telemetry) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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<Telemetry>) - Method in class com.microsoft.applicationinsights.channel.concrete.localforwarder.LocalForwarderTelemetriesTransmitter
 
sendNow(Collection<String>) - Method in class com.microsoft.applicationinsights.internal.channel.common.TransmitterImpl
 
sendNow(Collection<T>) - Method in interface com.microsoft.applicationinsights.internal.channel.TelemetriesTransmitter
 
sendPostRequest(HttpPost) - Method in interface com.microsoft.applicationinsights.internal.channel.common.ApacheSender
 
sendTelemetryBatch(StreamObserver<AiResponse>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceImplBase
 
sendTelemetryBatch(StreamObserver<AiResponse>) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc.AITelemetryServiceStub
 
SEQUENCENUMBER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
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.
SERVICE_NAME - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.AITelemetryServiceGrpc
 
ServletRequestInfo(String, String, String, String, String) - Constructor for class com.microsoft.applicationinsights.internal.agent.AgentBridge.ServletRequestInfo
 
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
Deprecated.
SessionStateTelemetry() - Constructor for class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
Default initialization of a new instance of the class.
SessionStateTelemetry(SessionState) - Constructor for class com.microsoft.applicationinsights.telemetry.SessionStateTelemetry
Deprecated.
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
 
setAllowAgentToOverrideName(boolean) - Method in class com.microsoft.applicationinsights.telemetry.RequestTelemetry
 
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.
setAssembly(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string assembly = 3;
setAssemblyBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string assembly = 3;
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
 
setAvailability(Availability) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
setAvailability(Availability.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Availability availability = 13;
setBaseData(TDomain) - Method in class com.microsoft.applicationinsights.internal.schemav2.Data
Sets the BaseData property.
setBaseFolderPath(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
Deprecated.
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.
setConnectionString(String) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setConnectionString(String) - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
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.
setCount(Int32Value) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
setCount(Int32Value.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
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
Deprecated.
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.
setData(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string data = 7;
setDataBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string data = 7;
setDataTypeName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string dataTypeName = 2;
setDataTypeNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string dataTypeName = 2;
setDateTime(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
[Description("Event date time when telemetry item was created.
setDateTimeBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
[Description("Event date time when telemetry item was created.
setDateValueOrRemove(Map<String, String>, String, Date) - Static method in class com.microsoft.applicationinsights.internal.util.MapUtil
 
setDefaultPayload(List<String>, HeartBeatProviderInterface) - Method in class com.microsoft.applicationinsights.internal.heartbeat.DefaultHeartBeatPropertyProvider
 
setDefaultPayload(List<String>, HeartBeatProviderInterface) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterface
Returns a callable which can be executed to set the payload based on the parameters.
setDefaultPayload(List<String>, HeartBeatProviderInterface) - Method in class com.microsoft.applicationinsights.internal.heartbeat.WebAppsHeartbeatProvider
 
setDependency(Dependency) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
setDependency(Dependency.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Dependency dependency = 12;
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.nop.NopTelemetryChannel
 
setDeveloperMode(boolean) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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
Deprecated.
setDeviceRoleName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.ContextTagKeys
Deprecated.
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.
setDoneCounter(int) - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
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.
setDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
setDuration(Duration.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional .google.protobuf.Duration duration = 4;
setDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
setDuration(Duration.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional .google.protobuf.Duration duration = 5;
setDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
setDuration(Duration.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .google.protobuf.Duration duration = 3;
setDuration(Duration) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
setDuration(Duration.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.Duration duration = 3;
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
 
setEvent(Event) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
setEvent(Event.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional .contracts.Event event = 1;
setEvent(Event) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
setEvent(Event.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Event event = 8;
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
 
setException(Exception) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
setException(Exception.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Exception exception = 11;
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.
setExceptions(int, ExceptionDetails) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
setExceptions(int, ExceptionDetails.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
repeated .contracts.ExceptionDetails exceptions = 2;
setExcludedHeartBeatProperties(List<String>) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Sets the list of excluded heartbeat properties
setExcludedHeartBeatProperties(List<String>) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
setExcludedHeartBeatProperties(List<String>) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Sets the list of properties to be excluded from heartbeat payload.
setExcludedHeartBeatPropertiesProvider(List<String>) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Sets list of excluded heartbeat properties provider.
setExcludedHeartBeatPropertyProviders(List<String>) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
setExcludedHeartBeatPropertyProviders(List<String>) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Sets the list of excluded heartbeat providers.
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
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
setFileName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the FileName property.
setFileName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string fileName = 4;
setFileNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string fileName = 4;
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
Deprecated.
Not intended for public use. Visibility will be reduced in a future unbindFromRunawayChildThreads.
setHasFullStack(boolean) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the HasFullStack property.
setHasFullStack(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
setHasFullStack(BoolValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
the default is true
setHealthy(boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPropertyPayload
Sets the health of the payload.
setHeartBeatEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Sets the state of heartbeat module
setHeartBeatEnabled(boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
setHeartBeatEnabled(boolean) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Enables or disables heartbeat module.
setHeartBeatInterval(long) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule
Sets the heartbeat interval in seconds.
setHeartBeatInterval(long) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
setHeartBeatInterval(long) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Sets the time interval of heartbeat in seconds.
setHeartBeatProperty(String, String, boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
setHeartBeatProperty(String, String, boolean) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Sets the value of already existing heartbeat property in the payload.
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.
setId(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string id = 2;
setId(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string id = 3;
setId(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 id = 1;
setId(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string id = 4;
setId(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string id = 2;
setIdBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string id = 2;
setIdBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string id = 3;
setIdBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string id = 4;
setIdBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string id = 2;
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
Deprecated.
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.internal.heartbeat.HeartBeatProvider
 
setInstrumentationKey(String) - Method in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface
Sets the instrumentation key
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.
setInstrumentationKey(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string instrumentationKey = 6;
setInstrumentationKeyBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string instrumentationKey = 6;
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.
setItems(int, Telemetry) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
setItems(int, Telemetry.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
repeated .contracts.Telemetry items = 1;
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.
setKind(DataPointType) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Metric type.
setKindValue(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Metric type.
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.
setLevel(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 level = 1;
setLine(int) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Line property.
setLine(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional int32 line = 5;
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.
setMax(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
setMax(DoubleValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
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.TelemetryChannelBase
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.
setMessage(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string message = 7;
setMessage(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string message = 4;
setMessage(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional string message = 2;
setMessage(Message) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
setMessage(Message.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Message message = 9;
setMessageBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string message = 7;
setMessageBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string message = 4;
setMessageBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional string message = 2;
setMethod(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.StackFrame
Sets the Method property.
setMethod(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string method = 2;
setMethodBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
optional string method = 2;
setMetric(Metric) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
setMetric(Metric.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Metric metric = 10;
setMetrics(List<DataPoint>) - Method in class com.microsoft.applicationinsights.internal.schemav2.MetricData
Sets the Metrics property.
setMetrics(int, DataPoint) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
setMetrics(int, DataPoint.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
only one metric in the list is currently supported by Application Insights storage.
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.
setMin(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
setMin(DoubleValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
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.
setName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string name = 3;
setName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string name = 2;
setName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string name = 2;
setName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional string name = 2;
setName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string name = 7;
setNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string name = 3;
setNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string name = 7;
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
 
setNs(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string ns = 1;
setNsBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
optional string ns = 1;
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.
setOuterId(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional int32 outerId = 2;
setPageView(PageView) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
setPageView(PageView.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.PageView pageView = 14;
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.
setParsedStack(int, StackFrame) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
setParsedStack(int, StackFrame.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
repeated .contracts.StackFrame parsedStack = 7;
setPayloadValue(String) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPropertyPayload
This is used to set the payload
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.
setProblemId(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional string problemId = 4;
setProblemIdBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional string problemId = 4;
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.
setReferrerUri(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string referrerUri = 5;
setReferrerUriBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string referrerUri = 5;
setRemoves(ArrayList<AddTypeXmlElement>) - Method in class com.microsoft.applicationinsights.internal.config.TelemetryInitializersXmlElement
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
setRequest(Request) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
setRequest(Request.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional .contracts.Request request = 15;
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.
setResponseCode(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string responseCode = 4;
setResponseCodeBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string responseCode = 4;
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
 
setResultCode(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string resultCode = 4;
setResultCodeBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string resultCode = 4;
setRetryHeader(Header) - Method in class com.microsoft.applicationinsights.internal.channel.TransmissionHandlerArgs
Set the Retry-After header to be passed to the handler.
setReturnValue(double) - Method in class com.microsoft.applicationinsights.internal.perfcounter.UnixParsingState
 
setRole(String) - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
setRoleInstance(String) - Method in class com.microsoft.applicationinsights.extensibility.context.CloudContext
 
setRoleInstance(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
setRoleName(String) - Method in class com.microsoft.applicationinsights.extensibility.context.DeviceContext
setRoleName(String) - Method in class com.microsoft.applicationinsights.internal.config.ApplicationInsightsXmlConfiguration
 
setRoleName(String) - Method in class com.microsoft.applicationinsights.TelemetryConfiguration
 
setRunLocation(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.AvailabilityData
Sets the RunLocation property.
setRunLocation(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string runLocation = 6;
setRunLocationBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional string runLocation = 6;
setSampler(TelemetrySampler) - Method in class com.microsoft.applicationinsights.channel.concrete.nop.NopTelemetryChannel
 
setSampler(TelemetrySampler) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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
 
setSamplingRate(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
setSamplingRate(DoubleValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
default must be assumed 100
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.
setSequenceNumber(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string sequenceNumber = 5;
setSequenceNumberBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional string sequenceNumber = 5;
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
Deprecated.
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
 
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional .contracts.SeverityLevel severityLevel = 3;
setSeverityLevel(SeverityLevel) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional .contracts.SeverityLevel severityLevel = 3;
setSeverityLevelValue(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional .contracts.SeverityLevel severityLevel = 3;
setSeverityLevelValue(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional .contracts.SeverityLevel severityLevel = 3;
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.
setSource(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string source = 6;
setSourceBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string source = 6;
setStack(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the Stack property.
setStack(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string stack = 6;
setStackBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string stack = 6;
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.
setStdDev(DoubleValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
setStdDev(DoubleValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
should not be set for a measurement
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.
setSuccess(boolean) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional bool success = 5;
setSuccess(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
setSuccess(BoolValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
the default is interpreted as true
setSuccess(BoolValue) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
setSuccess(BoolValue.Builder) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional .google.protobuf.BoolValue success = 5;
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.
setTarget(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string target = 9;
setTargetBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string target = 9;
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.TelemetryChannelBase
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.
setType(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string type = 8;
setTypeBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional string type = 8;
setTypeName(String) - Method in class com.microsoft.applicationinsights.internal.schemav2.ExceptionDetails
Sets the TypeName property.
setTypeName(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string typeName = 3;
setTypeNameBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
optional string typeName = 3;
setUniquePrefix(String) - Method in class com.microsoft.applicationinsights.internal.config.SDKLoggerXmlElement
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch.Builder
 
setUpdated(boolean) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPropertyPayload
Set update flag to indicate the change of value
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.
setUrl(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string url = 2;
setUrl(String) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string url = 8;
setUrlBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView.Builder
optional string url = 2;
setUrlBytes(ByteString) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional string url = 8;
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
Deprecated.
Sets the value of the performance counter.
setValue(double) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint.Builder
Single value for a Measurement, sum of individual measurements for an Aggregation
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.
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request.Builder
optional int32 ver = 1;
setVer(int) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry.Builder
optional int32 ver = 1;
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.
SeverityLevel - Enum in com.microsoft.localforwarder.library.inputs.contracts
Protobuf enum contracts.SeverityLevel
SEVERITYLEVEL_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
SEVERITYLEVEL_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
SeverityLevelOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
SNAPSHOT_ENDPOINT - Static variable in class com.microsoft.applicationinsights.internal.config.connection.ConnectionString.Defaults
 
SOURCE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
SSLOptionsUtil - Class in com.microsoft.applicationinsights.internal.util
 
STACK_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
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.
StackFrame - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.StackFrame
StackFrame.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.StackFrame
StackFrameOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
StackFrameOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
STDDEV_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
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.localforwarder.LocalForwarderTelemetriesTransmitter
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.channel.concrete.nop.NopTelemetryChannel
 
stop(long, TimeUnit) - Method in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
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(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProvider
 
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(long, TimeUnit) - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool
 
stop(ExecutorService, long, TimeUnit) - Static method in class com.microsoft.applicationinsights.internal.util.ThreadPoolUtils
This method is used to shutdown ExecutorService
stopAll() - Method in enum com.microsoft.applicationinsights.internal.shutdown.SDKShutdownActivity
 
stopAndClear() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool
Stop all the tasks and removes them from the collection.
Stoppable - Interface in com.microsoft.applicationinsights.internal.shutdown
Created by gupele on 3/3/2015.
stopped - Variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
SUCCESS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
SUCCESS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
SUCCESS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
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

TAGS_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
TARGET_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
telemetriesTransmitter - Variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
TelemetriesTransmitter<T> - 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<T> - Interface in com.microsoft.applicationinsights.internal.channel
 
Telemetry - Interface in com.microsoft.applicationinsights.telemetry
The base telemetry type interface for application insights.
Telemetry - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Telemetry
Telemetry.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.Telemetry
Telemetry.DataCase - Enum in com.microsoft.localforwarder.library.inputs.contracts
 
TELEMETRY_NAME_PREFIX - Static variable in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
 
TelemetryBatch - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.TelemetryBatch
TelemetryBatch.Builder - Class in com.microsoft.localforwarder.library.inputs.contracts
Protobuf type contracts.TelemetryBatch
TelemetryBatchOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
TelemetryBatchOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
telemetryBuffer - Variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
TelemetryBuffer<T> - 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<T>, 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.
TelemetryChannelBase<T> - Class in com.microsoft.applicationinsights.channel.concrete
 
TelemetryChannelBase(TelemetryConfiguration) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
TelemetryChannelBase(TelemetryConfiguration, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
TelemetryChannelBase() - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
TelemetryChannelBase(String, boolean, int, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
TelemetryChannelBase(String, String, boolean, int, int, boolean, int) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
TelemetryChannelBase(Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
TelemetryChannelBase(TelemetryConfiguration, Map<String, String>) - Constructor for class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
TelemetryOrBuilder - Interface in com.microsoft.localforwarder.library.inputs.contracts
 
TelemetryOuterClass - Class in com.microsoft.localforwarder.library.inputs.contracts
 
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
 
TelemetryProcessorsXmlElement.TelemetryProcessorWrapperXmlElement - Class in com.microsoft.applicationinsights.internal.config
 
TelemetryProcessorWrapperXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.TelemetryProcessorsXmlElement.TelemetryProcessorWrapperXmlElement
 
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 - Variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
THROTTLING_ENABLED_NAME - Static variable in class com.microsoft.applicationinsights.channel.concrete.TelemetryChannelBase
 
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
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
toBuilder() - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
toString() - Method in class com.microsoft.applicationinsights.internal.util.PeriodicTaskPool.PeriodicRunnableTask
 
toString() - Method in class com.microsoft.applicationinsights.telemetry.BaseTelemetry
THIS IS FOR DEBUGGING AND TESTING ONLY! DON'T USE THIS IN HAPPY-PATH, PRODUCTION CODE.
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
 
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(SdkBridge.RemoteDependencyTelemetry) - Method in class com.microsoft.applicationinsights.internal.agent.AbstractSdkBridge
 
track(SdkBridge.TraceTelemetry) - Method in class com.microsoft.applicationinsights.internal.agent.AbstractSdkBridge
 
track(SdkBridge.ExceptionTelemetry) - Method in class com.microsoft.applicationinsights.internal.agent.AbstractSdkBridge
 
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
trackMetric(String, double, Integer, Double, 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<T> - 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
 
TYPE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
TYPENAME_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 

U

unbindFromMainThread() - Method in interface com.microsoft.applicationinsights.internal.agent.AgentBinding
 
unbindFromRunawayChildThreads() - Method in interface com.microsoft.applicationinsights.internal.agent.AgentBinding
 
universalAgentRegisterer() - Method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Deprecated.
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
 
Unknown_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Unknown = 0;
UNKNOWN_VERSION_VALUE - Static variable in class com.microsoft.applicationinsights.internal.util.PropertyHelper
 
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.
unregisterAgent() - Method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Deprecated.
URL_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
URL_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
UserContext - Class in com.microsoft.applicationinsights.extensibility.context
 
UserContext(ConcurrentMap<String, String>) - Constructor for class com.microsoft.applicationinsights.extensibility.context.UserContext
 

V

VALUE_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
valueOf(String) - Static method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
Deprecated.
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.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.
valueOf(String) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
 
valueOf(String) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
 
valueOf(String) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.Telemetry.DataCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.Telemetry.DataCase
Deprecated.
values() - Static method in enum com.microsoft.applicationinsights.internal.agent.AgentConnector
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.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.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.
values() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.DataPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.localforwarder.library.inputs.contracts.Telemetry.DataCase
Returns an array containing the constants of this enum type, in the order they are declared.
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
VER_FIELD_NUMBER - Static variable in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
Verbose_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Verbose = 1;
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
 
VERSION_PROPERTY_NAME - Static variable in class com.microsoft.applicationinsights.internal.util.PropertyHelper
 
VERSION_STRING_PREFIX - Static variable in class com.microsoft.applicationinsights.internal.util.PropertyHelper
 

W

Warning_VALUE - Static variable in enum com.microsoft.localforwarder.library.inputs.contracts.SeverityLevel
Warning = 3;
WebAppsHeartbeatProvider - Class in com.microsoft.applicationinsights.internal.heartbeat
WebApp Heartbeat Property Provider
WebAppsHeartbeatProvider() - Constructor for class com.microsoft.applicationinsights.internal.heartbeat.WebAppsHeartbeatProvider
Constructor that initializes fields and load environment variables
WindowsPCWrapperXmlElement() - Constructor for class com.microsoft.applicationinsights.internal.config.PerformanceCountersXmlElement.WindowsPCWrapperXmlElement
 
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
 
writeRequired(String, String, int) - Method in class com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.AiResponse
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Availability
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.DataPoint
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Dependency
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Event
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Exception
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.ExceptionDetails
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Message
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Metric
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.PageView
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Request
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.StackFrame
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.Telemetry
 
writeTo(CodedOutputStream) - Method in class com.microsoft.localforwarder.library.inputs.contracts.TelemetryBatch
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links