hunt-trace ~master (2019-10-15T08:23:13Z)
Home
Dub
Repo
Span
zipkin
proto3
zipkin
Undocumented in source.
class
Span {
@
Proto
(1)
bytes
traceId
;
@
Proto
(2)
bytes
parentId
;
@
Proto
(3)
bytes
id
;
@
Proto
(4)
Kind
kind
;
@
Proto
(5)
string
name
;
@
Proto
(6,
Wire
.
fixed
)
ulong
timestamp
;
@
Proto
(7)
ulong
duration
;
@
Proto
(8)
Endpoint
localEndpoint
;
@
Proto
(9)
Endpoint
remoteEndpoint
;
@
Proto
(10)
Annotation
[]
annotations
;
@
Proto
(11)
string
[
string
]
tags
;
@
Proto
(12)
bool
debug_
;
@
Proto
(13)
bool
shared_
;
enum
Kind
;
}
Members
Enums
Kind
enum
Kind
Undocumented in source.
Variables
annotations
Annotation
[]
annotations
;
Undocumented in source.
debug_
bool
debug_
;
Undocumented in source.
duration
ulong
duration
;
Undocumented in source.
id
bytes
id
;
Undocumented in source.
kind
Kind
kind
;
Undocumented in source.
localEndpoint
Endpoint
localEndpoint
;
Undocumented in source.
name
string
name
;
Undocumented in source.
parentId
bytes
parentId
;
Undocumented in source.
remoteEndpoint
Endpoint
remoteEndpoint
;
Undocumented in source.
shared_
bool
shared_
;
Undocumented in source.
tags
string
[
string
]
tags
;
Undocumented in source.
timestamp
ulong
timestamp
;
Undocumented in source.
traceId
bytes
traceId
;
Undocumented in source.
Meta
Source
See Implementation
zipkin
proto3
zipkin
classes
Annotation
Endpoint
ListOfSpans
Span
manifest constants
protocVersion