Jake
Jake
```js 'use strict'; var Probe = require('../lib/probe.js'); var aspect = require('../lib/aspect.js'); var util = require('util'); var am = require('../'); function CouchbaseProbe() { Probe.call(this, 'couchbase'); } util.inherits(CouchbaseProbe, Probe); CouchbaseProbe.prototype.aspectBucketMethod = function(bucket,...
@NikCanvin it would be good to see response times and error rates if any occur when making couchbase queries.
@sjanuary Hi. I reopened a new PR with a cleaner commit log and the changes you wanted. Thanks for the help. Let me know if anything else needs changed.