Get desktop application:
View/edit binary Protocol Buffers messages
Subscribe the Trace records generated on this service. The service will periodically (e.g. per minute) publishes Trace records to clients via gRPC stream.
(message has no fields)
Notify the subscriber to persis the spans of the trace.
Used in:
Used in:
Used in:
,A unique id to identify the request. It's usually a UUID.
The span of remote caller that is awaiting the request.
Report the spans collected when handling a request on a service.
Used in:
Used in:
The unique span id within the spans with the same `trace_id`. The most significant 32 bits should be random number generated by each service instance.
The context of the request to be traced.
Used in:
Report the trace records only if the duration of handling the request exceeds the threshold.