googleapis / nodejs-bigquery-storage

BigQuery Storage Node.js client
Apache License 2.0
34 stars 17 forks source link

Let's add a trace id to track node js manual client lib usage #444

Closed yirutang closed 6 months ago

yirutang commented 6 months ago

Similar to python, go and java, let's add a trace id header at the beginning of the request (per connection) to record manual node js client lib usage.

python PR: https://github.com/googleapis/python-bigquery-storage/pull/760

the string should be nodejs-writer

alvarowolfx commented 6 months ago

Fixes by https://github.com/googleapis/nodejs-bigquery-storage/pull/447