//
pkg.gl
Category
github.com/go-faster/oteldb
internal
logql
logqlengine
logqlpattern
package
0.15.0
Repository:
https://github.com/go-faster/oteldb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
248 SLOC
#
Functions
Match
Match matches given pattern against input string.
MustParse
MustParse is like [Parse] but panics if the expression cannot be parsed.
Parse
Parse parses LogQL pattern.
#
Constants
Capture
No description provided by the author
DisallowNamed
No description provided by the author
ExtractorFlags
No description provided by the author
LineFilterFlags
No description provided by the author
Literal
No description provided by the author
RequireCapture
No description provided by the author
#
Structs
Part
Part is a pattern part.
Pattern
Pattern is a parsed pattern.
#
Type aliases
ParseFlags
ParseFlags defines options for [Parse].
PartType
PartType defines type of [Part].