MCPcopy Create free account
hub / github.com/0xMiden/node / enabled

Method enabled

crates/utils/src/logging.rs:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52impl OpenTelemetry {
53 pub fn enabled() -> Self {
54 OpenTelemetry::Enabled(ResourceConfig::default())
55 }
56
57 pub fn from_env() -> Self {
58 if otlp_endpoint_configured() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected