realtime

package
v0.0.0-...-17e6b21 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetricsCollector

type MetricsCollector interface {
	Collect(ctx context.Context) (*MetricsSnapshot, error)
	GetMetricTypes() []string
}

type MetricsSnapshot

type MetricsSnapshot struct {
	Timestamp     time.Time
	TaskMetrics   map[string]float64
	NodeMetrics   map[string]float64
	SystemMetrics SystemMetrics
}

type PipelineMonitor

type PipelineMonitor struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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