# Functions
Lookup returns the status plugin registered with the manager.
New returns a new Plugin with the given config.
NewConfigBuilder returns a new ConfigBuilder to build and parse the plugin config.
ParseConfig validates the config and injects default values.
# Constants
Name identifies the plugin on manager.
# Type aliases
BundleLoadDurationNanoseconds represents the configuration for the status.prometheus_config.bundle_loading_duration_ns settings.
Config contains configuration for the plugin.
ConfigBuilder assists in the construction of the plugin configuration.
Logger defines the interface for status plugins.
Plugin implements status reporting.
UpdateRequestV1 represents the status update message that OPA sends to remote HTTP endpoints.