MCPcopy
hub / github.com/netdata/netdata / Parse

Method Parse

src/go/pkg/matcher/expr.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type (
11 Expr interface {
12 Parse() (Matcher, error)
13 }
14
15 // SimpleExpr is a simple expression to describe the condition:

Callers 15

initPrometheusClientMethod · 0.95
mainFunction · 0.65
mainFunction · 0.65
NewWithSelectorFunction · 0.65
ParseMethod · 0.65
TestExpr_ParseFunction · 0.65
TestExprSelector_MatchesFunction · 0.65
ParseFunction · 0.65
TestExprParseScenariosFunction · 0.65

Implementers 8

CSVParsersrc/go/plugin/go.d/pkg/logs/csv.go
LTSVParsersrc/go/plugin/go.d/pkg/logs/ltsv.go
JSONParsersrc/go/plugin/go.d/pkg/logs/json.go
RegExpParsersrc/go/plugin/go.d/pkg/logs/regexp.go
SimpleExprsrc/go/pkg/matcher/expr.go
Exprsrc/go/pkg/prometheus/selector/expr.go
Exprsrc/go/pkg/selectorcore/expr.go
Exprsrc/go/pkg/metrix/selector/expr.go

Calls

no outgoing calls