metrics

package
v0.0.0-...-32ff608 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PluginType = "metrics"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

type Metrics interface {
	plugin.Plugin

	// IncCount inc count by name and label
	IncCount(name string, label string)

	// AddCount add count by name and label
	AddCount(name string, label string, val float64)

	// RecordLatency record latency by name and label
	RecordLatency(name string, label string, latency float64)
}

Metrics plugin interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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