Skip to main content
atoti.plugin_measure(
    *args: NestedPluginMeasureArgs,
    plugin_key: str,
) → MeasureDefinition
Return a measure computed by a plugin registered by an Atoti Server extension.
This feature is experimental, its key is "plugin_measure".

Parameters

*args

The arguments forwarded to the measure plugin. Supported types include:

plugin_key

The key of the measure plugin.
The Atoti Server extension used provided by server_extension_jar_path contributes a measure plugin with the key "MY_INCREMENT":