traces

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2025 License: BSD-3-Clause Imports: 2 Imported by: 1

Documentation

Overview

traces.go core_runtime

Created by karim-w on 08/07/2025.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OPERATION

type OPERATION int64
const (
	PROCESSING OPERATION = iota
	NETWORK
	STORAGE
	CACHE
	ASYNC
	EXTERNAL
	OTHER
)

type Span

type Span struct {
	OP        OPERATION
	TraceId   string
	SpanId    string
	ParentId  gopts.Option[string]
	Name      string
	Target    string
	StartTime time.Time
	EndTime   time.Time
	HasFailed bool
	Error     error
	Meta      map[string]any
}

Jump to

Keyboard shortcuts

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