otlp-test-data 0.10.0__py3-none-any.whl → 0.11.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.
otlp_test_data/__init__.py
CHANGED
|
@@ -110,10 +110,10 @@ def _proto_to_json(data: Message) -> bytes:
|
|
|
110
110
|
|
|
111
111
|
def workload():
|
|
112
112
|
series_of_spans()
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
nested_spans()
|
|
114
|
+
attribute_types()
|
|
115
|
+
repeated_attributes()
|
|
116
|
+
events()
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
def series_of_spans():
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
otlp_test_data/__init__.py,sha256=IW5l2LhLFWxl7M3tXxxLIZoT3VFGPc2HMkc7w5feTDM,5543
|
|
2
|
+
otlp_test_data-0.11.0.dist-info/METADATA,sha256=uXstv0P30cVqlXkflRxsBiAoEuYvd3wtzNAW3mCYbhU,2112
|
|
3
|
+
otlp_test_data-0.11.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
otlp_test_data-0.11.0.dist-info/RECORD,,
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
otlp_test_data/__init__.py,sha256=7GjDanu2fUzjJDGcwmc9c3sk30HagEcwKChAdWdP42o,5551
|
|
2
|
-
otlp_test_data-0.10.0.dist-info/METADATA,sha256=zOkJOyrE3uWsBPC_HMZ5RVJ4lN0V1W-MTrfIVY88HFk,2112
|
|
3
|
-
otlp_test_data-0.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
-
otlp_test_data-0.10.0.dist-info/RECORD,,
|
|
File without changes
|