Actions
Bug #20804
opencrunchstat-summary should use container logs API, not CollectionReader and logs table
Story points:
-
Description
Currently crunchstat-summary uses CollectionReader to read crunchstat logs for finished containers, and uses the "logs" API for unfinished containers. That "logs" data will soon be unavailable, so crunchstat-summary will lose the ability to make graphs/stats for containers while they are still running.
We can fix this by replacing both "get crunchstat logs via CollectionReader" and "...via logs API" code paths with "get crunchstat logs via container logs API".
Actions