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/storage/managedwriter): more instrumentation support #4601

Merged

Commits on Aug 11, 2021

  1. feat(bigquery/storage/managedwriter): more instrumentation support

    This PR adds a bytes metric to the list of defined instrumentation
    metrics, and adds an additional key to track data origin.  Ability
    for users to set the data origin comes a new WithDataOrigin option
    that can be passed to the managed stream constructor.
    
    This also does some minor refactoring of how opencensus view creation
    is handled.
    shollyman committed Aug 11, 2021
    Copy the full SHA
    8470815 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Copy the full SHA
    6837a72 View commit details
    Browse the repository at this point in the history
  2. fix test expectation

    shollyman committed Aug 12, 2021
    Copy the full SHA
    8a4a9c0 View commit details
    Browse the repository at this point in the history