log

package
v0.47.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 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 Provider

type Provider interface {
	Type() string
	// Evaluate runs the given query against the log provider,
	// and then checks if there is at least one error log.
	// Returns the result reason if non-error occurred.
	Evaluate(ctx context.Context, query string) (result bool, reason string, err error)
}

Provider represents a client for log provider which provides logs for analysis.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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