observability

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	CacheHit(expression, expressionType string)
	EvaluationStart(expression, expressionType string)
	EvaluationError(err error, expression, expressionType string, duration time.Duration)
	EvaluationSuccess(expression, expressionType string, duration time.Duration, result any)
}

Logger defines the interface for a structured logger that can be used by shared packages.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL