aiqa-client 0.4.1__py3-none-any.whl → 0.4.3__py3-none-any.whl
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.
- aiqa/client.py +1 -1
- aiqa/constants.py +1 -1
- {aiqa_client-0.4.1.dist-info → aiqa_client-0.4.3.dist-info}/METADATA +6 -6
- {aiqa_client-0.4.1.dist-info → aiqa_client-0.4.3.dist-info}/RECORD +7 -7
- {aiqa_client-0.4.1.dist-info → aiqa_client-0.4.3.dist-info}/WHEEL +0 -0
- /aiqa_client-0.4.1.dist-info/licenses/LICENSE → /aiqa_client-0.4.3.dist-info/licenses/LICENSE.txt +0 -0
- {aiqa_client-0.4.1.dist-info → aiqa_client-0.4.3.dist-info}/top_level.txt +0 -0
aiqa/client.py
CHANGED
|
@@ -118,7 +118,7 @@ def get_component_tag() -> str:
|
|
|
118
118
|
return _component_tag
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
def set_component_tag(tag: str
|
|
121
|
+
def set_component_tag(tag: Optional[str]) -> None:
|
|
122
122
|
"""Set the component tag programmatically (overrides environment variable)."""
|
|
123
123
|
global _component_tag
|
|
124
124
|
_component_tag = tag or ""
|
aiqa/constants.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiqa-client
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: OpenTelemetry-based Python client for tracing functions and sending traces to the AIQA server
|
|
5
5
|
Author-email: AIQA <info@aiqa.dev>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
10
|
-
Project-URL: Issues, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/winterwell/aiqa-client-python
|
|
8
|
+
Project-URL: Documentation, https://github.com/winterwell/aiqa-client-python
|
|
9
|
+
Project-URL: Repository, https://github.com/winterwell/aiqa-client-python
|
|
10
|
+
Project-URL: Issues, https://github.com/winterwell/aiqa-client-python/issues
|
|
11
11
|
Keywords: opentelemetry,tracing,observability,aiqa,monitoring
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -22,7 +22,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
Requires-Python: >=3.8
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
|
-
License-File: LICENSE
|
|
25
|
+
License-File: LICENSE.txt
|
|
26
26
|
Requires-Dist: opentelemetry-api>=1.24.0
|
|
27
27
|
Requires-Dist: opentelemetry-sdk>=1.24.0
|
|
28
28
|
Requires-Dist: opentelemetry-semantic-conventions>=0.40b0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
aiqa/__init__.py,sha256=8MQBrnisjeYNrwrbTheUafEWS09GtIF7ff0fBZ1Jb24,1710
|
|
2
2
|
aiqa/aiqa_exporter.py,sha256=ge8DOebzewWA5AW2BH4cQ4eVARtZn7jPqpgZZBDIJR4,32565
|
|
3
|
-
aiqa/client.py,sha256=
|
|
4
|
-
aiqa/constants.py,sha256
|
|
3
|
+
aiqa/client.py,sha256=2dk14nx_3TYhtd394k4KVw2n1DXiMFlLeMUVVBnBIzw,9923
|
|
4
|
+
aiqa/constants.py,sha256=CMzZQsGKCT5F7rsHhY-_TkZFtarzDJzEoflAdmh7RPE,153
|
|
5
5
|
aiqa/experiment_runner.py,sha256=ZEDwECstAv4lWXpcdB9WSxfDQj43iqkGzB_YzoY933M,12053
|
|
6
6
|
aiqa/object_serialiser.py,sha256=pgcBVw5sZH8f7N6n3-qOvEcbNhuPS5yq7qdhaNT6Sks,15236
|
|
7
7
|
aiqa/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -9,8 +9,8 @@ aiqa/test_experiment_runner.py,sha256=LM8BuCrzBZL0Wyu_ierK0tNLsOUxxMTAHbAGW2G0qp
|
|
|
9
9
|
aiqa/test_startup_reliability.py,sha256=bt3fc-W3BPWoVK8RIYhnbwS-saBUwtPx90W57D7nOEM,9216
|
|
10
10
|
aiqa/test_tracing.py,sha256=mSVrhRQ6Dz5djlSUkCt097sIr84562w6E0BnuQDpMrI,8347
|
|
11
11
|
aiqa/tracing.py,sha256=gdC1aHH-GUIQDqNgAZsXNH8-sGBzlB1ij4R-D02uYXk,50758
|
|
12
|
-
aiqa_client-0.4.
|
|
13
|
-
aiqa_client-0.4.
|
|
14
|
-
aiqa_client-0.4.
|
|
15
|
-
aiqa_client-0.4.
|
|
16
|
-
aiqa_client-0.4.
|
|
12
|
+
aiqa_client-0.4.3.dist-info/licenses/LICENSE.txt,sha256=kIzkzLuzG0HHaWYm4F4W5FeJ1Yxut3Ec6bhLWyw798A,1062
|
|
13
|
+
aiqa_client-0.4.3.dist-info/METADATA,sha256=AFGocCWwiwgN0186mm-qNSjzOgpaSQF2vmhKKxjPK4U,7705
|
|
14
|
+
aiqa_client-0.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
aiqa_client-0.4.3.dist-info/top_level.txt,sha256=nwcsuVVSuWu27iLxZd4n1evVzv1W6FVTrSnCXCc-NQs,5
|
|
16
|
+
aiqa_client-0.4.3.dist-info/RECORD,,
|
|
File without changes
|
/aiqa_client-0.4.1.dist-info/licenses/LICENSE → /aiqa_client-0.4.3.dist-info/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|