Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Add an option to make optional the possibility to store diagnostics timestamps #6

Open
bourtemb opened this issue May 10, 2017 · 3 comments
Assignees

Comments

@bourtemb
Copy link
Member

In the current version, the library is storing the event receive time and event insert time into the database.
It would be useful to add an option to be able to enable this feature only on-demand.
It appears that these timestamps do not seem to be very useful since the EventSubscriber is already monitoring the min and max processing time. Disabling this feature could help saving quite a lot of space.

@chedburgh
Copy link
Member

This will be included in a much larger change set I will add as a branch shortly. I will outline the code that adds this change here.

@chedburgh
Copy link
Member

Included in branch Refactor-Development

@chedburgh
Copy link
Member

Config variable store_diag_times was added. Default is true, to maintain like behaviour with the current module. When set to false, it will stop storing diagtimes. Code can be traced with this flag.

Intention is to move this to default false in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants