metrics

package
v0.0.0-...-41aba7b Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Counter

type Counter interface {
	Inc()
	Add(value float64)
	With(labelValues ...string) Counter
}

type Gauge

type Gauge interface {
	Set(value float64)
	Add(value float64)
	Sub(value float64)
	With(labValues ...string) Gauge
}

type Histogram

type Histogram interface {
	With(labelValues ...string) Histogram
	Observe(value float64)
}

type Metrics

type Metrics interface{}

type Summary

type Summary interface {
	With(labValues ...string) Summary
	Observe(value float64)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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