This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 line
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"macro":[["identify_callsite","Statically constructs an `Identifier` for the provided `Callsite`."],["metadata","Statically constructs new span metadata."]],"mod":[["callsite","Callsites represent the source locations from which spans or events originate."],["dispatcher","Dispatches trace events to `Subscriber`s."],["event","Events represent single points in time during the execution of a program."],["field","`Span` and `Event` key-value data."],["metadata","Metadata describing trace data."],["span","Spans represent periods of time in the execution of a program."],["subscriber","Subscribers collect and record trace data."]],"struct":[["Dispatch","`Dispatch` trace data to a `Subscriber`."],["Event","`Event`s represent single points in time where something occurred during the execution of a program."],["Field","An opaque key allowing O(1) access to a field in a `Span`s key-value data."],["Level","Describes the level of verbosity of a span or event."],["LevelFilter","A filter comparable to a verbosity [`Level`]."],["Metadata","Metadata describing a span or event."],["Once","A synchronization primitive which can be used to run a one-time global initialization. Useful for one-time initialization for FFI or related functionality. This type can only be constructed with [`Once::new()`]."]],"trait":[["Callsite","Trait implemented by callsites."],["Subscriber","Trait representing the functions required to collect trace data."]]});