Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + const LoggerTag + func New(level log.Level, cfg Config) (log.Logger, error) + type Aggregate int + const Ignore + const Max + const Min + const Replace + const Sum + type Condition struct + Metric string + Op Operator + Readiness time.Duration + Value float64 + type Config struct + Healthcheck []Condition + ListenAddr string + Logger log.Logger + Metrics []Metric + type Metric struct + Aggregate Aggregate + Labels map[string]string + MatchFields map[string]*regexp.Regexp + MatchMessage *regexp.Regexp + Name string + ParserFunc func(reflect.Value) (float64, bool) + TransformFunc func(float64) float64 + Value string + WindowLengthMin uint + type Operator string + const Equal + const Greater + const GreaterOrEqual + const Less + const LessOrEqual + const NotEqual + func (o *Operator) UnmarshalText(text []byte) error + func (o Operator) MarshalText() ([]byte, error)