File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
exporter/opentelemetry-exporter-otlp-json-common/tests Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 5555_UNSET = object ()
5656
5757
58- # ---------------------------------------------------------------------------
59- # Assertion utilities
60- # ---------------------------------------------------------------------------
61-
62-
6358def _is_none_equivalent (val_a , val_b ):
6459 """Check if two values should be treated as equal because one is None
6560 and the other is the empty/zero default for that type.
@@ -109,11 +104,6 @@ def assert_proto_json_equal(
109104 )
110105
111106
112- # ---------------------------------------------------------------------------
113- # Span builders
114- # ---------------------------------------------------------------------------
115-
116-
117107def make_span_unended (
118108 name = "test-span" ,
119109 trace_id = TRACE_ID ,
@@ -172,11 +162,6 @@ def make_span(
172162 return span
173163
174164
175- # ---------------------------------------------------------------------------
176- # Log builders
177- # ---------------------------------------------------------------------------
178-
179-
180165def make_log_context (trace_id = TRACE_ID , span_id = SPAN_ID ):
181166 return set_span_in_context (
182167 NonRecordingSpan (
@@ -222,11 +207,6 @@ def make_log(
222207 return ReadableLogRecord (LogRecord (** kwargs ), ** rkwargs )
223208
224209
225- # ---------------------------------------------------------------------------
226- # Metric builders
227- # ---------------------------------------------------------------------------
228-
229-
230210def make_metrics_data (
231211 metrics ,
232212 resource_attrs = None ,
You can’t perform that action at this time.
0 commit comments