Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Appender
Method
Appender
modules/generator/registry/appender_test.go:21–21 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
19
)
20
21
func
(n noopAppender) Appender(context.Context) storage.Appender {
return
n }
22
23
func
(n noopAppender) Append(storage.SeriesRef, labels.Labels, int64, float64) (storage.SeriesRef, error) {
24
return
0, nil
Callers
1
CollectMetrics
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected