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.
Click to show internal directories.
Click to hide internal directories.