IdMapMetrics
externalIds object[]required
Per-provider row counts from series_external_ids. Sorted
alphabetically by provider for stable rendering.
Array [
countinteger<int64>required
Number of (provider, external_id) → series_id rows recorded.
providerstringrequired
Canonical provider id (e.g. mangaupdates, mal, anilist).
]
mangaupdatesRedirectCache objectrequired
State of the persisted MangaUpdates legacy → modern slug cache.
lastResolvedAtinteger,null<int64>nullable
Epoch seconds of the most recent translation. None when the
cache is empty.
modernCountinteger<int64>required
Rows where modern_id IS NOT NULL — legacy ids we've successfully
translated to a slug.
tombstoneCountinteger<int64>required
Rows where modern_id IS NULL — legacy ids MU retired, so we no
longer waste a HEAD request on them.
IdMapMetrics
{
"externalIds": [
{
"count": 0,
"provider": "string"
}
],
"mangaupdatesRedirectCache": {
"lastResolvedAt": 0,
"modernCount": 0,
"tombstoneCount": 0
}
}