You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2022/10/17 14:51:00 UTC

[jira] [Updated] (MINIFICPP-1960) Add custom flow file allocator to track memory usage, and expose it as a metric

     [ https://issues.apache.org/jira/browse/MINIFICPP-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1960:
------------------------------------
    Description: Flow files are owned by shared_ptr, which erases allocator type, so it should be possible to override the allocator with one that does some extra accounting, without changing the whole world.

> Add custom flow file allocator to track memory usage, and expose it as a metric
> -------------------------------------------------------------------------------
>
>                 Key: MINIFICPP-1960
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1960
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Marton Szasz
>            Priority: Major
>
> Flow files are owned by shared_ptr, which erases allocator type, so it should be possible to override the allocator with one that does some extra accounting, without changing the whole world.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)