Closed Bug 1768507 Opened 4 years ago Closed 3 years ago

Monitor rate of duplicates in live tables

Categories

(Data Platform and Tools :: General, enhancement, P2)

enhancement
Points:
5

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: klukas, Assigned: mhirose)

References

Details

(Whiteboard: [dataquality])

Attachments

(2 files)

As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1767545 we should add a monitor for the rate of duplicates in each live table.

Assignee: nobody → jklukas
Points: --- → 2
Priority: -- → P2

PR has been merged and the job is working. You can now run queries like:

SELECT *, SAFE_DIVIDE(live_nondistinct, live) AS dupe_ratio
FROM
  `moz-fx-data-shared-prod.monitoring.structured_distinct_docids`
  where submission_date = '2022-05-17'
LIMIT
  1000

We still need to add an explore to the Looker dashboard, though.

Unassigning to make this available for others to take over the finish line with a new Looker explore.

Assignee: jklukas → nobody
Points: 2 → 5
Assignee: nobody → mhirose
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Whiteboard: [data-platform-infra-wg][data-quality] → [dataquality]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: