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 trace instrumentation support for individual rpcs #6493

Merged
merged 12 commits into from Sep 2, 2022

Commits on Aug 9, 2022

  1. feat(bigquery): add trace instrumentation support for individual rpcs

    This PR instruments the unary RPCs, with the exceptions of:
    * job-related RPCs
    * iterator-based RPCs (e.g. *.list operations)
    
    This also adds retries for datasets.delete.
    shollyman committed Aug 9, 2022
    Copy the full SHA
    1da52cb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Copy the full SHA
    9a2f8ef View commit details
    Browse the repository at this point in the history
  2. instrument list RPCs

    shollyman committed Aug 10, 2022
    Copy the full SHA
    d694ea5 View commit details
    Browse the repository at this point in the history
  3. jobs instrumentation

    shollyman committed Aug 10, 2022
    Copy the full SHA
    8b28445 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. revist dataset

    shollyman committed Aug 17, 2022
    Copy the full SHA
    0f632c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Copy the full SHA
    62dcb60 View commit details
    Browse the repository at this point in the history
  2. add retry to jobs.list

    shollyman committed Aug 31, 2022
    Copy the full SHA
    a68aa38 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Copy the full SHA
    ec39f48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    707ac9b View commit details
    Browse the repository at this point in the history
  3. unregister test exporter

    shollyman committed Sep 1, 2022
    Copy the full SHA
    2858bdf View commit details
    Browse the repository at this point in the history
  4. remove junk comment

    shollyman committed Sep 1, 2022
    Copy the full SHA
    3f10f36 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    acf0b72 View commit details
    Browse the repository at this point in the history