Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ String
Method
String
pkg/usagestats/stats.go:360–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
}
359
360
func
(c *Counter) String() string {
361
b, _ := json.Marshal(c.Value())
362
return
string(b)
363
}
364
365
func
(c *Counter) Value()
map
[string]
interface
{} {
366
return
map
[string]
interface
{}{
Callers
10
Test_BuildReport
Function · 0.45
buildMetrics
Function · 0.45
ParseProtoReader
Function · 0.45
decompressFromBuffer
Function · 0.45
TabOut
Function · 0.45
TraceIDToHexString
Function · 0.45
SpanIDToHexString
Function · 0.45
InitLogger
Function · 0.45
Log
Method · 0.45
ExtractTraceID
Function · 0.45
Implementers
6
counter
modules/generator/registry/counter.go
testCounter
modules/generator/registry/test.go
testGauge
modules/generator/registry/test.go
gauge
modules/generator/registry/gauge.go
bucket
modules/distributor/usage/tracker.go
Counter
pkg/usagestats/stats.go
Calls
2
Value
Method · 0.95
Marshal
Method · 0.65
Tested by
1
Test_BuildReport
Function · 0.36