Yeah, that sounds fair! I'll change the existing `TSStatFindName()` API to
only return success if the found stat also has a sync callback already set.
Sync Callback (e.g a Counter/Guage/Average etc) is set by calling
TSStatCreate() ) and this change will ensure that `TSStatFindName()` will not
> On Apr 14, 2020, at 1:23 PM, Sudheer Vinukonda
> wrote:
>
> The existing TS API `TSStaFindName()` returns success if it's able to find
> the stat in the stats hash table. This automatically becomes true for
> persistent stats that get loaded from the stats snapshot, even when a
> `TSStatC