Closed Bug 1626010 Opened 6 years ago Closed 6 years ago

Fix telemetry crash bucket lifecycle

Categories

(Socorro :: Infra, task)

task
Not set
normal

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

  1. The lifecycle policy has a prefix of /v1/ instead of v1/. The leading slash makes matches fail, and thus the existing policy of 196 days has never been applied.

  2. 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.

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.