otlp-test-data 0.10.0__tar.gz → 0.11.0__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: otlp-test-data
3
- Version: 0.10.0
3
+ Version: 0.11.0
4
4
  Summary: Produces OTLP data using OTEL instrumentation
5
5
  Classifier: Development Status :: 3 - Alpha
6
6
  Classifier: Framework :: OpenTelemetry
@@ -110,10 +110,10 @@ def _proto_to_json(data: Message) -> bytes:
110
110
 
111
111
  def workload():
112
112
  series_of_spans()
113
- # nested_spans()
114
- # attribute_types()
115
- # repeated_attributes()
116
- # events()
113
+ nested_spans()
114
+ attribute_types()
115
+ repeated_attributes()
116
+ events()
117
117
 
118
118
 
119
119
  def series_of_spans():
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "otlp-test-data"
3
- version = "0.10.0"
3
+ version = "0.11.0"
4
4
  description = "Produces OTLP data using OTEL instrumentation"
5
5
  requires-python = ">=3.8"
6
6
  # https://github.com/astral-sh/uv/issues/4204
File without changes