1.1.0
Metrics
Added support for metrics through wyrihaximus/metrics
:
use React�ventLoop\Factory;
use ReactParallel�ventLoop�ventLoopBridge;
use ReactParallel�ventLoop\Metrics;
use WyriHaximus\Metrics\Configuration;
use WyriHaximus\Metrics\InMemory\Registry;
$loop = Factory::create();
$eventLoopBridge = (new EventLoopBridge($loop))->withMetrics(Metrics::create(new Registry(Configuration::create())));
1.1.0
-
Total issues resolved: 0
-
Total pull requests resolved: 2
-
Total contributors: 1
-
6: Add GitHub Configuration thanks to @WyriHaximus
CI 🚧,Dependencies 📦,Documentation 📚,JSON 👨💼,MarkDown 📝,NEON 🦹♂️,PHP 🐘,Source 🔮,Tests 🧪,YAML 🍄
- 2: Add metrics thanks to @WyriHaximus