InfluxDB PHP SDK

Send message to InfluxDB.

$client = new \InfluxDB\Client();
$client->setAdapter(new \InfluxDB\Adapter\UdpAdapter());
$client->mark("search", [
    "query" => "php"
]);
S
Description
Community-based GPL-licensed network monitoring system
Readme
219 MiB
Languages
PHP 37.2%
JavaScript 33.6%
HTML 24.5%
CSS 3%
Less 0.7%
Other 0.8%