aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
430 stars 198 forks source link

Added latency metrics to Query and PutBins methods -- WIP #328

Closed KolbyMcGarrah closed 3 years ago

KolbyMcGarrah commented 3 years ago

Initial changes for adding latency metrics to the aerospike go client Query and PutBins methods. I needed to change the command interface Execute, execute and executeAt functions to all include a context as a parameter so that I could propagate tags down to be recorded. This required updating all of the other instances of those functions which is why so many files were touched.

Some key features that need to be implemented are:

khaf commented 3 years ago

Sorry for the late reply, I was on Vacation for most of December. I'm curious as to why this PR was posted, and why it was subsequently closed immediately?