mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
No time precision in UDP/IP
This commit is contained in:
@@ -4,6 +4,8 @@ namespace InfluxDB\Adapter;
|
||||
|
||||
use GuzzleHttp\Client;
|
||||
use InfluxDB\Options;
|
||||
use InfluxDb\Adapter\QueryableInterface;
|
||||
use InfluxDB\Adapter\AdapterInterface;
|
||||
|
||||
class GuzzleAdapter implements AdapterInterface, QueryableInterface
|
||||
{
|
||||
|
||||
@@ -17,9 +17,6 @@ class UdpAdapter implements AdapterInterface
|
||||
return $this->options;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo Handle timePrecision parameter
|
||||
*/
|
||||
public function send($message, $timePrecision = false)
|
||||
{
|
||||
$message = json_encode($message);
|
||||
|
||||
Reference in New Issue
Block a user