Closed
Bug 1616536
Opened 6 years ago
Closed 6 years ago
add maxmind db version to __heartbeat__
Categories
(Location :: General, enhancement, P2)
Location
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(2 files)
We have the alembic version in the /__heartbeat__ response. We should add the maxmind db version to /__heartbeat__ to help us keep track of updates.
Pretty sure we want the build_epoch value which is in the db metadata. I don't see any other version-y values available.
| Assignee | ||
Comment 1•6 years ago
|
||
This is pretty straight-forward. It's almost all done already since /__heartbeat__ has the maxmind db age.
Grabbing this to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
I want to change this. Currently, the value is the build epoch. I want to change it to an iso-8601 version of that.
So instead of something like:
- 1582570094
we should switch it to something like this:
- 2020-02-24T13:48:14Z
That matches how Telemetry is tracking their maxminddb version. Having the version format the same makes things easier.
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
This got deployed. Marking as FIXED.
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
•