()
| 71 | } |
| 72 | |
| 73 | func (o *Options) isTracingEnabled() bool { |
| 74 | return o.TraceOptions.TracerProvider != nil |
| 75 | } |
| 76 | |
| 77 | // MetricsOptions are the metrics options for OpenTelemetry instrumentation. |
| 78 | type MetricsOptions struct { |
no outgoing calls
no test coverage detected