Some services are deprecated and should not be used anymore:
algatux_influx_db.services_clients.influx_db_client_factory
algatux_influx_db.client.udp.writer_client
algatux_influx_db.client.http.writer_client
Use Database
services instead:
algatux_influx_db.database.http
algatux_influx_db.database.udp
Some class are deprecated and should not be used anymore:
Algatux\InfluxDbBundle\Services\Clients\InfluxDbClientFactory
Algatux\InfluxDbBundle\Services\Clients\WriterClient
Algatux\InfluxDbBundle\Services\Clients\ReaderClient
Algatux\InfluxDbBundle\Model\PointsCollection
Some interfaces are deprecated and should not be used anymore:
Algatux\InfluxDbBundle\Services\Clients\Contracts\ClientInterface
Algatux\InfluxDbBundle\Services\Clients\Contracts\ReaderInterface
Algatux\InfluxDbBundle\Services\Clients\Contracts\WriterInterface