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
- Metric
Label - A descriptor for a metric
Enums§
Traits§
- Plugin
- A base trait for implementing Falco plugins