Allow specifying to use the real environment statistics provider in `TestingHost`
ledjon-behluli opened this issue · 0 comments
ledjon-behluli commented
The TestingHost
forces usage of TestHooksEnvironmentStatisticsProvider
, but sometimes real statistics are necessary.
Provide an options in TestClusterOptions
to use the real EnvironmentStatisticsProvider
.