Module base

Module base 

Source
Expand description

§The common foundation for all Falco plugins

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

See the 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

Constants§

CURRENT_SCHEMA_VERSION
The latest schema supported by the current SDK version

Traits§

Plugin
A base trait for implementing Falco plugins