Closed
Bug 1626010
Opened 6 years ago
Closed 6 years ago
Fix telemetry crash bucket lifecycle
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brian, Assigned: brian)
References
Details
https://earthangel-b40313e5.influxcloud.net/d/VF-LQ89Wk/socorro-s3?orgId=1&from=1546318800000&to=now
The telemetry crash bucket has been growing since its creation and is now larger than the main crash bucket! I see two problems
-
The lifecycle policy has a prefix of
/v1/instead ofv1/. The leading slash makes matches fail, and thus the existing policy of 196 days has never been applied. -
The telemetry ingesion process runs daily, so we don't need to keep 196 days. After talkign with willkg we settled on 3 weeks as a reasonable window to allow backfill.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Grafana shows the expected drop on bucket size.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•