metrics

package
v1.12.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Prefix = "rond"

	PolicyEvalDurationMetricName = "policy_evaluation_duration_milliseconds"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type HistogramVec

type HistogramVec interface {
	With(labels Labels) Observer
}

type Labels

type Labels map[string]string

type Metrics

type Metrics struct {
	PolicyEvaluationDurationMilliseconds HistogramVec
}

func NoOpMetrics

func NoOpMetrics() *Metrics

type Observer

type Observer interface {
	Observe(float64)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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