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".
Related issues
Updated by Tom Clegg about 1 year ago
- Related to Idea #16442: Scalable + reliable container logging added
Updated by Peter Amstutz 8 months ago
- Related to Feature #19744: Run crunchstat automatically from workflow runner added
Actions