libpressio_external_metrics_plugin should inherit from pressio_errorable. This will allow metrics to fail when called in appropriately (i.e. such as from pressio_metrics_evaluate).
Metrics largely fit into the following types
realtime
evaluatable_single
evaluatable_many_app
evaluatable_many_general
They should also report what combination of buffers they need to do their job.
libpressio_external_metrics_plugin
should inherit frompressio_errorable
. This will allow metrics to fail when called in appropriately (i.e. such as from pressio_metrics_evaluate).Metrics largely fit into the following types
They should also report what combination of buffers they need to do their job.