diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-03-23 01:14:12 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-03-23 17:40:02 +0000 |
commit | c9f47efdffe00fc5f823b1c982e6b12d92f90276 (patch) | |
tree | fbeea464665975960c53cd06a6f67fb6f58f6342 /controlloop/common/feature-controlloop-trans/src/main/feature | |
parent | 5c4675e5f6f7fe9b8d9e87976ac5f603ff61c268 (diff) |
transaction logging through a feature
This is the first of 2 code inspections.
This review contains though most of the work.
It keeps tracks of all in progress transactions
by intercepting all notifications. From that
appropriate metrics can be obtained and logged.
The actual logging of the metrics and enablement
of the feature at install time will come in a
subsequent review.
Change-Id: Ie5c8adfbdeae72758da7da8a1b4133cd4818c6fb
Issue-ID: POLICY-533
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/src/main/feature')
-rw-r--r-- | controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties new file mode 100644 index 000000000..5d350d575 --- /dev/null +++ b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties @@ -0,0 +1,2 @@ +controlloop.cache.transactions.size=500 +controllop.cache.transactions.timeout.seconds=3600 |