AzonMedia / guzaba2

Guzaba Framework v2
MIT License
2 stars 0 forks source link

Add APM data to Guzaba2\Database\Nosql\Redis\ConnectionCoroutine #17

Open kenashkov opened 4 years ago

kenashkov commented 4 years ago

Use the V_0_0_7 branch. Update the Redis connection class so that the following metrics are updated:

    'cnt_nosql_read_statements'             => 0,
    'time_nosql_read_statements'            => 0,
    'cnt_nosql_write_statements'            => 0,
    'time_nosql_write_statements'           => 0,
kenashkov commented 4 years ago

See Kernel.php for all metrics (in 0_0_7)