Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ String
Method
String
pkg/usagestats/stats.go:254–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
func
(s *Statistics) String() string {
255
b, _ := json.Marshal(s.Value())
256
return
string(b)
257
}
258
259
func
(s *Statistics) Value()
map
[string]
interface
{} {
260
stdvar := s.value.Load() / float64(s.count.Load())
Callers
nothing calls this directly
Calls
2
Value
Method · 0.95
Marshal
Method · 0.65
Tested by
no test coverage detected