bigquery/storage/managedwriter: provide opt-in dynamic interface for stats tracking #5100
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
It is not really a problem in the intuitive sense, it is however extra baggage that isn't always desired or fully utilised.
Currently the stats are being tracked using
go.opencensus.io/stats
. This hardcoded dependency means that:Describe the solution you'd like
I would have imagined that similar to how you can often implement your own logger,
one could implement their own stats tracker. You could still provide a solution using opencensus,
but at the very least it would also allow me to get get these tracks using a very different platform.
Describe alternatives you've considered
opencensus
but that is not going to happen as it isn't used anywhere else in our organisation;Additional context
N/A
The text was updated successfully, but these errors were encountered: