value

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package value represents a computed value for a metric, can be either a raw value or an average value

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetricValue

type MetricValue struct {
	Value        *int64 `json:"value,omitempty"`
	AverageValue *int64 `json:"average_value,omitempty"`
}

MetricValue is a representation of a computed value for a metric, can be either a raw value or an average value

Jump to

Keyboard shortcuts

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