package jaeger.api_v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service QueryService

query_service.proto:232

message Dependency

query_service.proto:160

Used in: DependenciesResponse

message GRPCGatewayError

query_service.proto:305

GRPCGatewayError is the type returned when GRPC server returns an error. Example: {"error":{"grpcCode":2,"httpCode":500,"message":"...","httpStatus":"text..."}}.

message GRPCGatewayError.GRPCGatewayErrorDetails

query_service.proto:306

Used in: GRPCGatewayError

message GRPCGatewayWrapper

query_service.proto:327

GRPCGatewayWrapper wraps streaming responses from GetTrace/FindTraces for HTTP. Today there is always only one response because internally the HTTP server gets data from QueryService that does not support multiple responses. But in the future the server may return multiple responeses using Transfer-Encoding: chunked. In case of errors, GRPCGatewayError above is used. Example: {"result": {"resourceSpans": ...}} See https://github.com/grpc-ecosystem/grpc-gateway/issues/2189

message Operation

query_service.proto:137

Operation encapsulates information about operation.

Used in: GetOperationsResponse

message ServiceSummary

query_service.proto:169

ServiceSummary contains per-service statistics for a trace, matching what the UI renders as a coloured tag in the search results row.

Used in: TraceSummary

message TraceQueryParameters

query_service.proto:55

Query parameters to find traces. All fields form a conjunction (e.g., "service_name='X' AND operation_name='Y' AND ..."), except for `search_depth` and `raw_traces`. Fields are matched against individual spans, not the trace level. The results include traces with at least one matching span. The results have no guaranteed ordering.

Used in: FindTraceSummariesRequest, FindTracesRequest

message TraceSummary

query_service.proto:185

TraceSummary contains lightweight summary information about a trace, suitable for display in search result lists.

Used in: FindTraceSummariesResponse