Closed
Bug 1595748
Opened 6 years ago
Closed 2 years ago
Turn off old stats collection about Firefox CI
Categories
(Release Engineering :: General, task)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sfraser, Assigned: sfraser)
Details
The code in https://github.com/mozilla-releng/measuring_ci/ is deployed to some aws lambdas and used for data collection, but it has now been superseded by newer data collection that listens to pulse messages and puts data in BigQuery.
- Turn off the AWS Lambda functions
- Decide on a lifecycle for the stored task graph cache at
s3://mozilla-releng-metrics/taskgraph_cache/. It's a lot of data, but is proving sometimes useful while we answer other questions, especially with tasks that have expired from taskcluster - Decide on a lifecycle for the parquet files stored under s3://mozilla-releng-metrics/measuring_ci/
- Revoke any access keys used once all the data is gone.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sfraser
| Assignee | ||
Comment 1•6 years ago
|
||
Lambdas are in US East (N Virginia)
| Assignee | ||
Comment 2•6 years ago
|
||
Disabled the cloudwatch triggers, the lambda functions still exist, but haven't been deleted yet. They're tiny compared to the rest of the data, though.
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•