ddapm-test-agent 1.31.1__py3-none-any.whl → 1.33.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.
- ddapm_test_agent/agent.py +239 -2
- ddapm_test_agent/client.py +63 -20
- ddapm_test_agent/logs.py +67 -0
- ddapm_test_agent/metrics.py +94 -0
- ddapm_test_agent/trace.py +399 -0
- ddapm_test_agent/vcr_proxy.py +80 -23
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/METADATA +63 -2
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/RECORD +13 -11
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/WHEEL +0 -0
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/entry_points.txt +0 -0
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/licenses/LICENSE.BSD3 +0 -0
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/licenses/LICENSE.apache2 +0 -0
- {ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/top_level.txt +0 -0
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
ddapm_test_agent/__init__.py,sha256=hJBQduemued6MAWH6Uk2gqJx2vb0_dd0UO52pJ83nLM,138
|
|
2
|
-
ddapm_test_agent/agent.py,sha256=
|
|
2
|
+
ddapm_test_agent/agent.py,sha256=S5VzW5yvBQKqsGj50Xqb_u8gXvRnZguwWTZXn6BcX-M,73960
|
|
3
3
|
ddapm_test_agent/apmtelemetry.py,sha256=w_9-yUDh1dgox-FfLqeOHU2C14GcjOjen-_SVagiZrc,861
|
|
4
4
|
ddapm_test_agent/checks.py,sha256=pBa4YKZQVA8qaTVJ_XgMA6TmlUZNh99YOrCFJA7fwo0,6865
|
|
5
|
-
ddapm_test_agent/client.py,sha256=
|
|
5
|
+
ddapm_test_agent/client.py,sha256=ViEmiRX9Y3SQ-KBhSc-FdzBmIVIe8Ij9jj-Q6VGyzLY,7359
|
|
6
6
|
ddapm_test_agent/cmd.py,sha256=UL8dVGBN4j77Nyx9EJrwE9LLmoPNgru81h9f1qrZLyc,2451
|
|
7
7
|
ddapm_test_agent/context.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
ddapm_test_agent/fmt.py,sha256=BarFfTI8bd_2gFBrRc40lKgJiUP3T7VMp4NQUeJ9ZRY,3675
|
|
9
9
|
ddapm_test_agent/integration.py,sha256=DbrPb6UvyIDSHcmKe6ZJVaieNeUXalb15yd0smvhgAA,265
|
|
10
|
+
ddapm_test_agent/logs.py,sha256=NDM-FPL52oCL1tL75XJ0xbBLIxyZkS99iZkQ-weOQns,2901
|
|
11
|
+
ddapm_test_agent/metrics.py,sha256=EZo7lSec2oAiH7tUqavKZ2MJM7TwbuFGE3AT3cXwmSM,3988
|
|
10
12
|
ddapm_test_agent/remoteconfig.py,sha256=_QjYUKc3JF31DxdvISDXgslm5WVnYWAw0hyckWuLc1c,3606
|
|
11
|
-
ddapm_test_agent/trace.py,sha256=
|
|
13
|
+
ddapm_test_agent/trace.py,sha256=t0OR8w3NcZK-EOOoadgPITiZqS5tAJGtxqLVGLEw7Kg,45816
|
|
12
14
|
ddapm_test_agent/trace_checks.py,sha256=bRg2eLKoHROXIFJRbujMUn0T3x1X8pZso-j8wXNomec,9972
|
|
13
15
|
ddapm_test_agent/trace_snapshot.py,sha256=g2MhKi8UE-Wsf6PtuzPoXymcW-cYRUnvj63SP9FETJs,22354
|
|
14
16
|
ddapm_test_agent/tracerflare.py,sha256=uoSjhPCOKZflgJn5JLv1Unh4gUdAR1-YbC9_1n1iH9w,954
|
|
15
17
|
ddapm_test_agent/tracestats.py,sha256=q_WQZnh2kXSSN3fRIBe_0jMYCBQHcaS3fZmJTge4lWc,2073
|
|
16
18
|
ddapm_test_agent/tracestats_snapshot.py,sha256=VsB6MVnHPjPWHVWnnDdCXJcVKL_izKXEf9lvJ0qbjNQ,3609
|
|
17
|
-
ddapm_test_agent/vcr_proxy.py,sha256=
|
|
18
|
-
ddapm_test_agent-1.
|
|
19
|
-
ddapm_test_agent-1.
|
|
20
|
-
ddapm_test_agent-1.
|
|
21
|
-
ddapm_test_agent-1.
|
|
22
|
-
ddapm_test_agent-1.
|
|
23
|
-
ddapm_test_agent-1.
|
|
24
|
-
ddapm_test_agent-1.
|
|
19
|
+
ddapm_test_agent/vcr_proxy.py,sha256=qnzLD5f1LcKIcLFmqU0n5fzcfWTIt0m173pbpBfeXK4,6745
|
|
20
|
+
ddapm_test_agent-1.33.0.dist-info/licenses/LICENSE.BSD3,sha256=J9S_Tq-hhvteDV2W8R0rqht5DZHkmvgdx3gnLZg4j6Q,1493
|
|
21
|
+
ddapm_test_agent-1.33.0.dist-info/licenses/LICENSE.apache2,sha256=5V2RruBHZQIcPyceiv51DjjvdvhgsgS4pnXAOHDuZkQ,11342
|
|
22
|
+
ddapm_test_agent-1.33.0.dist-info/METADATA,sha256=hxIxnr5yrlh06q1YfaKgeX7RcQUx0XzC7nM2pgHQQQ4,28483
|
|
23
|
+
ddapm_test_agent-1.33.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
24
|
+
ddapm_test_agent-1.33.0.dist-info/entry_points.txt,sha256=ulayVs6YJ-0Ej2kxbwn39wOHDVXbyQgFgsbRQmXydcs,250
|
|
25
|
+
ddapm_test_agent-1.33.0.dist-info/top_level.txt,sha256=A9jiKOrrg6VjFAk-mtlSVYN4wr0VsZe58ehGR6IW47U,17
|
|
26
|
+
ddapm_test_agent-1.33.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/licenses/LICENSE.BSD3
RENAMED
|
File without changes
|
{ddapm_test_agent-1.31.1.dist-info → ddapm_test_agent-1.33.0.dist-info}/licenses/LICENSE.apache2
RENAMED
|
File without changes
|
|
File without changes
|