Closed phixMe closed 1 month ago
Name | Link |
---|---|
Latest commit | 166f4b49b272e83eb26f8dd35e32f6e4dd10ae49 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/6705bffbf830730008a34b07 |
Attention: Patch coverage is 77.77778%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 83.08%. Comparing base (
d180f24
) to head (166f4b4
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...pi/src/main/java/marquez/service/StatsService.java | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
https://github.com/user-attachments/assets/1894c875-822a-4b2d-9bd9-d05650a16ad0
This adds metrics for sources, datasets, and jobs.
created_at
on the corresponding tables that are used with the number is known before a merge.Solution
Various
generate_series
style queries to aggregate metrics cumulatively.One-line summary: Three endpoints that return Intervals of counts for daily and weekly graphs on the new dashboard.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)