Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigquery): add reservation usage stats to query statistics #3403

Merged
merged 6 commits into from Dec 8, 2020

Commits on Dec 7, 2020

  1. feat: add reservation usage stats to query statistics

    This PR plumbs through reservation usage stats reported per-job.
    
    Also added a small integration test for testing query statistics,
    as we didn't have one previously.
    shollyman committed Dec 7, 2020
    Copy the full SHA
    9a4e078 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    915962e View commit details
    Browse the repository at this point in the history
  3. address reviewer comments

    shollyman committed Dec 7, 2020
    Copy the full SHA
    876514a View commit details
    Browse the repository at this point in the history
  4. hoist reservation usage reporting to top-level job statistics.

    This is reported at the top-level, to support other slot-consuming
    job types like load jobs.  We'll ignore the query-specific copy.
    shollyman committed Dec 7, 2020
    Copy the full SHA
    0ec510e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Copy the full SHA
    2828ab7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f6a56f View commit details
    Browse the repository at this point in the history