Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/665#discussion_r129308721
--- Diff:
metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/bolt/GenericEnrichmentBolt.java
---
@@ -179,6 +180,7 @@ public void declareOutputFields(OutputFieldsDeclarer
declarer) {
@SuppressWarnings("unchecked")
@Override
public void execute(Tuple tuple) {
+ long texecute1 = System.currentTimeMillis();
--- End diff --
I wondered about this also @justinleet and the light searching I did wasn't
all that conclusive. Do you by chance have any references?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---