MCPcopy
hub / github.com/grafana/tempo / KnownTransformationNames

Function KnownTransformationNames

pkg/traceql/ast_rewriter.go:40–42  ·  view source on GitHub ↗

KnownTransformationNames returns a comma-separated list of valid transformation names.

()

Source from the content-addressed store, hash-verified

38
39// KnownTransformationNames returns a comma-separated list of valid transformation names.
40func KnownTransformationNames() []string {
41 return slices.Clone(knownTransformationNames)
42}
43
44// ApplyASTRewrites applies all registered transformations except those whose names appear in skip.
45// Passing [TransformationAll] in skip disables every transformation.

Callers 1

CheckConfigMethod · 0.92

Calls 1

CloneMethod · 0.80

Tested by

no test coverage detected