Macros§

  • This macro simplifies creating diagnostics hierarchies, to remove the need of writing multiple nested hierarchies and manually writing all properties.

Structs§

  • Utility for reading inspect data of a running component using the injected Archive Reader service.
  • An inspect tree selector for a component.
  • An instance of diagnostics data with typed metadata and an optional nested payload.
  • A hierarchy of nodes representing structured data, such as Inspect or structured log data.
  • Inspect carries snapshots of data trees hosted by components.
  • Logs carry streams of structured events from components.
  • Retry configuration for ArchiveReader.

Enums§

  • Errors that this library can return
  • A named property. Each of the fields consists of (name, value).
  • Severities a log message can have, often called the log’s “level”.

Traits§