Documentation ¶
Index ¶
Constants ¶
View Source
const ( K6Prefix = 0756 // Being 075 the ASCII code for 'K' :) K6Code_Cloud = 12 // To ingest and process the related spans in k6 Cloud. K6Code_Local = 33 // To not ingest and process the related spans, b/c they are part of a non-cloud run. )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Propagator ¶
type Propagator struct {
// contains filtered or unexported fields
}
func NewPropagator ¶
func NewPropagator(propagators []PropagatorName) Propagator
func (Propagator) GenerateHeaders ¶
func (p Propagator) GenerateHeaders(traceID string) http.Header
type PropagatorName ¶
type PropagatorName string
const ( PropagatorW3C PropagatorName = "w3c" HeaderNameW3C PropagatorName = "traceparent" PropagatorB3 PropagatorName = "b3" HeaderNameB3 PropagatorName = "b3" PropagatorJaeger PropagatorName = "jaeger" HeaderNameJaeger PropagatorName = "uber-trace-id" )
type TracetestRun ¶
func NewRun ¶
func NewRun(cliResponse string) *TracetestRun
Click to show internal directories.
Click to hide internal directories.