cassandra_v2

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultSpanTable = "spot_prod.spans"

DefaultSpanTable .

Functions

This section is empty.

Types

type SavedSpan

type SavedSpan struct {
	TraceId       string            `db:"trace_id"`
	SpanId        string            `db:"span_id"`
	ParentSpanId  string            `db:"parent_span_id"`
	OperationName string            `db:"operation_name"`
	StartTime     int64             `db:"start_time"`
	EndTime       int64             `db:"end_time"`
	Tags          map[string]string `db:"tags"`
}

Jump to

Keyboard shortcuts

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