Crate dcollector

source ·
Expand description

“Dcollector” TimescaleDB agent library.

Re-exports§

Modules§

Macros§

  • Constructs an event at the debug level.
  • Constructs an event at the error level.
  • Constructs an event at the info level.
  • Constructs an event at the trace level.
  • Constructs an event at the warn level.

Structs§

  • A measurement of the system clock, useful for talking to external entities like the file system or other processes.

Constants§

  • An anchor in time which can be used to create new SystemTime instances or learn about where in time a SystemTime lies.

Traits§

  • Format trait for an empty format, {}.

Attribute Macros§

  • Instruments a function to create and enter a tracing span every time the function is called.