Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ logLimits
Function
logLimits
modules/overrides/userconfigurable/api/api.go:241–250 ·
view source on GitHub ↗
(limits *client.Limits)
Source
from the content-addressed store, hash-verified
239
}
240
241
func
logLimits(limits *client.Limits) string {
242
if
limits == nil {
243
return
""
244
}
245
bytes, err := json.Marshal(limits)
246
if
err != nil {
247
return
""
248
}
249
return
string(bytes)
250
}
Callers
2
set
Method · 0.85
update
Method · 0.85
Calls
1
Marshal
Method · 0.65
Tested by
no test coverage detected