The Archivist consumes lifecycle events to ingest diagnostics data. This document explains what these events are.
Archivist consumption of lifecycle events
The archivist ingests events from the component framework. The following diagram shows a very high level overview of the three lifecycle events (started and stopped) the archivist is interested in.
The archivist consumes the following lifecycle events under component manager through
fuchsia.component.EventStream
:
- Capability requested: The archivist receives
Capability requested
events for connections tofuchsia.logger.LogSink
andfuchsia.inspect.InspectSink
which allows it to attribute Inspect and logs.