Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ randomBytes
Function
randomBytes
pkg/drain/testdata/generate-random-span-names/main.go:130–134 ·
view source on GitHub ↗
(r *rand.Rand, n int)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
randomBytes(r *rand.Rand, n int) []byte {
131
buf := make([]byte, n)
132
r.Read(buf)
133
return
buf
134
}
135
136
func
randomMethod(r *rand.Rand) string {
137
methods := []string{
Callers
1
generateFeature
Function · 0.85
Calls
1
Read
Method · 0.65
Tested by
no test coverage detected