whatap-python 1.8.6__tar.gz → 1.8.7__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.
Potentially problematic release.
This version of whatap-python might be problematic. Click here for more details.
- {whatap_python-1.8.6 → whatap_python-1.8.7}/PKG-INFO +1 -1
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/__init__.py +12 -8
- whatap_python-1.8.7/whatap/build.py +4 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/conf/configuration.py +1 -0
- whatap_python-1.8.7/whatap/counter/__init__.py +9 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/PKG-INFO +1 -1
- whatap_python-1.8.6/whatap/build.py +0 -4
- whatap_python-1.8.6/whatap/counter/__init__.py +0 -6
- {whatap_python-1.8.6 → whatap_python-1.8.7}/README.md +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/setup.cfg +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/setup.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/LICENSE +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/README.rst +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/__main__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/agent/darwin/amd64/whatap_python +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/agent/darwin/arm64/whatap_python +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/agent/linux/amd64/whatap_python +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/agent/linux/arm64/whatap_python +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/bootstrap/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/bootstrap/sitecustomize.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/conf/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/conf/configure.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/conf/license.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/control/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/counter/counter_manager.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/counter/tasks/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/counter/tasks/openfiledescriptor.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/io/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/io/data_inputx.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/io/data_outputx.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/async_sender.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/packet_enum.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/packet_type_enum.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/param_def.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/stackhelper.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/udp_session.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/net/udp_thread.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/pack/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/pack/logSinkPack.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/pack/pack.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/pack/pack_enum.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/pack/tagCountPack.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/scripts/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/amqp_kombu.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/amqp_pika.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_bottle.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_celery.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_cherrypy.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_django.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_django_asgi.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_django_py3.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_fastapi.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_flask.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_frappe.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_graphql.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_nameko.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_odoo.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_starlette.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_tornado.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/application_wsgi.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_cxoracle.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_mongo.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_mysql.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_neo4j.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_postgresql.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_redis.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/database_toolkit.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/email_smtp.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/httpc_django.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/httpc_httplib.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/httpc_requests.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/httpc_urllib3.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/logging.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/plugin.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/standalone_multiple.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/mod/standalone_single.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/simple_trace_context.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/trace_context.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/trace_context_manager.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/trace_import.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/trace/trace_module_definition.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/bit_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/cardinality/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/cardinality/hyperloglog.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/cardinality/murmurhash.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/cardinality/registerset.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/compare_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/date_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/debug_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/escape_literal_sql.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/hash_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/hexa32.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/int_set.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/ip_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/keygen.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/linked_list.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/linked_map.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/metering_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/request_double_queue.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/request_queue.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/string_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/throttle_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/util/userid_util.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/__init__.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/blob_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/boolean_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/decimal_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/double_summary.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/double_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/float_array.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/float_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/int_array.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/ip4_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/list_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/long_array.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/long_summary.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/map_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/null_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/number_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/summary_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/text_array.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/text_hash_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/text_value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/value.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/value/value_enum.py +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap/whatap.conf +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/SOURCES.txt +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/dependency_links.txt +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/entry_points.txt +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/not-zip-safe +0 -0
- {whatap_python-1.8.6 → whatap_python-1.8.7}/whatap_python.egg-info/top_level.txt +0 -0
|
@@ -52,12 +52,14 @@ def preview_whatap_conf(option_name:str):
|
|
|
52
52
|
home = os.environ.get('WHATAP_HOME', '.')
|
|
53
53
|
whatap_config = os.path.join(home, 'whatap.conf')
|
|
54
54
|
|
|
55
|
-
#기본 default 값 설정
|
|
56
|
-
if option_name == "ignore_whatap_stdout":
|
|
57
|
-
value = 'false'
|
|
58
|
-
elif option_name == "standalone_enabled":
|
|
59
|
-
value = 'false'
|
|
60
55
|
|
|
56
|
+
"""
|
|
57
|
+
현재 preview_whatap_conf 를 사용중인 옵션
|
|
58
|
+
- ignore_whatap_stdout (False)
|
|
59
|
+
- standalone_enabled (False)
|
|
60
|
+
- open_file_descriptor_enabled (False)
|
|
61
|
+
"""
|
|
62
|
+
value = 'false'
|
|
61
63
|
try:
|
|
62
64
|
with open(whatap_config) as f:
|
|
63
65
|
for raw in f:
|
|
@@ -368,9 +370,11 @@ def agent():
|
|
|
368
370
|
if write_file(home, home.lower(), whatap_home):
|
|
369
371
|
os.environ['WHATAP_HOME'] = whatap_home
|
|
370
372
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
373
|
+
whatap_code_start = preview_whatap_conf("whatap_code_start")
|
|
374
|
+
if whatap_code_start == 'true':
|
|
375
|
+
t = threading.Thread(target=go)
|
|
376
|
+
t.setDaemon(True)
|
|
377
|
+
t.start()
|
|
374
378
|
config(home)
|
|
375
379
|
|
|
376
380
|
ARCH = {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
from .counter_manager import CounterMgr # CounterMgr 클래스 import
|
|
2
|
+
from whatap import preview_whatap_conf
|
|
3
|
+
|
|
4
|
+
open_file_descriptor_enabled = preview_whatap_conf("open_file_descriptor_enabled")
|
|
5
|
+
|
|
6
|
+
if open_file_descriptor_enabled != 'false':
|
|
7
|
+
mgr = CounterMgr()
|
|
8
|
+
mgr.setDaemon(True)
|
|
9
|
+
mgr.start()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|