PythonエージェントAPI参考資料 PythonエージェントAPIは、以下の機能をサポートします。 カスタムビジネストランザクション カスタムイグジットポイント カスタムデータコレクタ API一覧 エージェントの開始と停止 init(environ=None, timeout_ms=NO_TIMEOUT) shutdown(timeout_ms=None) ビジネストランザクションの管理 start_bt(name, correlation_header=None) end_bt(bt_handle, exc=None) add_snapshot_data(bt_handle, key, value) get_active_bt_handle(request) exit コールの管理 start_exit_call(bt_handle, exit_type, display_name, identifying_properties, optional_properties=None) end_exit_call(exit_call_handle, exc=None) make_correlation_header(bt_handle, exit_call_handle) コンテキストマネージャ bt(name, correlation_header=None) exit_call(bt_handle, exit_type, display_name, identifying_properties, optional_properties=None)