Skip to content

Implemented automatic reset of all entities in Sinks when stopping

Sebastien Ponce requested to merge sponce_resetSinks into master

This is useful in case your application stop and restarts and wants clean counters/histograms on restart Off by default and can be turned on on Sinks using the new ResetEntitiesOnStop property

This commit also adds 2 tests checking that both reset and noreset modes are working as expected

Merge request reports