Get desktop application:
View/edit binary Protocol Buffers messages
Real time updates about components of an instrumented application.
Produces a stream of updates about the behavior of the instrumented application.
Allows filtering the log events.
Allows filtering the span events.
An update about the state of the instrumented application. An updated is comprised of a set of sub-updates about each tracked data source, they are combined into one message however to reduce the complexity for both the server and client as well as deduplicate data between updates: - a single timestamp for all updates - a single place for new_metadata
The system time when this update was recorded.
Any new metadata that was registered since the last update. The metadata_id fields in `LogEvent` and `Span` refer back to metadata registered through these updates.
Log events update.
Span events update.
A filter configuration You can filter by level, file, log message or a combination of all three.
Used in: