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

Struct defaultTokenizer

pkg/drain/line_tokenizer.go:18–18  ·  view source on GitHub ↗

defaultTokenizer is the default implementation of the LineTokenizer interface. It tokenizes a line into a list of tokens using a simple state machine. This is the main point of customization for the DRAIN algorithm, and is largely domain-specific.

Source from the content-addressed store, hash-verified

16// machine. This is the main point of customization for the DRAIN algorithm, and
17// is largely domain-specific.
18type defaultTokenizer struct{}
19
20var _ LineTokenizer = (*defaultTokenizer)(nil)
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected