observability

package
v0.0.0-...-f73c5c5 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint interface {
	// Traces
	TracerProvider(context.Context, *resource.Resource) (*trace.TracerProvider, error)
	GetTraceByID(context.Context, string) ([]byte, error)
	SearchTags(context.Context, map[string]string) ([]byte, error)

	// Metrics
	RunPromQL(context.Context, string) ([]byte, error)

	Start(context.Context) error
	Stop(context.Context) error
}

Jump to

Keyboard shortcuts

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