Closed
Bug 960210
Opened 12 years ago
Closed 2 years ago
Log output from analysis jobs and task runner to heka
Categories
(Webtools Graveyard :: Telemetry Server, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jonasfj, Unassigned)
Details
The current analysis framework doesn't log anything. This is problematic for monitoring and debugging.
There is lots of structured data in the task format, we should log some of this. Also the actual analysis jobs (i.e. the task code loaded from tarball) often prints things to stdout and stderr, perhaps we should log this... At least to some extent. And aggregate by owner and job-name, so it's easy to track down.
In fact we should email job-owner if a certain number of stderr messages are seen. This exercise would also help track down bugs in current analysis code.
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•