Closed
Bug 1299840
Opened 9 years ago
Closed 9 years ago
Log requests against mozaggregator library
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, enhancement, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frank, Assigned: frank)
References
Details
While working on Bug 1294694, it became difficult to understand how various groups are using t.m.o. without specifically going around and asking everyone. If we logged requests against aggregates.t.m.o., it would give us a better idea of how end users are using t.m.o. (and telemetry.js), which we could use to inform our decisions about expanding/pruning/migrating the aggregates dataset in the future.
Updated•9 years ago
|
Points: --- → 2
Priority: -- → P3
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → fbertsch
Priority: P3 → P2
Assignee | ||
Comment 2•9 years ago
|
||
Initially, I am essentially just going to store a log with timestamp and request. If there's other metadata we have about requests I might include that as well, for example, where it came from (could separate out TMO & telemetry.js users).
I'm hoping to just write these to a log, and upload that log to S3 after X time, X bytes, X rows, or shutdown. Currently looking at tools so I don't have to roll my own for this, there's a few nasty corner cases.
Assignee | ||
Comment 3•9 years ago
|
||
It doesn't look like New Relic will work with this. It's limited to 7 days retention on transactions, which will not be nearly enough. New Relic will be nice for the performance monitoring and error reporting, though.
Assignee | ||
Comment 4•9 years ago
|
||
Decided to use Papertrail. I have an account I setup, and it is backing up daily to an s3 bucket: s3://net-mozaws-dev-us-west-2-telemetry-aggregates-logs. PR 26 logs requests to this service.
Assignee | ||
Updated•9 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 5•9 years ago
|
||
Cloudwatch Logs is running in Prod now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•