Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ PrefixConfig
Function
PrefixConfig
pkg/util/config.go:70–76 ·
view source on GitHub ↗
(prefix string, option string)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
PrefixConfig(prefix string, option string) string {
71
if
len(prefix) > 0 {
72
return
prefix +
"."
+ option
73
}
74
75
return
option
76
}
Callers
15
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
RegisterFlagsAndApplyDefaults
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected