Currently, on requesting summary metrics, cached data are returned if the current number of successful tasks is the same as the cached data.
However, the number of successful tasks is wrong. In `AppStatusStore`, the KVStore is ElementTrackingStore, instead of InMemoryStore. This PR is to fix the class matching.
- links to