metrics

package
v0.0.0-...-290676b Latest Latest
Warning

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

Go to latest
Published: May 8, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FetchProcessTime = prometheus.NewGauge(prometheus.GaugeOpts{
		Name: "eureka_fetch_nanoseconds",
		Help: "process time per api client fetch",
	})
	RequestCount = prometheus.NewCounterVec(
		prometheus.CounterOpts{
			Name: "eureka_ge_total",
			Help: "Total of the api fetch from client.",
		},
		[]string{"path"},
	)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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