You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
We want to enable the ShardIndexingPressure Collector to be enabled by default.
These are scenarios which we have tested and have positive result from code perspective -
ShardIndexingPressure enabled and Collector enabled - Will collect metrics.
ShardIndexingPressure disabled and Collector enabled - Will not collect metrics.
ShardIndexingPressure enabled/disabled and and Collector disabled - Will not collect metrics.
ShardIndexingPressure feature can be toggled as per the need and it will take affect in PA as the collector is enabled by default.
Also we have the andon cord to disable this collector in case something goes really wrong
Chances of things going wrong is really low because of below reasons -
This collector will be added to the scheduled metrics collector only when the ShardIndexingPressure class is present in the code.
We want to enable the ShardIndexingPressure Collector to be enabled by default.
These are scenarios which we have tested and have positive result from code perspective -
ShardIndexingPressure feature can be toggled as per the need and it will take affect in PA as the collector is enabled by default.
Also we have the andon cord to disable this collector in case something goes really wrong
Chances of things going wrong is really low because of below reasons -
The text was updated successfully, but these errors were encountered: