lightstep

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package lightstep is a generated protocol buffer package.

It is generated from these files:

lightstep_carrier.proto

It has these top-level messages:

BinaryCarrier
BasicTracerCarrier

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicTracerCarrier

type BasicTracerCarrier struct {
	TraceId      uint64            `protobuf:"fixed64,1,opt,name=trace_id,json=traceId" json:"trace_id,omitempty"`
	SpanId       uint64            `protobuf:"fixed64,2,opt,name=span_id,json=spanId" json:"span_id,omitempty"`
	Sampled      bool              `protobuf:"varint,3,opt,name=sampled" json:"sampled,omitempty"`
	BaggageItems map[string]string `` /* 164-byte string literal not displayed */
}

Copy of https://github.com/opentracing/basictracer-go/blob/master/wire/wire.proto

func (*BasicTracerCarrier) Descriptor

func (*BasicTracerCarrier) Descriptor() ([]byte, []int)

func (*BasicTracerCarrier) GetBaggageItems

func (m *BasicTracerCarrier) GetBaggageItems() map[string]string

func (*BasicTracerCarrier) GetSampled

func (m *BasicTracerCarrier) GetSampled() bool

func (*BasicTracerCarrier) GetSpanId

func (m *BasicTracerCarrier) GetSpanId() uint64

func (*BasicTracerCarrier) GetTraceId

func (m *BasicTracerCarrier) GetTraceId() uint64

func (*BasicTracerCarrier) ProtoMessage

func (*BasicTracerCarrier) ProtoMessage()

func (*BasicTracerCarrier) Reset

func (m *BasicTracerCarrier) Reset()

func (*BasicTracerCarrier) String

func (m *BasicTracerCarrier) String() string

type BinaryCarrier

type BinaryCarrier struct {
	// "text_ctx" was deprecated following lightstep-tracer-cpp-0.36
	DeprecatedTextCtx [][]byte `protobuf:"bytes,1,rep,name=deprecated_text_ctx,json=deprecatedTextCtx,proto3" json:"deprecated_text_ctx,omitempty"`
	// The Opentracing "basictracer" proto.
	BasicCtx *BasicTracerCarrier `protobuf:"bytes,2,opt,name=basic_ctx,json=basicCtx" json:"basic_ctx,omitempty"`
}

The standard carrier for binary context propagation into LightStep.

func (*BinaryCarrier) Descriptor

func (*BinaryCarrier) Descriptor() ([]byte, []int)

func (*BinaryCarrier) GetBasicCtx

func (m *BinaryCarrier) GetBasicCtx() *BasicTracerCarrier

func (*BinaryCarrier) GetDeprecatedTextCtx

func (m *BinaryCarrier) GetDeprecatedTextCtx() [][]byte

func (*BinaryCarrier) ProtoMessage

func (*BinaryCarrier) ProtoMessage()

func (*BinaryCarrier) Reset

func (m *BinaryCarrier) Reset()

func (*BinaryCarrier) String

func (m *BinaryCarrier) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL