metric

package
v0.0.0-...-7230577 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

type Metrics interface {
	IncHits(status int, method, path string)
	ObserveResponseTime(status int, method, path string, observeTime float64)
}

func CreateMetrics

func CreateMetrics(address string, name string) (Metrics, error)

type PrometheusMetrics

type PrometheusMetrics struct {
	HitsTotal prometheus.Counter
	Hits      *prometheus.CounterVec
	Times     *prometheus.HistogramVec
}

func (*PrometheusMetrics) IncHits

func (metr *PrometheusMetrics) IncHits(status int, method, path string)

func (*PrometheusMetrics) ObserveResponseTime

func (metr *PrometheusMetrics) ObserveResponseTime(status int, method, path string, observeTime float64)

Jump to

Keyboard shortcuts

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