bdd-trace 0.2.0__py3-none-any.whl → 0.3.0__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.
@@ -1,25 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: bdd-trace
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: BDD项目日志和追踪SDK
|
5
5
|
Author: 蔡涛
|
6
6
|
Author-email: 蔡涛 <caitao@zhejianglab.cn>
|
7
7
|
Requires-Dist: opentelemetry-exporter-otlp>=1.36.0
|
8
8
|
Requires-Dist: opentelemetry-distro==0.57b0
|
9
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.57b0
|
10
|
-
Requires-Dist: opentelemetry-instrumentation-asyncio==0.57b0
|
11
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.57b0
|
12
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.57b0
|
13
|
-
Requires-Dist: opentelemetry-instrumentation-httpx==0.57b0
|
14
|
-
Requires-Dist: opentelemetry-instrumentation-grpc==0.57b0
|
15
|
-
Requires-Dist: opentelemetry-instrumentation-logging==0.57b0
|
16
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.57b0
|
17
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.57b0
|
18
|
-
Requires-Dist: opentelemetry-instrumentation-threading==0.57b0
|
19
|
-
Requires-Dist: opentelemetry-instrumentation-urllib==0.57b0
|
20
|
-
Requires-Dist: opentelemetry-instrumentation-urllib3==0.57b0
|
21
|
-
Requires-Dist: opentelemetry-instrumentation-wsgi==0.57b0
|
22
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.57b0
|
23
9
|
Requires-Python: >=3.10
|
24
10
|
Description-Content-Type: text/markdown
|
25
11
|
|
@@ -47,6 +33,17 @@ uv sync
|
|
47
33
|
pip install bdd-trace
|
48
34
|
```
|
49
35
|
|
36
|
+
然后安装 OpenTelemetry 的各种 Instrumentation:
|
37
|
+
|
38
|
+
```bash
|
39
|
+
# uv
|
40
|
+
uv run opentelemetry-bootstrap -a requirements | uv add -r -
|
41
|
+
uv sync
|
42
|
+
|
43
|
+
# pip
|
44
|
+
opentelemetry-bootstrap -a install
|
45
|
+
```
|
46
|
+
|
50
47
|
## 快速开始
|
51
48
|
|
52
49
|
### 基本使用
|
@@ -1,6 +1,6 @@
|
|
1
1
|
bdd_trace/__init__.py,sha256=0vMshPefZTx4IHLUTxu7gcLK2AUgqb2dTJ3UxpBQkMw,76
|
2
2
|
bdd_trace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
bdd_trace/trace.py,sha256=YkT2UprD-IRuvE0mmG2Y0LFJvJIldOUHYtL8T70l0FQ,3399
|
4
|
-
bdd_trace-0.
|
5
|
-
bdd_trace-0.
|
6
|
-
bdd_trace-0.
|
4
|
+
bdd_trace-0.3.0.dist-info/WHEEL,sha256=4n27za1eEkOnA7dNjN6C5-O2rUiw6iapszm14Uj-Qmk,79
|
5
|
+
bdd_trace-0.3.0.dist-info/METADATA,sha256=7VhLm5glNOUWtPjlji_8zd9cQQzmshjXnxdJuk_HOwc,1585
|
6
|
+
bdd_trace-0.3.0.dist-info/RECORD,,
|
File without changes
|