-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
I'm really keen on adding support for opentelemetry.io
This would require:
- Adding
ctx context.Contextto all clientAPI calls, which seems sensible for multiple reasons (i.e timeouts) - Creating spans at useful points in the code, so we can see, for example, how long a given transaction takes
- We may also want to expose some metrics for the cache