DESCRIPTION.rst
LICENSE.txt
MANIFEST.in
Microsoft.ApplicationInsights.pyproj
Microsoft.ApplicationInsights.sln
README.md
setup.cfg
setup.py
applicationinsights/TelemetryClient.py
applicationinsights/__init__.py
applicationinsights.egg-info/PKG-INFO
applicationinsights.egg-info/SOURCES.txt
applicationinsights.egg-info/dependency_links.txt
applicationinsights.egg-info/top_level.txt
applicationinsights/channel/TelemetryChannel.py
applicationinsights/channel/TelemetryContext.py
applicationinsights/channel/__init__.py
applicationinsights/channel/contracts/ApplicationContext.py
applicationinsights/channel/contracts/DeviceContext.py
applicationinsights/channel/contracts/EventTelemetry.py
applicationinsights/channel/contracts/ExceptionTelemetry.py
applicationinsights/channel/contracts/ExceptionTelemetryDetails.py
applicationinsights/channel/contracts/ExceptionTelemetryStackFrame.py
applicationinsights/channel/contracts/LocationContext.py
applicationinsights/channel/contracts/MessageTelemetry.py
applicationinsights/channel/contracts/MetricTelemetry.py
applicationinsights/channel/contracts/MetricTelemetryDataPoint.py
applicationinsights/channel/contracts/OperationContext.py
applicationinsights/channel/contracts/PageViewTelemetry.py
applicationinsights/channel/contracts/PageViewTelemetryPerf.py
applicationinsights/channel/contracts/RemoteDependencyTelemetry.py
applicationinsights/channel/contracts/RequestTelemetry.py
applicationinsights/channel/contracts/SessionContext.py
applicationinsights/channel/contracts/TelemetryEnvelope.py
applicationinsights/channel/contracts/TelemetryEnvelopeData.py
applicationinsights/channel/contracts/UserContext.py
applicationinsights/channel/contracts/__init__.py
tests/tests.py
tests/applicationinsights_tests/TestTelemetryClient.py
tests/applicationinsights_tests/__init__.py
tests/applicationinsights_tests/channel_tests/TestTelemetryChannel.py
tests/applicationinsights_tests/channel_tests/TestTelemetryContext.py
tests/applicationinsights_tests/channel_tests/TestTelemetrySender.py
tests/applicationinsights_tests/channel_tests/__init__.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestApplicationContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestDeviceContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestEventTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestExceptionTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestExceptionTelemetryDetails.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestExceptionTelemetryStackFrame.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestLocationContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestMessageTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestMetricTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestMetricTelemetryDataPoint.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestOperationContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestPageViewTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestPageViewTelemetryPerf.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestRemoteDependencyTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestRequestTelemetry.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestSessionContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestTelemetryEnvelope.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestTelemetryEnvelopeData.py
tests/applicationinsights_tests/channel_tests/contracts_tests/TestUserContext.py
tests/applicationinsights_tests/channel_tests/contracts_tests/__init__.py