-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.36 KB
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method(format,otel_attributes)
S3method(format,otel_drop_point_data)
S3method(format,otel_histogram_point_data)
S3method(format,otel_instrumentation_scope_data)
S3method(format,otel_last_value_point_data)
S3method(format,otel_metric_data)
S3method(format,otel_metrics_data)
S3method(format,otel_point_data_attributes)
S3method(format,otel_resource_metrics)
S3method(format,otel_scope_metrics)
S3method(format,otel_span_data)
S3method(format,otel_sum_point_data)
S3method(format,otel_trace_flags)
S3method(print,otel_drop_point_data)
S3method(print,otel_histogram_point_data)
S3method(print,otel_instrumentation_scope_data)
S3method(print,otel_last_value_point_data)
S3method(print,otel_metric_data)
S3method(print,otel_metrics_data)
S3method(print,otel_point_data_attributes)
S3method(print,otel_resource_metrics)
S3method(print,otel_scope_metrics)
S3method(print,otel_span_data)
S3method(print,otel_sum_point_data)
export(logger_provider_file)
export(logger_provider_http)
export(logger_provider_stdstream)
export(meter_provider_file)
export(meter_provider_http)
export(meter_provider_memory)
export(meter_provider_stdstream)
export(tracer_provider_file)
export(tracer_provider_http)
export(tracer_provider_memory)
export(tracer_provider_stdstream)
export(with_otel_record)
importFrom(otel,start_span)
useDynLib(otelsdk, .registration = TRUE)