Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ServersOnline - The total number of known matrix servers that are online and federateable ServersOnline = metrics.NewCounter("mrs_servers_online") // ServersIndexable - The total number of online matrix server that serve public rooms directory over federation ServersIndexable = metrics.NewCounter("mrs_servers_indexable") // RoomsParsed - The total number of rooms parsed from the indexable servers RoomsParsed = metrics.NewCounter("mrs_rooms_parsed") // RoomsIndexed - The total number of rooms indexed from the indexable servers RoomsIndexed = metrics.NewCounter("mrs_rooms_indexed") )
Functions ¶
func IncSearchQueries ¶
func IncSearchQueries(api, server string)
IncSearchQueries increments search queries counter with labels
Types ¶
Click to show internal directories.
Click to hide internal directories.