whatap-python 2.0.2__tar.gz → 2.0.3rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/PKG-INFO +1 -1
  2. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/__init__.py +44 -1
  3. whatap_python-2.0.3rc1/whatap/build.py +4 -0
  4. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/conf/configuration.py +7 -0
  5. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/PKG-INFO +1 -1
  6. whatap_python-2.0.2/whatap/build.py +0 -4
  7. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/README.md +0 -0
  8. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/pyproject.toml +0 -0
  9. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/setup.cfg +0 -0
  10. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/setup.py +0 -0
  11. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/LICENSE +0 -0
  12. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/README.rst +0 -0
  13. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/__main__.py +0 -0
  14. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/agent/darwin/amd64/whatap_python +0 -0
  15. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/agent/darwin/arm64/whatap_python +0 -0
  16. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/agent/linux/amd64/whatap_python +0 -0
  17. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/agent/linux/arm64/whatap_python +0 -0
  18. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/agent/windows/whatap_python.exe +0 -0
  19. {whatap_python-2.0.2/whatap/util/cardinality → whatap_python-2.0.3rc1/whatap/bootstrap}/__init__.py +0 -0
  20. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/bootstrap/sitecustomize.py +0 -0
  21. {whatap_python-2.0.2/whatap/util → whatap_python-2.0.3rc1/whatap/conf}/__init__.py +0 -0
  22. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/conf/configure.py +0 -0
  23. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/conf/license.py +0 -0
  24. {whatap_python-2.0.2/whatap/trace/mod/standalone → whatap_python-2.0.3rc1/whatap/control}/__init__.py +0 -0
  25. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/__init__.py +0 -0
  26. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/counter_manager.py +0 -0
  27. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/tasks/__init__.py +0 -0
  28. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/tasks/base_task.py +0 -0
  29. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/tasks/llm_log_sink_task.py +0 -0
  30. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/tasks/llm_stat_task.py +0 -0
  31. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/counter/tasks/openfiledescriptor.py +0 -0
  32. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/io/__init__.py +0 -0
  33. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/io/data_inputx.py +0 -0
  34. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/io/data_outputx.py +0 -0
  35. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/__init__.py +0 -0
  36. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/definitions.py +0 -0
  37. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/__init__.py +0 -0
  38. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_input_message.py +0 -0
  39. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_log_sink_pack.py +0 -0
  40. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_output_message.py +0 -0
  41. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_step_status.py +0 -0
  42. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_system_message.py +0 -0
  43. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_tool_calls.py +0 -0
  44. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_tool_results.py +0 -0
  45. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/log_sink_packs/llm_tx_status.py +0 -0
  46. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/pricing.py +0 -0
  47. {whatap_python-2.0.2/whatap/trace/mod/httpc → whatap_python-2.0.3rc1/whatap/llm/providers}/__init__.py +0 -0
  48. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/anthropic/__init__.py +0 -0
  49. {whatap_python-2.0.2/whatap/trace/mod/email → whatap_python-2.0.3rc1/whatap/llm/providers/anthropic/messages}/__init__.py +0 -0
  50. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/anthropic/messages/messages.py +0 -0
  51. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/anthropic/messages/messages_context.py +0 -0
  52. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/anthropic/messages/messages_extractor.py +0 -0
  53. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/interceptor.py +0 -0
  54. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/__init__.py +0 -0
  55. {whatap_python-2.0.2/whatap/trace/mod/database → whatap_python-2.0.3rc1/whatap/llm/providers/openai/chat}/__init__.py +0 -0
  56. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/chat/chat.py +0 -0
  57. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/chat/chat_context.py +0 -0
  58. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/chat/chat_extractor.py +0 -0
  59. {whatap_python-2.0.2/whatap/trace/mod/application → whatap_python-2.0.3rc1/whatap/llm/providers/openai/completions}/__init__.py +0 -0
  60. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/completions/completions.py +0 -0
  61. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/completions/completions_context.py +0 -0
  62. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/completions/completions_extractor.py +0 -0
  63. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/content_parser.py +0 -0
  64. {whatap_python-2.0.2/whatap/trace/mod/amqp → whatap_python-2.0.3rc1/whatap/llm/providers/openai/embeddings}/__init__.py +0 -0
  65. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/embeddings/embeddings.py +0 -0
  66. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/embeddings/embeddings_context.py +0 -0
  67. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/embeddings/embeddings_extractor.py +0 -0
  68. {whatap_python-2.0.2/whatap/trace/mod → whatap_python-2.0.3rc1/whatap/llm/providers/openai/responses}/__init__.py +0 -0
  69. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/responses/responses.py +0 -0
  70. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/responses/responses_context.py +0 -0
  71. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/openai/responses/responses_extractor.py +0 -0
  72. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/providers/stream_accumulator.py +0 -0
  73. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/__init__.py +0 -0
  74. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/active_stat.py +0 -0
  75. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/api_status_stat.py +0 -0
  76. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/base_stat.py +0 -0
  77. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/error_stat.py +0 -0
  78. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/feature_stat.py +0 -0
  79. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/meter.py +0 -0
  80. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/perf_stat.py +0 -0
  81. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/llm/stats/token_usage_stat.py +0 -0
  82. {whatap_python-2.0.2/whatap/pack → whatap_python-2.0.3rc1/whatap/net}/__init__.py +0 -0
  83. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/async_sender.py +0 -0
  84. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/packet_enum.py +0 -0
  85. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/packet_type_enum.py +0 -0
  86. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/param_def.py +0 -0
  87. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/stackhelper.py +0 -0
  88. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/udp_session.py +0 -0
  89. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/net/udp_thread.py +0 -0
  90. {whatap_python-2.0.2/whatap/net → whatap_python-2.0.3rc1/whatap/pack}/__init__.py +0 -0
  91. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/pack/logSinkPack.py +0 -0
  92. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/pack/pack.py +0 -0
  93. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/pack/pack_enum.py +0 -0
  94. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/pack/tagCountPack.py +0 -0
  95. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/scripts/__init__.py +0 -0
  96. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/__init__.py +0 -0
  97. {whatap_python-2.0.2/whatap/llm/providers/openai/responses → whatap_python-2.0.3rc1/whatap/trace/mod}/__init__.py +0 -0
  98. {whatap_python-2.0.2/whatap/llm/providers/openai/embeddings → whatap_python-2.0.3rc1/whatap/trace/mod/amqp}/__init__.py +0 -0
  99. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/amqp/kombu.py +0 -0
  100. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/amqp/pika.py +0 -0
  101. {whatap_python-2.0.2/whatap/llm/providers/openai/completions → whatap_python-2.0.3rc1/whatap/trace/mod/application}/__init__.py +0 -0
  102. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/bottle.py +0 -0
  103. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/celery.py +0 -0
  104. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/cherrypy.py +0 -0
  105. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/django.py +0 -0
  106. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/django_asgi.py +0 -0
  107. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/django_py3.py +0 -0
  108. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/__init__.py +0 -0
  109. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/endpoint.py +0 -0
  110. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/exception_log.py +0 -0
  111. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/instrumentation.py +0 -0
  112. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/scope.py +0 -0
  113. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/fastapi/transaction.py +0 -0
  114. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/flask.py +0 -0
  115. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/frappe.py +0 -0
  116. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/graphql.py +0 -0
  117. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/nameko.py +0 -0
  118. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/odoo.py +0 -0
  119. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/starlette.py +0 -0
  120. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/tornado.py +0 -0
  121. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/application/wsgi.py +0 -0
  122. {whatap_python-2.0.2/whatap/llm/providers/openai/chat → whatap_python-2.0.3rc1/whatap/trace/mod/database}/__init__.py +0 -0
  123. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/cxoracle.py +0 -0
  124. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/mongo.py +0 -0
  125. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/mysql.py +0 -0
  126. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/neo4j.py +0 -0
  127. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/psycopg2.py +0 -0
  128. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/psycopg3.py +0 -0
  129. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/redis.py +0 -0
  130. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/sqlalchemy.py +0 -0
  131. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/sqlite3.py +0 -0
  132. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/database/util.py +0 -0
  133. {whatap_python-2.0.2/whatap/llm/providers/anthropic/messages → whatap_python-2.0.3rc1/whatap/trace/mod/email}/__init__.py +0 -0
  134. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/email/smtp.py +0 -0
  135. {whatap_python-2.0.2/whatap/llm/providers → whatap_python-2.0.3rc1/whatap/trace/mod/httpc}/__init__.py +0 -0
  136. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/django.py +0 -0
  137. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/httplib.py +0 -0
  138. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/httpx.py +0 -0
  139. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/requests.py +0 -0
  140. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/urllib3.py +0 -0
  141. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/httpc/util.py +0 -0
  142. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/logging.py +0 -0
  143. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/plugin.py +0 -0
  144. {whatap_python-2.0.2/whatap/control → whatap_python-2.0.3rc1/whatap/trace/mod/standalone}/__init__.py +0 -0
  145. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/standalone/multiple.py +0 -0
  146. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/mod/standalone/single.py +0 -0
  147. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/simple_trace_context.py +0 -0
  148. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_context.py +0 -0
  149. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_context_manager.py +0 -0
  150. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_error.py +0 -0
  151. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_handler.py +0 -0
  152. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_import.py +0 -0
  153. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/trace/trace_module_definition.py +0 -0
  154. {whatap_python-2.0.2/whatap/conf → whatap_python-2.0.3rc1/whatap/util}/__init__.py +0 -0
  155. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/bit_util.py +0 -0
  156. {whatap_python-2.0.2/whatap/bootstrap → whatap_python-2.0.3rc1/whatap/util/cardinality}/__init__.py +0 -0
  157. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/cardinality/hyperloglog.py +0 -0
  158. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/cardinality/murmurhash.py +0 -0
  159. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/cardinality/registerset.py +0 -0
  160. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/compare_util.py +0 -0
  161. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/date_util.py +0 -0
  162. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/debug_util.py +0 -0
  163. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/escape_literal_sql.py +0 -0
  164. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/frame_util.py +0 -0
  165. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/hash_util.py +0 -0
  166. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/hexa32.py +0 -0
  167. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/int_set.py +0 -0
  168. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/ip_util.py +0 -0
  169. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/keygen.py +0 -0
  170. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/linked_list.py +0 -0
  171. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/linked_map.py +0 -0
  172. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/metering_util.py +0 -0
  173. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/request_double_queue.py +0 -0
  174. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/request_queue.py +0 -0
  175. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/string_util.py +0 -0
  176. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/throttle_util.py +0 -0
  177. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/util/userid_util.py +0 -0
  178. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/__init__.py +0 -0
  179. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/blob_value.py +0 -0
  180. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/boolean_value.py +0 -0
  181. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/decimal_value.py +0 -0
  182. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/double_summary.py +0 -0
  183. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/double_value.py +0 -0
  184. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/float_array.py +0 -0
  185. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/float_value.py +0 -0
  186. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/int_array.py +0 -0
  187. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/ip4_value.py +0 -0
  188. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/list_value.py +0 -0
  189. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/long_array.py +0 -0
  190. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/long_summary.py +0 -0
  191. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/map_value.py +0 -0
  192. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/null_value.py +0 -0
  193. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/number_value.py +0 -0
  194. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/summary_value.py +0 -0
  195. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/text_array.py +0 -0
  196. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/text_hash_value.py +0 -0
  197. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/text_value.py +0 -0
  198. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/value.py +0 -0
  199. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/value/value_enum.py +0 -0
  200. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap/whatap.conf +0 -0
  201. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/SOURCES.txt +0 -0
  202. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/dependency_links.txt +0 -0
  203. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/entry_points.txt +0 -0
  204. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/not-zip-safe +0 -0
  205. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/requires.txt +0 -0
  206. {whatap_python-2.0.2 → whatap_python-2.0.3rc1}/whatap_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: whatap-python
