Skip to main content

atoti.plugin_measure(*args, plugin_key)

Return a measure computed by a plugin registered by an Atoti Server extension.
This feature is experimental, its key is "plugin_measure".
  • Parameters:
    • args (NestedPluginMeasureArgs) – The arguments forwarded to the measure plugin. Supported types include:
    • plugin_key (str) – The key of the measure plugin.
  • Return type: MeasureDefinition

Example

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