MCPcopy
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
70func PrefixConfig(prefix string, option string) string {
71 if len(prefix) > 0 {
72 return prefix + "." + option
73 }
74
75 return option
76}

Calls

no outgoing calls

Tested by

no test coverage detected