tempoe2e

package
v0.24.5 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package tempoe2e provides scripts for E2E testing Tempo API implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchSet

type BatchSet struct {
	Batches []ptrace.Traces
	Tags    map[string][]tracestorage.Tag
	Traces  map[pcommon.TraceID]Trace

	SpanNames     map[string]struct{}
	RootSpanNames map[string]struct{}

	Start otelstorage.Timestamp
	End   otelstorage.Timestamp

	Engine *traceqlengine.Engine
	// contains filtered or unexported fields
}

BatchSet is a set of batches.

func ParseBatchSet

func ParseBatchSet(r io.Reader) (s BatchSet, _ error)

ParseBatchSet parses JSON batches from given reader.

type Trace

type Trace struct {
	Spanset map[pcommon.SpanID]ptrace.Span
}

Trace contains spanset fields to check storage behavior.

Jump to

Keyboard shortcuts

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