Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Checker ¶
type Checker interface {
// Check does whatever the checker is checking for.
Check(ctx context.Context) error
}
Checker is an interface that monitors must implement.
type Options ¶
type Options struct {
// CoreOptions provides --namespace, --otlp-endpoint, logging, and OTel setup.
CoreOptions options.CoreOptions
// contains filtered or unexported fields
}
Options allow modification of parameters via the CLI.
Click to show internal directories.
Click to hide internal directories.