metrics

package
v0.0.110 Latest Latest
Warning

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

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

Documentation

Overview

Package metrics provides metric reporting for TestGrid components.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Counter

type Counter interface {
	Metric
	Add(int64, ...string)
}

Counter is a strictly-increasing metric.

type Int64

type Int64 interface {
	Metric
	Set(int64, ...string)
}

Int64 is an int64 metric.

type Metric

type Metric interface {
	Name() string
}

Metric contains common metric functions.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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