Skip to main content

Module telemetry

Module telemetry 

Source
Expand description

This module provides utilities for setting up application-wide logging and tracing.

It leverages the tracing and tracing-subscriber crates to configure how log events and spans are collected and emitted, allowing for better observability of the Molten API.

Functionsยง

get_subscriber
Returns a Subscriber that can be used for logging and tracing.
init_subscriber
Initializes the global default tracing subscriber.