metric

package
v0.14.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

Type is a metric type.

const (
	UnknownType Type = iota
	CounterType
	TimerType
	GaugeType
)

A list of supported metric types.

func MustParseType

func MustParseType(typeStr string) Type

MustParseType parses a type string and panics if the input in invalid.

func ParseType

func ParseType(typeStr string) (Type, error)

ParseType parses a type string and returns the type.

func (*Type) FromProto

func (t *Type) FromProto(pb metricpb.MetricType) error

FromProto converts the protobuf message to a metric type.

func (Type) String

func (t Type) String() string

func (Type) ToProto

func (t Type) ToProto(pb *metricpb.MetricType) error

ToProto converts the metric type to a protobuf message in place.

func (*Type) UnmarshalYAML

func (t *Type) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML unmarshals YAML object into a metric type.

Directories

Path Synopsis
id
Package id is a generated GoMock package.
Package id is a generated GoMock package.
m3
Package m3 describes m3 metric id information.
Package m3 describes m3 metric id information.

Jump to

Keyboard shortcuts

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