()
| 51 | |
| 52 | impl OpenTelemetry { |
| 53 | pub fn enabled() -> Self { |
| 54 | OpenTelemetry::Enabled(ResourceConfig::default()) |
| 55 | } |
| 56 | |
| 57 | pub fn from_env() -> Self { |
| 58 | if otlp_endpoint_configured() { |
nothing calls this directly
no outgoing calls
no test coverage detected