Documentation ¶
Overview ¶
Package model describes the internal data model for Trace and Span
Package model is a generated protocol buffer package. It is generated from these files: model.proto It has these top-level messages: KeyValue Log SpanRef Process Span Trace Batch PostSpansRequest PostSpansResponse GetTraceRequest GetTraceResponse
Package model is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func DurationAsMicroseconds(d time.Duration) uint64
- func EpochMicrosecondsAsTime(ts uint64) time.Time
- func HashCode(o Hashable) (uint64, error)
- func MicrosecondsAsDuration(v uint64) time.Duration
- func RegisterCollectorServiceV2Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCollectorServiceV2HandlerClient(ctx context.Context, mux *runtime.ServeMux, client CollectorServiceV2Client) error
- func RegisterCollectorServiceV2HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCollectorServiceV2Server(s *grpc.Server, srv CollectorServiceV2Server)
- func RegisterQueryServiceV2Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryServiceV2HandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceV2Client) error
- func RegisterQueryServiceV2HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryServiceV2Server(s *grpc.Server, srv QueryServiceV2Server)
- func SortSpan(span *Span)
- func SortTrace(trace *Trace)
- func SortTraces(traces []*Trace)
- func TimeAsEpochMicroseconds(t time.Time) uint64
- type Batch
- func (*Batch) Descriptor() ([]byte, []int)
- func (m *Batch) GetProcess() Process
- func (m *Batch) GetSpans() []*Span
- func (m *Batch) Marshal() (dAtA []byte, err error)
- func (m *Batch) MarshalTo(dAtA []byte) (int, error)
- func (*Batch) ProtoMessage()
- func (m *Batch) Reset()
- func (m *Batch) Size() (n int)
- func (m *Batch) String() string
- func (m *Batch) Unmarshal(dAtA []byte) error
- type CollectorServiceV2Client
- type CollectorServiceV2Server
- type DependencyLink
- type Flags
- type GetTraceRequest
- func (*GetTraceRequest) Descriptor() ([]byte, []int)
- func (m *GetTraceRequest) GetId() string
- func (m *GetTraceRequest) Marshal() (dAtA []byte, err error)
- func (m *GetTraceRequest) MarshalTo(dAtA []byte) (int, error)
- func (*GetTraceRequest) ProtoMessage()
- func (m *GetTraceRequest) Reset()
- func (m *GetTraceRequest) Size() (n int)
- func (m *GetTraceRequest) String() string
- func (m *GetTraceRequest) Unmarshal(dAtA []byte) error
- type GetTraceResponse
- func (*GetTraceResponse) Descriptor() ([]byte, []int)
- func (m *GetTraceResponse) GetTrace() *Trace
- func (m *GetTraceResponse) Marshal() (dAtA []byte, err error)
- func (m *GetTraceResponse) MarshalTo(dAtA []byte) (int, error)
- func (*GetTraceResponse) ProtoMessage()
- func (m *GetTraceResponse) Reset()
- func (m *GetTraceResponse) Size() (n int)
- func (m *GetTraceResponse) String() string
- func (m *GetTraceResponse) Unmarshal(dAtA []byte) error
- type Hashable
- type KeyValue
- func (kv *KeyValue) AsString() string
- func (kv *KeyValue) Binary() []byte
- func (kv *KeyValue) Bool() bool
- func (this *KeyValue) Compare(that interface{}) int
- func (*KeyValue) Descriptor() ([]byte, []int)
- func (this *KeyValue) Equal(that interface{}) bool
- func (kv *KeyValue) Float64() float64
- func (m *KeyValue) GetKey() string
- func (m *KeyValue) GetVBinary() []byte
- func (m *KeyValue) GetVBool() bool
- func (m *KeyValue) GetVFloat64() float64
- func (m *KeyValue) GetVInt64() int64
- func (m *KeyValue) GetVStr() string
- func (m *KeyValue) GetVType() ValueType
- func (kv KeyValue) Hash(w io.Writer) error
- func (kv *KeyValue) Int64() int64
- func (kv *KeyValue) IsLess(two *KeyValue) bool
- func (m *KeyValue) Marshal() (dAtA []byte, err error)
- func (m *KeyValue) MarshalTo(dAtA []byte) (int, error)
- func (*KeyValue) ProtoMessage()
- func (m *KeyValue) Reset()
- func (m *KeyValue) Size() (n int)
- func (m *KeyValue) String() string
- func (m *KeyValue) Unmarshal(dAtA []byte) error
- func (kv *KeyValue) Value() interface{}
- type KeyValues
- type Log
- func (*Log) Descriptor() ([]byte, []int)
- func (m *Log) GetFields() []KeyValue
- func (m *Log) GetTimestamp() time.Time
- func (m *Log) Marshal() (dAtA []byte, err error)
- func (m *Log) MarshalTo(dAtA []byte) (int, error)
- func (*Log) ProtoMessage()
- func (m *Log) Reset()
- func (m *Log) Size() (n int)
- func (m *Log) String() string
- func (m *Log) Unmarshal(dAtA []byte) error
- type PostSpansRequest
- func (*PostSpansRequest) Descriptor() ([]byte, []int)
- func (m *PostSpansRequest) GetBatch() *Batch
- func (m *PostSpansRequest) Marshal() (dAtA []byte, err error)
- func (m *PostSpansRequest) MarshalTo(dAtA []byte) (int, error)
- func (*PostSpansRequest) ProtoMessage()
- func (m *PostSpansRequest) Reset()
- func (m *PostSpansRequest) Size() (n int)
- func (m *PostSpansRequest) String() string
- func (m *PostSpansRequest) Unmarshal(dAtA []byte) error
- type PostSpansResponse
- func (*PostSpansResponse) Descriptor() ([]byte, []int)
- func (m *PostSpansResponse) GetOk() bool
- func (m *PostSpansResponse) Marshal() (dAtA []byte, err error)
- func (m *PostSpansResponse) MarshalTo(dAtA []byte) (int, error)
- func (*PostSpansResponse) ProtoMessage()
- func (m *PostSpansResponse) Reset()
- func (m *PostSpansResponse) Size() (n int)
- func (m *PostSpansResponse) String() string
- func (m *PostSpansResponse) Unmarshal(dAtA []byte) error
- type Process
- func (*Process) Descriptor() ([]byte, []int)
- func (p *Process) Equal(other *Process) bool
- func (m *Process) GetServiceName() string
- func (m *Process) GetTags() []KeyValue
- func (p *Process) Hash(w io.Writer) (err error)
- func (m *Process) Marshal() (dAtA []byte, err error)
- func (m *Process) MarshalTo(dAtA []byte) (int, error)
- func (*Process) ProtoMessage()
- func (m *Process) Reset()
- func (m *Process) Size() (n int)
- func (m *Process) String() string
- func (m *Process) Unmarshal(dAtA []byte) error
- type QueryServiceV2Client
- type QueryServiceV2Server
- type Span
- func (*Span) Descriptor() ([]byte, []int)
- func (m *Span) GetDuration() time.Duration
- func (m *Span) GetLogs() []Log
- func (m *Span) GetOperationName() string
- func (m *Span) GetProcess() *Process
- func (m *Span) GetProcessID() string
- func (m *Span) GetReferences() []SpanRef
- func (m *Span) GetStartTime() time.Time
- func (m *Span) GetTags() []KeyValue
- func (m *Span) GetWarnings() []string
- func (s *Span) HasSpanKind(kind ext.SpanKindEnum) bool
- func (s *Span) Hash(w io.Writer) (err error)
- func (s *Span) IsRPCClient() bool
- func (s *Span) IsRPCServer() bool
- func (m *Span) Marshal() (dAtA []byte, err error)
- func (m *Span) MarshalTo(dAtA []byte) (int, error)
- func (s *Span) NormalizeTimestamps()
- func (s *Span) ParentSpanID() SpanID
- func (*Span) ProtoMessage()
- func (s *Span) ReplaceParentID(newParentID SpanID)
- func (m *Span) Reset()
- func (m *Span) Size() (n int)
- func (m *Span) String() string
- func (m *Span) Unmarshal(dAtA []byte) error
- type SpanID
- func (s SpanID) MarshalJSON() ([]byte, error)
- func (s SpanID) MarshalText() ([]byte, error)
- func (s *SpanID) MarshalTo(data []byte) (n int, err error)
- func (s *SpanID) Size() int
- func (s SpanID) String() string
- func (s *SpanID) Unmarshal(data []byte) error
- func (s *SpanID) UnmarshalJSON(data []byte) error
- func (s *SpanID) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, b []byte) error
- func (s *SpanID) UnmarshalText(text []byte) error
- type SpanRef
- func (*SpanRef) Descriptor() ([]byte, []int)
- func (m *SpanRef) GetRefType() SpanRefType
- func (m *SpanRef) Marshal() (dAtA []byte, err error)
- func (m *SpanRef) MarshalTo(dAtA []byte) (int, error)
- func (*SpanRef) ProtoMessage()
- func (m *SpanRef) Reset()
- func (m *SpanRef) Size() (n int)
- func (m *SpanRef) String() string
- func (m *SpanRef) Unmarshal(dAtA []byte) error
- type SpanRefType
- type Trace
- func (*Trace) Descriptor() ([]byte, []int)
- func (t *Trace) FindSpanByID(id SpanID) *Span
- func (m *Trace) GetProcessMap() []Trace_ProcessMapping
- func (m *Trace) GetSpans() []*Span
- func (m *Trace) GetWarnings() []string
- func (m *Trace) Marshal() (dAtA []byte, err error)
- func (m *Trace) MarshalTo(dAtA []byte) (int, error)
- func (t *Trace) NormalizeTimestamps()
- func (*Trace) ProtoMessage()
- func (m *Trace) Reset()
- func (m *Trace) Size() (n int)
- func (m *Trace) String() string
- func (m *Trace) Unmarshal(dAtA []byte) error
- type TraceID
- func (t TraceID) MarshalJSON() ([]byte, error)
- func (t TraceID) MarshalText() ([]byte, error)
- func (t *TraceID) MarshalTo(data []byte) (n int, err error)
- func (t *TraceID) Size() int
- func (t TraceID) String() string
- func (t *TraceID) Unmarshal(data []byte) error
- func (t *TraceID) UnmarshalJSON(data []byte) error
- func (t *TraceID) UnmarshalText(text []byte) error
- type Trace_ProcessMapping
- func (*Trace_ProcessMapping) Descriptor() ([]byte, []int)
- func (m *Trace_ProcessMapping) GetProcess() Process
- func (m *Trace_ProcessMapping) GetProcessID() string
- func (m *Trace_ProcessMapping) Marshal() (dAtA []byte, err error)
- func (m *Trace_ProcessMapping) MarshalTo(dAtA []byte) (int, error)
- func (*Trace_ProcessMapping) ProtoMessage()
- func (m *Trace_ProcessMapping) Reset()
- func (m *Trace_ProcessMapping) Size() (n int)
- func (m *Trace_ProcessMapping) String() string
- func (m *Trace_ProcessMapping) Unmarshal(dAtA []byte) error
- type ValueType
Constants ¶
const ( // StringType indicates the value is a unicode string StringType = ValueType_STRING // BoolType indicates the value is a Boolean encoded as int64 number 0 or 1 BoolType = ValueType_BOOL // Int64Type indicates the value is an int64 number Int64Type = ValueType_INT64 // Float64Type indicates the value is a float64 number stored as int64 Float64Type = ValueType_FLOAT64 // BinaryType indicates the value is binary blob stored as a byte array BinaryType = ValueType_BINARY )
These constants are kept mostly for backwards compatibility.
const ( // SampledFlag is the bit set in Flags in order to define a span as a sampled span SampledFlag = Flags(1) // DebugFlag is the bit set in Flags in order to define a span as a debug span DebugFlag = Flags(2) )
const ( // ChildOf span reference type describes a reference to a parent span // that depends on the response from the current (child) span ChildOf = SpanRefType_CHILD_OF // FollowsFrom span reference type describes a reference to a "parent" span // that does not depend on the response from the current (child) span FollowsFrom = SpanRefType_FOLLOWS_FROM )
Variables ¶
var ( ErrInvalidLengthModel = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowModel = fmt.Errorf("proto: integer overflow") )
var SpanRefType_name = map[int32]string{
0: "CHILD_OF",
1: "FOLLOWS_FROM",
}
var SpanRefType_value = map[string]int32{
"CHILD_OF": 0,
"FOLLOWS_FROM": 1,
}
var ValueType_name = map[int32]string{
0: "STRING",
1: "BOOL",
2: "INT64",
3: "FLOAT64",
4: "BINARY",
}
var ValueType_value = map[string]int32{
"STRING": 0,
"BOOL": 1,
"INT64": 2,
"FLOAT64": 3,
"BINARY": 4,
}
Functions ¶
func DurationAsMicroseconds ¶
DurationAsMicroseconds converts time.Duration to microseconds, which is the format the Duration field is stored in the Span.
func EpochMicrosecondsAsTime ¶
EpochMicrosecondsAsTime converts microseconds since epoch to time.Time value.
func MicrosecondsAsDuration ¶
MicrosecondsAsDuration converts duration in microseconds to time.Duration value.
func RegisterCollectorServiceV2Handler ¶
func RegisterCollectorServiceV2Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterCollectorServiceV2Handler registers the http handlers for service CollectorServiceV2 to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCollectorServiceV2HandlerClient ¶
func RegisterCollectorServiceV2HandlerClient(ctx context.Context, mux *runtime.ServeMux, client CollectorServiceV2Client) error
RegisterCollectorServiceV2Handler registers the http handlers for service CollectorServiceV2 to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CollectorServiceV2Client". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CollectorServiceV2Client" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CollectorServiceV2Client" to call the correct interceptors.
func RegisterCollectorServiceV2HandlerFromEndpoint ¶
func RegisterCollectorServiceV2HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCollectorServiceV2HandlerFromEndpoint is same as RegisterCollectorServiceV2Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCollectorServiceV2Server ¶
func RegisterCollectorServiceV2Server(s *grpc.Server, srv CollectorServiceV2Server)
func RegisterQueryServiceV2Handler ¶
func RegisterQueryServiceV2Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterQueryServiceV2Handler registers the http handlers for service QueryServiceV2 to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryServiceV2HandlerClient ¶
func RegisterQueryServiceV2HandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceV2Client) error
RegisterQueryServiceV2Handler registers the http handlers for service QueryServiceV2 to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryServiceV2Client". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryServiceV2Client" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryServiceV2Client" to call the correct interceptors.
func RegisterQueryServiceV2HandlerFromEndpoint ¶
func RegisterQueryServiceV2HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryServiceV2HandlerFromEndpoint is same as RegisterQueryServiceV2Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryServiceV2Server ¶
func RegisterQueryServiceV2Server(s *grpc.Server, srv QueryServiceV2Server)
func SortSpan ¶
func SortSpan(span *Span)
SortSpan deep sorts a span: this sorts its tags, logs by timestamp, tags in logs, and tags in process.
func SortTraces ¶
func SortTraces(traces []*Trace)
SortTraces deep sorts a list of traces by TraceID.
func TimeAsEpochMicroseconds ¶
TimeAsEpochMicroseconds converts time.Time to microseconds since epoch, which is the format the StartTime field is stored in the Span.
Types ¶
type Batch ¶
type Batch struct { Spans []*Span `protobuf:"bytes,1,rep,name=spans" json:"spans,omitempty"` Process Process `protobuf:"bytes,2,opt,name=process" json:"process"` }
func (*Batch) Descriptor ¶
func (*Batch) GetProcess ¶
func (*Batch) ProtoMessage ¶
func (*Batch) ProtoMessage()
type CollectorServiceV2Client ¶
type CollectorServiceV2Client interface {
PostSpans(ctx context.Context, in *PostSpansRequest, opts ...grpc.CallOption) (*PostSpansResponse, error)
}
func NewCollectorServiceV2Client ¶
func NewCollectorServiceV2Client(cc *grpc.ClientConn) CollectorServiceV2Client
type CollectorServiceV2Server ¶
type CollectorServiceV2Server interface {
PostSpans(context.Context, *PostSpansRequest) (*PostSpansResponse, error)
}
type DependencyLink ¶
type DependencyLink struct { Parent string `json:"parent"` Child string `json:"child"` CallCount uint64 `json:"callCount"` }
DependencyLink shows dependencies between services
type Flags ¶
type Flags uint32
Flags is a bit map of flags for a span
func (Flags) IsDebug ¶
IsDebug returns true if the Flags denote debugging Debugging can be useful in testing tracing availability or correctness
type GetTraceRequest ¶
type GetTraceRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetTraceRequest) Descriptor ¶
func (*GetTraceRequest) Descriptor() ([]byte, []int)
func (*GetTraceRequest) GetId ¶
func (m *GetTraceRequest) GetId() string
func (*GetTraceRequest) Marshal ¶
func (m *GetTraceRequest) Marshal() (dAtA []byte, err error)
func (*GetTraceRequest) ProtoMessage ¶
func (*GetTraceRequest) ProtoMessage()
func (*GetTraceRequest) Reset ¶
func (m *GetTraceRequest) Reset()
func (*GetTraceRequest) Size ¶
func (m *GetTraceRequest) Size() (n int)
func (*GetTraceRequest) String ¶
func (m *GetTraceRequest) String() string
func (*GetTraceRequest) Unmarshal ¶
func (m *GetTraceRequest) Unmarshal(dAtA []byte) error
type GetTraceResponse ¶
type GetTraceResponse struct {
Trace *Trace `protobuf:"bytes,1,opt,name=trace" json:"trace,omitempty"`
}
func (*GetTraceResponse) Descriptor ¶
func (*GetTraceResponse) Descriptor() ([]byte, []int)
func (*GetTraceResponse) GetTrace ¶
func (m *GetTraceResponse) GetTrace() *Trace
func (*GetTraceResponse) Marshal ¶
func (m *GetTraceResponse) Marshal() (dAtA []byte, err error)
func (*GetTraceResponse) ProtoMessage ¶
func (*GetTraceResponse) ProtoMessage()
func (*GetTraceResponse) Reset ¶
func (m *GetTraceResponse) Reset()
func (*GetTraceResponse) Size ¶
func (m *GetTraceResponse) Size() (n int)
func (*GetTraceResponse) String ¶
func (m *GetTraceResponse) String() string
func (*GetTraceResponse) Unmarshal ¶
func (m *GetTraceResponse) Unmarshal(dAtA []byte) error
type Hashable ¶
Hashable interface is for type that can participate in a hash computation by writing their data into io.Writer, which is usually an instance of hash.Hash.
type KeyValue ¶
type KeyValue struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` VType ValueType `protobuf:"varint,2,opt,name=v_type,json=vType,proto3,enum=jaeger.model.ValueType" json:"v_type,omitempty"` VStr string `protobuf:"bytes,3,opt,name=v_str,json=vStr,proto3" json:"v_str,omitempty"` VBool bool `protobuf:"varint,4,opt,name=v_bool,json=vBool,proto3" json:"v_bool,omitempty"` VInt64 int64 `protobuf:"varint,5,opt,name=v_int64,json=vInt64,proto3" json:"v_int64,omitempty"` VFloat64 float64 `protobuf:"fixed64,6,opt,name=v_float64,json=vFloat64,proto3" json:"v_float64,omitempty"` VBinary []byte `protobuf:"bytes,7,opt,name=v_binary,json=vBinary,proto3" json:"v_binary,omitempty"` }
func (*KeyValue) AsString ¶
AsString returns a potentially lossy string representation of the value.
func (*KeyValue) Binary ¶
Binary returns the blob ([]byte) value stored in this KeyValue or nil if it stores a different type. The caller must check VType before using this method.
func (*KeyValue) Bool ¶
Bool returns the Boolean value stored in this KeyValue or false if it stores a different type. The caller must check VType before using this method.
func (*KeyValue) Descriptor ¶
func (*KeyValue) Float64 ¶
Float64 returns the Float64 value stored in this KeyValue or 0 if it stores a different type. The caller must check VType before using this method.
func (*KeyValue) GetVBinary ¶
func (*KeyValue) GetVFloat64 ¶
func (*KeyValue) Int64 ¶
Int64 returns the Int64 value stored in this KeyValue or 0 if it stores a different type. The caller must check VType before using this method.
func (*KeyValue) IsLess ¶
IsLess compares KeyValue object with another KeyValue. The order is based first on the keys, then on type, and finally on the value.
func (*KeyValue) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
type KeyValues ¶
type KeyValues []KeyValue
KeyValues is a type alias that exposes convenience functions like Sort, FindByKey.
func (KeyValues) Equal ¶
Equal compares KeyValues with another list. Both lists must be already sorted.
func (KeyValues) FindByKey ¶
FindByKey scans the list of key-values searching for the first one with the given key. Returns found tag and a boolean flag indicating if the search was successful.
type Log ¶
type Log struct { Timestamp time.Time `protobuf:"bytes,1,opt,name=timestamp,stdtime" json:"timestamp"` Fields []KeyValue `protobuf:"bytes,2,rep,name=fields" json:"fields"` }
func (*Log) Descriptor ¶
func (*Log) GetTimestamp ¶
func (*Log) ProtoMessage ¶
func (*Log) ProtoMessage()
type PostSpansRequest ¶
type PostSpansRequest struct {
Batch *Batch `protobuf:"bytes,1,opt,name=batch" json:"batch,omitempty"`
}
func (*PostSpansRequest) Descriptor ¶
func (*PostSpansRequest) Descriptor() ([]byte, []int)
func (*PostSpansRequest) GetBatch ¶
func (m *PostSpansRequest) GetBatch() *Batch
func (*PostSpansRequest) Marshal ¶
func (m *PostSpansRequest) Marshal() (dAtA []byte, err error)
func (*PostSpansRequest) ProtoMessage ¶
func (*PostSpansRequest) ProtoMessage()
func (*PostSpansRequest) Reset ¶
func (m *PostSpansRequest) Reset()
func (*PostSpansRequest) Size ¶
func (m *PostSpansRequest) Size() (n int)
func (*PostSpansRequest) String ¶
func (m *PostSpansRequest) String() string
func (*PostSpansRequest) Unmarshal ¶
func (m *PostSpansRequest) Unmarshal(dAtA []byte) error
type PostSpansResponse ¶
type PostSpansResponse struct {
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
}
func (*PostSpansResponse) Descriptor ¶
func (*PostSpansResponse) Descriptor() ([]byte, []int)
func (*PostSpansResponse) GetOk ¶
func (m *PostSpansResponse) GetOk() bool
func (*PostSpansResponse) Marshal ¶
func (m *PostSpansResponse) Marshal() (dAtA []byte, err error)
func (*PostSpansResponse) MarshalTo ¶
func (m *PostSpansResponse) MarshalTo(dAtA []byte) (int, error)
func (*PostSpansResponse) ProtoMessage ¶
func (*PostSpansResponse) ProtoMessage()
func (*PostSpansResponse) Reset ¶
func (m *PostSpansResponse) Reset()
func (*PostSpansResponse) Size ¶
func (m *PostSpansResponse) Size() (n int)
func (*PostSpansResponse) String ¶
func (m *PostSpansResponse) String() string
func (*PostSpansResponse) Unmarshal ¶
func (m *PostSpansResponse) Unmarshal(dAtA []byte) error
type Process ¶
type Process struct { ServiceName string `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` Tags []KeyValue `protobuf:"bytes,2,rep,name=tags" json:"tags"` }
func NewProcess ¶
NewProcess creates a new Process for given serviceName and tags. The tags are sorted in place and kept in the the same array/slice, in order to store the Process in a canonical form that is relied upon by the Equal and Hash functions.
func (*Process) Descriptor ¶
func (*Process) GetServiceName ¶
func (*Process) ProtoMessage ¶
func (*Process) ProtoMessage()
type QueryServiceV2Client ¶
type QueryServiceV2Client interface {
GetTrace(ctx context.Context, in *GetTraceRequest, opts ...grpc.CallOption) (*GetTraceResponse, error)
}
func NewQueryServiceV2Client ¶
func NewQueryServiceV2Client(cc *grpc.ClientConn) QueryServiceV2Client
type QueryServiceV2Server ¶
type QueryServiceV2Server interface {
GetTrace(context.Context, *GetTraceRequest) (*GetTraceResponse, error)
}
type Span ¶
type Span struct { TraceID TraceID `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3,customtype=TraceID" json:"trace_id"` SpanID SpanID `protobuf:"bytes,2,opt,name=span_id,json=spanId,proto3,customtype=SpanID" json:"span_id"` OperationName string `protobuf:"bytes,3,opt,name=operation_name,json=operationName,proto3" json:"operation_name,omitempty"` References []SpanRef `protobuf:"bytes,4,rep,name=references" json:"references"` Flags Flags `protobuf:"varint,5,opt,name=flags,proto3,customtype=Flags" json:"flags"` StartTime time.Time `protobuf:"bytes,6,opt,name=start_time,json=startTime,stdtime" json:"start_time"` Duration time.Duration `protobuf:"bytes,7,opt,name=duration,stdduration" json:"duration"` Tags []KeyValue `protobuf:"bytes,8,rep,name=tags" json:"tags"` Logs []Log `protobuf:"bytes,9,rep,name=logs" json:"logs"` Process *Process `protobuf:"bytes,10,opt,name=process" json:"process,omitempty"` ProcessID string `protobuf:"bytes,11,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"` Warnings []string `protobuf:"bytes,12,rep,name=warnings" json:"warnings,omitempty"` }
func (*Span) Descriptor ¶
func (*Span) GetDuration ¶
func (*Span) GetOperationName ¶
func (*Span) GetProcess ¶
func (*Span) GetProcessID ¶
func (*Span) GetReferences ¶
func (*Span) GetStartTime ¶
func (*Span) GetWarnings ¶
func (*Span) HasSpanKind ¶
func (s *Span) HasSpanKind(kind ext.SpanKindEnum) bool
HasSpanKind returns true if the span has a `span.kind` tag set to `kind`.
func (*Span) IsRPCClient ¶
IsRPCClient returns true if the span represents a client side of an RPC, as indicated by the `span.kind` tag set to `client`.
func (*Span) IsRPCServer ¶
IsRPCServer returns true if the span represents a server side of an RPC, as indicated by the `span.kind` tag set to `server`.
func (*Span) NormalizeTimestamps ¶
func (s *Span) NormalizeTimestamps()
NormalizeTimestamps changes all timestamps in this span to UTC.
func (*Span) ParentSpanID ¶
ParentSpanID returns ID of a parent span if it exists. It searches for the first child-of reference pointing to the same trace ID.
func (*Span) ProtoMessage ¶
func (*Span) ProtoMessage()
func (*Span) ReplaceParentID ¶
ReplaceParentID replaces span ID in the parent span reference. See also ParentSpanID.
type SpanID ¶
type SpanID uint64
SpanID is a random 64bit identifier for a span
func SpanIDFromString ¶
SpanIDFromString creates a SpanID from a hexadecimal string
func (SpanID) MarshalJSON ¶
MarshalJSON converts span id into a base64 string enclosed in quotes. Used by protobuf JSON serialization. Example: {1} => "AAAAAAAAAAE=".
func (SpanID) MarshalText ¶
MarshalText is called by encoding/json, which we do not want people to use.
func (*SpanID) MarshalTo ¶
MarshalTo converts span ID into a binary representation. Called by protobuf serialization.
func (*SpanID) Unmarshal ¶
Unmarshal inflates span ID from a binary representation. Called by protobuf serialization.
func (*SpanID) UnmarshalJSON ¶
UnmarshalJSON inflates span id from base64 string, possibly enclosed in quotes. User by protobuf JSON serialization.
There appears to be a bug in gogoproto, as this function is only called for numeric values. https://github.com/gogo/protobuf/issues/411#issuecomment-393856837
func (*SpanID) UnmarshalJSONPB ¶
func (s *SpanID) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, b []byte) error
UnmarshalJSONPB inflates span id from base64 string, possibly enclosed in quotes. User by protobuf JSON serialization.
TODO: can be removed once this ticket is fixed:
https://github.com/gogo/protobuf/issues/411#issuecomment-393856837
func (*SpanID) UnmarshalText ¶
UnmarshalText is called by encoding/json, which we do not want people to use.
type SpanRef ¶
type SpanRef struct { TraceID TraceID `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3,customtype=TraceID" json:"trace_id"` SpanID SpanID `protobuf:"bytes,2,opt,name=span_id,json=spanId,proto3,customtype=SpanID" json:"span_id"` RefType SpanRefType `protobuf:"varint,3,opt,name=ref_type,json=refType,proto3,enum=jaeger.model.SpanRefType" json:"ref_type,omitempty"` }
func MaybeAddParentSpanID ¶
MaybeAddParentSpanID adds non-zero parentSpanID to refs as a child-of reference. We no longer store ParentSpanID in the domain model, but the data in the database or other formats might still have these IDs without representing them in the References, so this converts parent IDs to canonical reference format.
func NewChildOfRef ¶
NewChildOfRef creates a new child-of span reference.
func NewFollowsFromRef ¶
NewFollowsFromRef creates a new follows-from span reference.
func (*SpanRef) Descriptor ¶
func (*SpanRef) GetRefType ¶
func (m *SpanRef) GetRefType() SpanRefType
func (*SpanRef) ProtoMessage ¶
func (*SpanRef) ProtoMessage()
type SpanRefType ¶
type SpanRefType int32
const ( SpanRefType_CHILD_OF SpanRefType = 0 SpanRefType_FOLLOWS_FROM SpanRefType = 1 )
func (SpanRefType) EnumDescriptor ¶
func (SpanRefType) EnumDescriptor() ([]byte, []int)
func (SpanRefType) String ¶
func (x SpanRefType) String() string
type Trace ¶
type Trace struct { Spans []*Span `protobuf:"bytes,1,rep,name=spans" json:"spans,omitempty"` ProcessMap []Trace_ProcessMapping `protobuf:"bytes,2,rep,name=process_map,json=processMap" json:"process_map"` Warnings []string `protobuf:"bytes,3,rep,name=warnings" json:"warnings,omitempty"` }
func (*Trace) Descriptor ¶
func (*Trace) FindSpanByID ¶
FindSpanByID looks for a span with given span ID and returns the first one it finds (search order is unspecified), or nil if no spans have that ID.
func (*Trace) GetProcessMap ¶
func (m *Trace) GetProcessMap() []Trace_ProcessMapping
func (*Trace) GetWarnings ¶
func (*Trace) NormalizeTimestamps ¶
func (t *Trace) NormalizeTimestamps()
NormalizeTimestamps changes all timestamps in this trace to UTC.
func (*Trace) ProtoMessage ¶
func (*Trace) ProtoMessage()
type TraceID ¶
TraceID is a random 128bit identifier for a trace
func NewTraceID ¶
NewTraceID creates a new TraceID from two 64bit unsigned ints.
func TraceIDFromString ¶
TraceIDFromString creates a TraceID from a hexadecimal string
func (TraceID) MarshalJSON ¶
MarshalJSON converts trace id into a base64 string enclosed in quotes. Used by protobuf JSON serialization. Example: {high:2, low:1} => "AAAAAAAAAAIAAAAAAAAAAQ==".
func (TraceID) MarshalText ¶
MarshalText is called by encoding/json, which we do not want people to use.
func (*TraceID) MarshalTo ¶
MarshalTo converts trace ID into a binary representation. Called by protobuf serialization.
func (*TraceID) Unmarshal ¶
Unmarshal inflates this trace ID from binary representation. Called by protobuf serialization.
func (*TraceID) UnmarshalJSON ¶
UnmarshalJSON inflates trace id from base64 string, possibly enclosed in quotes. User by protobuf JSON serialization.
func (*TraceID) UnmarshalText ¶
UnmarshalText is called by encoding/json, which we do not want people to use.
type Trace_ProcessMapping ¶
type Trace_ProcessMapping struct { ProcessID string `protobuf:"bytes,1,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"` Process Process `protobuf:"bytes,2,opt,name=process" json:"process"` }
func (*Trace_ProcessMapping) Descriptor ¶
func (*Trace_ProcessMapping) Descriptor() ([]byte, []int)
func (*Trace_ProcessMapping) GetProcess ¶
func (m *Trace_ProcessMapping) GetProcess() Process
func (*Trace_ProcessMapping) GetProcessID ¶
func (m *Trace_ProcessMapping) GetProcessID() string
func (*Trace_ProcessMapping) Marshal ¶
func (m *Trace_ProcessMapping) Marshal() (dAtA []byte, err error)
func (*Trace_ProcessMapping) MarshalTo ¶
func (m *Trace_ProcessMapping) MarshalTo(dAtA []byte) (int, error)
func (*Trace_ProcessMapping) ProtoMessage ¶
func (*Trace_ProcessMapping) ProtoMessage()
func (*Trace_ProcessMapping) Reset ¶
func (m *Trace_ProcessMapping) Reset()
func (*Trace_ProcessMapping) Size ¶
func (m *Trace_ProcessMapping) Size() (n int)
func (*Trace_ProcessMapping) String ¶
func (m *Trace_ProcessMapping) String() string
func (*Trace_ProcessMapping) Unmarshal ¶
func (m *Trace_ProcessMapping) Unmarshal(dAtA []byte) error
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package adjuster contains various adjusters for model.Trace.
|
Package adjuster contains various adjusters for model.Trace. |
Package converter contains various utilities for converting model.Trace to/from other data modes, like Thrift, or UI JSON.
|
Package converter contains various utilities for converting model.Trace to/from other data modes, like Thrift, or UI JSON. |
json
Package json allows converting model.Trace to external JSON data model.
|
Package json allows converting model.Trace to external JSON data model. |
thrift
Package thrift allows converting model.Trace to/from various thrift models.
|
Package thrift allows converting model.Trace to/from various thrift models. |
thrift/jaeger
Package jaeger allows converting model.Trace to/from jaeger.thrift model.
|
Package jaeger allows converting model.Trace to/from jaeger.thrift model. |
thrift/zipkin
Package zipkin allows converting model.Trace to/from zipkin.thrift model.
|
Package zipkin allows converting model.Trace to/from zipkin.thrift model. |
Package json defines the external JSON representation for Jaeger traces.
|
Package json defines the external JSON representation for Jaeger traces. |
Package prototest is a generated protocol buffer package.
|
Package prototest is a generated protocol buffer package. |