metric

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 5 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)
}

App Metrics interface

func CreateMetrics

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

Create metrics with address and name

type PrometheusMetrics

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

Prometheus Metrics struct

func (*PrometheusMetrics) IncHits

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

IncHits

func (*PrometheusMetrics) ObserveResponseTime

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

Observer response time

Jump to

Keyboard shortcuts

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