datasets

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TypeLogs identifies log/event datasets.
	TypeLogs = "logs"
	// TypeMetrics identifies metrics datasets.
	TypeMetrics = "metrics"
	// TypeTraces identifies traces datasets.
	TypeTraces = "traces"
)

Variables

This section is empty.

Functions

func NamesByType

func NamesByType(items []Dataset, datasetType string) []string

Types

type Dataset

type Dataset struct {
	Title         string `json:"title"`
	DatasetType   string `json:"datasetType"`
	DatasetFormat string `json:"datasetFormat"`
	Ingestion     bool   `json:"ingestion"`
}

func FetchHomeDatasets

func FetchHomeDatasets(profile config.Profile) ([]Dataset, error)

Jump to

Keyboard shortcuts

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