torodb / stampede

The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
https://www.torodb.com/stampede/
GNU Affero General Public License v3.0
1.76k stars 118 forks source link

Flexy-pool integration #151

Closed ydarias closed 7 years ago

ydarias commented 7 years ago

Now the datasource from Hikari is wrapped with Flexy-pool. With this change some advanced options at the pool configuration can be added and out of the box Flexy-pool publishes advanced metrics about the pool state using JMX.

ydarias commented 7 years ago

Some related documentation about the metrics exposed by Flexy-pool is required into the Stampede documentation section. So it's better to wait for that commit before merging the pull-request.

codecov-io commented 7 years ago

Codecov Report

Merging #151 into devel will not impact coverage by -0.02%.

@@             Coverage Diff              @@
##              devel     #151      +/-   ##
============================================
- Coverage     18.25%   18.24%   -0.02%     
- Complexity        0     1505    +1505     
============================================
  Files           736      736              
  Lines         26398    26413      +15     
  Branches       2805     2317     -488     
============================================
  Hits           4819     4819              
- Misses        21276    21291      +15     
  Partials        303      303
Impacted Files Coverage Δ Complexity Δ
...a/com/torodb/backend/AbstractDbBackendService.java 0% <ø> (ø) 0 <ø> (ø) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6bda65f...cefda54. Read the comment docs.