mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated default telegraf hostname
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ $register->set('influxdb', function() use ($request) { // Register DB connection
|
||||
return $client;
|
||||
});
|
||||
$register->set('statsd', function() use ($request) { // Register DB connection
|
||||
$host = $request->getServer('_APP_STATSD_HOST', 'telegraf-statsd');
|
||||
$host = $request->getServer('_APP_STATSD_HOST', 'telegraf');
|
||||
$port = $request->getServer('_APP_STATSD_PORT', 8125);
|
||||
|
||||
$connection = new \Domnikl\Statsd\Connection\UdpSocket($host, $port);
|
||||
|
||||
Reference in New Issue
Block a user