crate / cratedb-prometheus-adapter

CrateDB Prometheus Adapter.
Apache License 2.0
60 stars 15 forks source link

Use a different connection pool for read vs. write operations #81

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

At https://github.com/crate/cratedb-prometheus-adapter/issues/72#issuecomment-1611232775, there is an item about using two different connection pools for read vs. write operations. In this way, excessive/overuse of one communication channel will not impact the other, and different usage characteristics can be tuned individually.