Joakim Hansson
Joakim Hansson
This feature adds an extension method allowing users to convert attribute decorated POCO's following certain rules into [Points](https://github.com/pootzko/InfluxData.Net/blob/develop/InfluxData.Net.InfluxDb/Models/Point.cs). The following attributes must be present in the POCO: | Attribute name...
It feels really weird to have to use custom query builders instead of being able to generate queries with something like: ```cs _dbClient.QueryAsync("databaseName", "SELECT * FROM temp WHERE cpuId =...
I think that even though kubectl is found in your PATH you should be able to explicitly tell omgrpc to not create a proxy and try to pipe connections through....