3
- Version: 2.0.2
3
+ Version: 2.0.3rc1
4
4
  Summary: Monitoring and Profiling Service
5
5
  Home-page: https://www.whatap.io
6
6
  Author: whatap
@@ -301,9 +301,45 @@ from whatap.trace.trace_module_definition import DEFINITION, IMPORT_HOOKS, \
301
301
  PLUGIN
302
302
 
303
303
 
304
+ def _build_ignore_instrumentation_set():
305
+ """whatap.conf 의 ignore_instrumentation_set 값을 정규화하여 반환.
306
+ Configure.load() 가 _set 접미사 키를 콤마 split 해 list 로 만들지만,
307
+ 환경변수/직접 setProperty 등 다른 경로로 들어온 경우(str)도 함께 처리한다.
308
+ """
309
+ raw = getattr(conf, 'ignore_instrumentation_set', None) or []
310
+ if isinstance(raw, str):
311
+ raw = raw.split(',')
312
+ return {str(item).strip().lower() for item in raw if item and str(item).strip()}
313
+
314
+
315
+ def _is_instrumentation_ignored(definition_key, ignore_set):
316
+ """DEFINITION 키(예: 'database.redis', 'logging')가 무시 대상인지 판정.
317
+
318
+ 매칭 규칙(셋 중 하나라도 맞으면 True):
319
+ 1) 키 전체가 일치 예: 'database.redis' == 'database.redis'
320
+ 2) 카테고리(점 앞)와 일치 예: 'database' → 'database.*' 모두
321
+ 3) 라이브러리(점 뒤)와 일치 예: 'redis' → 'database.redis'
322
+ """
323
+ if not ignore_set:
324
+ return False
325
+ key_lower = definition_key.lower()
326
+ if key_lower in ignore_set:
327
+ return True
328
+ if '.' in key_lower:
329
+ category, lib = key_lower.split('.', 1)
330
+ if category in ignore_set or lib in ignore_set:
331
+ return True
332
+ return False
333
+
334
+
304
335
  def hooks(home):
