blakelead / couchbase_exporter

Export metrics from Couchbase Server for Prometheus consumption
Other
35 stars 18 forks source link

Collect performance issues #7

Closed blakelead closed 6 years ago

blakelead commented 6 years ago

Collect can take a long time eventually failing with a timeout, especially for bucket metrics fetching.

A solution would be to parallelize bucket API requests.

blakelead commented 6 years ago

Multiple requests are now played concurrently for XDCR and bucket collectors.