monitor

package
v1.3.0-rc.0...-d217119 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Span

type Span struct {
	TraceID       string            `json:"trace_id"`
	StartTime     int64             `json:"start_time"`
	SpanID        string            `json:"span_id"`
	ParentSpanID  string            `json:"parent_span_id"`
	OperationName string            `json:"operation_name"`
	EndTime       int64             `json:"end_time"`
	Tags          map[string]string `json:"tags"`
}

Span .

type TagKey

type TagKey string
const (
	TAGKEY_ORG_NAME TagKey = "org_name"
	TAGKEY_ORG_ID   TagKey = "org_id"
)

Jump to

Keyboard shortcuts

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