operation

package
v0.12.5 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateOperations

func ValidateOperations(ops []Operation) error

Types

type Operation

type Operation struct {
	Name    string            `json:"name"`
	Group   string            `json:"group,omitempty"`
	Action  string            `json:"action,omitempty"`
	Value   *float64          `json:"value,omitempty"`
	Buckets []float64         `json:"buckets,omitempty"`
	Labels  map[string]string `json:"labels"`
}

func MetricOperationsFromBytes

func MetricOperationsFromBytes(data []byte) ([]Operation, error)

func MetricOperationsFromFile

func MetricOperationsFromFile(filePath string) ([]Operation, error)

func MetricOperationsFromReader

func MetricOperationsFromReader(r io.Reader) ([]Operation, error)

func (Operation) Validate

func (op Operation) Validate() error

func (*Operation) WithGroup

func (op *Operation) WithGroup(group string)

type Option

type Option func(o pkg.MetricCollectorOptionApplier)

func WithGroup

func WithGroup(group string) Option

func (Option) Apply

Jump to

Keyboard shortcuts

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