336
+ ignore_set = _build_ignore_instrumentation_set()
337
+ skipped_keys = []
305
338
  try:
306
339
  for key, value_list in DEFINITION.items():
340
+ if _is_instrumentation_ignored(key, ignore_set):
341
+ skipped_keys.append(key)
342
+ continue
307
343
  for value in value_list:
308
344
  if len(value) >= 3 and isinstance(value[2], str):
309
345
  module_path = value[2]
@@ -318,7 +354,14 @@ def hooks(home):
318
354
  logging.debug(e, extra={'id': 'MODULE ERROR'})
319
355
  finally:
320
356
  try:
321
- if conf.trace_logging_enabled:
357
+ if skipped_keys:
358
+ logging.debug(
359
+ 'WHATAP: ignore_instrumentation_set skipped: {}'.format(
360
+ ','.join(skipped_keys)),
361
+ extra={'id': 'WA_IGN'})
362
+
363
+ if conf.trace_logging_enabled and not _is_instrumentation_ignored(
364
+ 'logging', ignore_set):
322
365
  logging_module = sys.modules.get("logging")
323
366
  from whatap.trace.mod.logging import instrument_logging
324
367
  instrument_logging(logging_module)
@@ -0,0 +1,4 @@
1
+ app = 'Python'
2
+ name = 'whatap-python'
3
+ version = '2.0.3rc1'
4
+ release_date = '20260506'
@@ -19,6 +19,13 @@ Configuration = {
19
19
  "trace_ignore_url_prefix": None,
20
20
  "trace_websocket_enabled": False,
21
21
 
22
+ # 자동 계측에서 제외할 라이브러리 목록(콤마 구분).
23
+ # - DEFINITION 키 전체: database.redis, llm.openai
24
+ # - 카테고리만: database (database.* 전부 스킵)
25
+ # - 라이브러리 이름만: redis, openai, django (해당 키만 스킵)
26
+ # 예: ignore_instrumentation_set=redis,openai,application.django
27
+ "ignore_instrumentation_set": [],
28
+
22
29
  "llm_api_hosts": "",
23
30
 
24
31
  "debug": False,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: whatap-python
3
- Version: 2.0.2
3
+ Version: 2.0.3rc1
4
4
  Summary: Monitoring and Profiling Service
5
5
  Home-page: https://www.whatap.io
6
6
  Author: whatap
@@ -1,4 +0,0 @@
1
- app = 'Python'
2
- name = 'whatap-python'
3
- version = '2.0.2'
4
- release_date = '20260428'
File without changes