Aaron Lindsey created GEODE-7325:
------------------------------------
Summary: Ignore or tag internal function executions
Key: GEODE-7325
URL: https://issues.apache.org/jira/browse/GEODE-7325
Project: Geode
Issue Type: Bug
Reporter: Aaron Lindsey
Currently, the geode.function.executions timer will record execution times for
both internal functions (those extending InternalEntity or InternalFunction),
as well as other functions. Typical users do not want to see metrics for these
internal functions as they are used to implement internal operations in Geode.
We should either ignore internal functions (i.e. don't create meters for them),
or add a tag to identify which functions are internal functions so the user can
filter them out.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)