instrumentation

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ChatMessages = promauto.NewCounter(prometheus.CounterOpts{
		Name: "tripbot_chat_messages_total",
		Help: "The total number of chat messages",
	})
	ChatCommands = promauto.NewCounterVec(prometheus.CounterOpts{
		Name: "tripbot_chat_commands_total",
		Help: "The total number of chat commands",
	}, []string{"command"},
	)
)
View Source
var (
	HttpDuration = promauto.NewHistogramVec(prometheus.HistogramOpts{
		Name: "vlc_server_http_duration_seconds",
		Help: "Duration of HTTP requests.",
	}, []string{"server_type", "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