metrics

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EventsTotal = prometheus.NewCounter(
		prometheus.CounterOpts{
			Name: "events_total",
		})

	UsersOnline = prometheus.NewGauge(
		prometheus.GaugeOpts{
			Name: "users_online",
		})
)

Functions

func Handle

func Handle(router *mux.Router)

Types

This section is empty.

Jump to

Keyboard shortcuts

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