Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ShardCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "kittybot_shard_count", Help: "The total number of shards kittybot has", }) ShardStatus = promauto.NewGauge(prometheus.GaugeOpts{ Name: "kittybot_shard_status", Help: "The total number of shards kittybot has", }) GuildCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "kittybot_guild_count", Help: "The total number of guilds kittybot is in", }) UserCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "kittybot_user_count", Help: "The total number of users kittybot serves", }) AudioPlayerCounter = promauto.NewGauge(prometheus.GaugeOpts{ Name: "kittybot_audio_player_count", Help: "The total number of active audio players kittybot has", }) CommandsHandledCounter = promauto.NewCounter(prometheus.CounterOpts{ Name: "kittybot_commands_handled", Help: "The total number of commands handled by the dbot", }) ComponentsHandledCounter = promauto.NewCounter(prometheus.CounterOpts{ Name: "kittybot_components_handled", Help: "The total number of components handled by the dbot", }) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.