metric

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFieldDefine

func CopyFieldDefine(field *pb.FieldDefine) *pb.FieldDefine

CopyTagDefine .

func CopyMeta

func CopyMeta(m *pb.MetricMeta) *pb.MetricMeta

CopyMeta

func CopyNameDefine

func CopyNameDefine(name *pb.NameDefine) *pb.NameDefine

CopyNameDefine .

func CopyTagDefine

func CopyTagDefine(tag *pb.TagDefine) *pb.TagDefine

CopyTagDefine .

func CopyValue

func CopyValue(v *pb.ValueDefine) *pb.ValueDefine

CopyValue .

func FieldsKeys

func FieldsKeys(m *pb.MetricMeta) []string

FieldsKeys .

func NewMeta

func NewMeta() *pb.MetricMeta

NewMeta .

func TagsKeys

func TagsKeys(m *pb.MetricMeta) []string

TagsKeys .

Types

type Metric

type Metric struct {
	Name      string                 `json:"name"`
	Timestamp int64                  `json:"timestamp"`
	Tags      map[string]string      `json:"tags"`
	Fields    map[string]interface{} `json:"fields"`
}

Metric .

func New

func New() *Metric

New .

func (*Metric) Copy

func (m *Metric) Copy() *Metric

Copy instance

func (*Metric) String

func (m *Metric) String() string

Jump to

Keyboard shortcuts

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