ApplicationInsights-Python

Azure Monitor Distro for OpenTelemetry Python

MIT License

Downloads
12.9M
Stars
140
Committers
34
ApplicationInsights-Python - v1.0.0b15 Latest Release

Published by jeremydvoss over 1 year ago

  • Upgrade to exporter 1.0.0b15 and OTel 1.19
    (#308)
ApplicationInsights-Python - v1.0.0b14

Published by jeremydvoss over 1 year ago

  • Upgrade to exporter 1.0.0b14 and OTel 1.18
    (#295)
  • Enable Azure Core Tracing OpenTelemetry plugin
    (#269)
  • Fix connection string environment variable bug for manual instrumentation
    (#302)
  • Update Azure Core Tracing OpenTelemetry plugin
    (#306)
ApplicationInsights-Python - v1.0.0b13

Published by jeremydvoss over 1 year ago

  • Vendor Instrumentations
    (#280)
  • Update samples
    (#281)
  • Fixed spelling
    (#291)
  • Fixing formatting issues for azure sdk
    (#292)
  • Support OTEL_PYTHON_DISABLED_INSTRUMENTATIONS
    (#294)
ApplicationInsights-Python - v1.0.0b12

Published by jeremydvoss over 1 year ago

  • Remove most configuration for Public Preview
    (#277)
  • Infer telemetry category disablement from exporter environment variables
    (#278)
ApplicationInsights-Python - v1.0.0b11

Published by jeremydvoss over 1 year ago

  • 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)
ApplicationInsights-Python - v1.0.0b10

Published by jeremydvoss over 1 year ago

  • Fix source and wheel distribution, include MANIFEST.in and use pkgutils style __init__.py
    (#250)
ApplicationInsights-Python - v1.0.0b9

Published by jeremydvoss over 1 year ago

  • 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)
ApplicationInsights-Python - v1.0.0b8

Published by jeremydvoss about 2 years ago

  • Changing instrumentation dependencies to ~=0.33b0
    (#203)
ApplicationInsights-Python - v1.0.0b7

Published by jeremydvoss about 2 years ago

  • Moved and updated changelog
    (#201)
  • Adding requests, flask, and psycopg2 instrumentations
    (#199)
  • Added publishing action
    (#193)
ApplicationInsights-Python - v1.0.0b6

Published by jeremydvoss about 2 years ago

  • Drop support for Python 3.6
    (#190)
  • Changed repository structure to use submodules
    (#190)
  • Added OpenTelemetry Distro and Configurator
    (#187)
  • Initial commit