MCPcopy
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
36func 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

updateSubprocessorsMethod · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected