Skip to main content

Python Agent v2.1.0

June 10, 2026

LLM Observability

  • New Added LLM automatic evaluation (Evaluation) and operation type (Operation Type) instrumentation features.

    For details, see the configuration documentation.

  • Changed Improved LLM metric structure.

    • Separated metric categories
    • Added finish_reason metric
    • Flattened list-type metric tags into parallel array fields
    • Consolidated token/call statistics

Common

  • New Added option to selectively disable automatic instrumentation for specific libraries.

    • ignore_instrumentation_set String

      Libraries registered with this option will not have their instrumentation logic activated. Separate multiple targets with ,.

      • No default value; requires application restart.
      • Example: redis,openai
  • New Added simultaneous distribution of wheel (bdist_wheel) package.

  • Fixed Fixed an issue where accessing accesskey caused an AttributeError when the license was not configured.

  • Fixed Fixed an issue where using profile_http_parameter_enabled could cause abnormal termination due to argument access in some HTTP client calls.

Note

Agent download: whatap-python v2.1.0