Module base

Source
Expand description

§The common foundation for all Falco plugins

All plugins must implement the base::Plugin trait which specifies some basic metadata about the plugin.

See the base::Plugin trait documentation for details.

Structs§

Json
A wrapper to mark a configuration schema as JSON-encoded
Metric
A metric with a value
MetricLabel
A descriptor for a metric

Enums§

MetricType
MetricValue

Traits§

Plugin
A base trait for implementing Falco plugins