Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ Println
Method
Println
monitoring/exporter/main.go:30–32 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
28
type
promHTTPLogger
struct
{}
29
30
func
(l promHTTPLogger) Println(v ...
interface
{}) {
31
log.Println(v...)
32
}
33
34
func
parseMetricList(list string) []string {
35
metrics := strings.Split(list,
","
)
Callers
15
genDb
Function · 0.80
main
Function · 0.80
MessageLoop
Method · 0.80
sendMessageGrpc
Method · 0.80
serveGrpc
Function · 0.80
listenAndServe
Function · 0.80
topicInit
Function · 0.80
initTopicP2P
Function · 0.80
initTopicNewGrp
Function · 0.80
initTopicSlf
Function · 0.80
readLoop
Method · 0.80
sendMessage
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestUserCreate
Function · 0.64