Get desktop application:
View/edit binary Protocol Buffers messages
Allows observers to stream trace events for a given `WatchRequest` filter.
Produces a stream of trace events for the given filter.
Start watching trace events with the provided filter.
Specifies which trace events should be streamed.
A trace event
A trace event
A new thread was registered.
A new span metadata was registered.
A span was created.
A span was entered.
A span was exited.
A span was closed.
`Close` signals that a span was closed.
Used in:
`span_id` identifies the span that was closed.
`at` identifies when the span was closed.
`Enter` signals that a span was entered.
Used in:
`span_id` identifies the span that was entered.
`thread_id` identifies who entered the span.
`at` identifies when the span was entered.
`Exit` signals that a span was exited.
Used in:
`span_id` identifies the span that was exited.
`thread_id` identifies who exited the span.
`at` identifies when the span was exited.
`RegisterThreads` signals that a new thread was registered.
Used in:
`names` maps the registered thread id's to their associated name.