otlp-test-data 0.9.2__py3-none-any.whl → 0.9.4__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,14 +1,17 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: otlp-test-data
3
- Version: 0.9.2
3
+ Version: 0.9.4
4
4
  Summary: Produces OTLP data using OTEL instrumentation
5
5
  Classifier: Development Status :: 3 - Alpha
6
+ Classifier: Framework :: OpenTelemetry
7
+ Classifier: Framework :: OpenTelemetry :: Exporters
6
8
  Classifier: Intended Audience :: Developers
7
9
  Classifier: License :: OSI Approved :: MIT License
8
10
  Classifier: Natural Language :: English
9
11
  Classifier: Operating System :: OS Independent
10
12
  Classifier: Programming Language :: Python
11
13
  Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
12
15
  Classifier: Programming Language :: Python :: 3.8
13
16
  Classifier: Programming Language :: Python :: 3.9
14
17
  Classifier: Programming Language :: Python :: 3.10
@@ -16,19 +19,17 @@ Classifier: Programming Language :: Python :: 3.11
16
19
  Classifier: Programming Language :: Python :: 3.12
17
20
  Classifier: Programming Language :: Python :: 3.13
18
21
  Classifier: Programming Language :: Python :: 3.14
19
- Classifier: Programming Language :: Python :: 3 :: Only
20
22
  Classifier: Programming Language :: Python :: Implementation :: CPython
21
23
  Classifier: Programming Language :: Python :: Implementation :: PyPy
22
24
  Classifier: Topic :: Software Development :: Testing
23
25
  Classifier: Topic :: Software Development :: Testing :: Traffic Generation
24
- Classifier: Framework :: OpenTelemetry
25
- Classifier: Framework :: OpenTelemetry :: Exporters
26
26
  Requires-Python: >=3.8
27
- Description-Content-Type: text/markdown
28
27
  Requires-Dist: freezegun~=1.5
28
+ Requires-Dist: grpcio<2.0.0,>=1.66.2; python_version >= '3.13'
29
29
  Requires-Dist: opentelemetry-api~=1.30
30
- Requires-Dist: opentelemetry-exporter-otlp~=1.30
31
30
  Requires-Dist: opentelemetry-exporter-otlp-proto-http~=1.30
31
+ Requires-Dist: opentelemetry-exporter-otlp~=1.30
32
+ Description-Content-Type: text/markdown
32
33
 
33
34
  # otlp-test-data
34
35
 
@@ -0,0 +1,4 @@
1
+ otlp_test_data.py,sha256=AddLeT3jimGkpm9ejMpk64VpP1GzBh5JS9gOlPAa-G0,3091
2
+ otlp_test_data-0.9.4.dist-info/METADATA,sha256=MBAd2l_5Si7lmLjz8fy9LYaUhGDnfnF7FRn0TEHUPmA,2012
3
+ otlp_test_data-0.9.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ otlp_test_data-0.9.4.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
otlp_test_data.py CHANGED
@@ -52,6 +52,11 @@ def sample_spans(config: Config | None = None) -> Sequence[ReadableSpan]:
52
52
  random.seed(config.random_seed)
53
53
 
54
54
  # FIXME the workload section is expected to grow a lot
55
+ # TODO: attributes
56
+ # bool, int, float, str
57
+ # list[bool], ...
58
+ # tuple[bool], ...
59
+ # Sequence[bool], ... (maybe)
55
60
  with tracer.start_as_current_span("span-one"):
56
61
  time.tick()
57
62
  with tracer.start_as_current_span("span-two"):
@@ -1,5 +0,0 @@
1
- otlp_test_data.py,sha256=n6fdzZkrZQxrDwlaxmLk0FGJ5_51XBDq7LxNyFdYXvQ,2941
2
- otlp_test_data-0.9.2.dist-info/METADATA,sha256=vpkPUVtqdW8qHK3ORLGqSjqDt60ohYgC_srL67l2MAY,1949
3
- otlp_test_data-0.9.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
- otlp_test_data-0.9.2.dist-info/top_level.txt,sha256=ft5rEmyMAUMgA-09EOjh--RP05FB8jlthlJ1FywFTso,15
5
- otlp_test_data-0.9.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- otlp_test_data