operation

package
v1.0.0-beta.11 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2020 License: Apache-2.0 Imports: 5 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetricOperation

type MetricOperation struct {
	Name   string            `json:"name"`
	Add    *float64          `json:"add,omitempty"`
	Set    *float64          `json:"set,omitempty"`
	Labels map[string]string `json:"labels"`
	Group  string            `json:"group,omitempty"`
}

func MetricOperationsFromBytes

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

func MetricOperationsFromFile

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

func MetricOperationsFromReader

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

Jump to

Keyboard shortcuts

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