Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ ParseSubprocessor
Function
ParseSubprocessor
modules/generator/processor/spanmetrics/subprocessors.go:36–43 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
ParseSubprocessor(s string) bool {
37
for
_, p :=
range
SupportedSubprocessors {
38
if
strings.EqualFold(p.String(), s) {
39
return
true
40
}
41
}
42
return
false
43
}
Callers
1
updateSubprocessors
Method · 0.92
Calls
1
String
Method · 0.45
Tested by
no test coverage detected