Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Improve logging performance #3

@yomed

Description

@yomed

In cases with lots of logging and expensive logging functions, performance can suffer significantly. We should consider a few ways of improving performance for these cases. For example:

  1. Collect aggregate metrics about how often warnings are generated, and then log only those metrics (rather that the atomic data for each transaction).
  2. Only log incremental data when the aggregate error rate is high.
  3. Flush all of the logs at the same time rather than incrementally. Note that this does make assumptions about the underlying logging systems which are independent of this module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions