Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ShardCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "bot_shards", Help: "The total number of shards the bot has", }) GuildCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "bot_guilds", Help: "The total number of guilds the bot is in", }) UserCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "bot_users", Help: "The total number of users the bot serves", }) CommandsHandledCounter = promauto.NewCounter(prometheus.CounterOpts{ Name: "bot_commands_handled", Help: "The total number of commands handled by the bot", }) ComponentsHandledCounter = promauto.NewCounter(prometheus.CounterOpts{ Name: "bot_components_handled", Help: "The total number of components handled by the bot", }) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.