Releases: microsoft/ApplicationInsights-Python
Releases · microsoft/ApplicationInsights-Python
v1.0.0b15
v1.0.0b14
v1.0.0b13
v1.0.0b12
v1.0.0b11
- Reverse default behavior of instrumentations and implement configuration for exclusion
(#253) - Use entrypoints instead of importlib to load instrumentations
(#254) - Add support for FastAPI instrumentation
(#255) - Add support for Urllib3/Urllib instrumentation
(#256) - Change instrumentation config to use TypedDict InstrumentationConfig
(#259) - Change interval params to use
_ms
as suffix
(#260) - Update exporter version to 1.0.0b13 and OTel sdk/api to 1.17
(#270)
v1.0.0b10
v1.0.0b9
- Made build.sh script executable from publish workflow
(#213) - Updated main and distro READMEs
(#205) - Update CONTRIBUTING.md, support Py3.11
(#210) - Added Diagnostic Logging for App Service
(#212) - Updated setup.py, directory structure
(#214) - Introduce Distro API
(#215) - Rename to
configure_azure_monitor
, add sampler to config
(#216) - Added Status Logger
(#217) - Add Logging configuration to Distro API
(#218) - Add instrumentation selection config
(#228) - Removing diagnostic logging from its module's logger.
(#225) - Add ability to specify logger for logging configuration
(#227) - Add metric configuration to distro api
(#232) - Add ability to pass custom configuration into instrumentations
(#235) - Fix export interval bug
(#237) - Add ability to specify custom metric readers
(#241) - Defaulting logging env var for auto-instrumentation. Added logging samples.
(#240) - Removed old log_diagnostic_error calls from configurator
(#242) - Update to azure-monitor-opentelemetry-exporter 1.0.0b12
(#243) - Move symbols to protected, add docstring for api, pin opentelemtry-api/sdk versions
(#244) - Replace service.X configurations with Resource
(#246) - Change namespace to
azure.monitor.opentelemtry
(#247) - Updating documents for new namespace
(#249)