Skip to main content
Module telemetry
hydro_
lang
0.15.0
Module telemetry
Sections
Telemetry
Module Items
Modules
Traits
Functions
In crate hydro_
lang
hydro_lang
Module
telemetry
Copy item path
Source
Expand description
§
Telemetry
Modules
§
emf
AWS CloudWatch embedded metric format (EMF).
Traits
§
Sidecar
Used to add a sidecar to generated code.
Functions
§
initialize_
tracing
Initialize tracing using the above custom formatter with the default directive level of “ERROR”, if RUST_LOG is not set.
initialize_
tracing_
with_
filter
Initialize tracing using the above custom formatter, using the tracing directive. something like “{level},{abc}={level},{xyz}={level}” where {level} is one of “tracing,debug,info,warn,error”