Andreas Motl

Results 1425 comments of Andreas Motl
trafficstars

Dear @TheOneWhoKnocks96, after starting this yesterday, it seems I got distracted somehow. Sorry. The link you are pointing out looks like it is coming from the InfluxDB **query** machinery, i.e....

Dear @TheOneWhoKnocks96, ### Adding tags to the InfluxDB database > This means that the feature of adding tags to the InfluxDB database is not implemented yet? It well is -...

Dear @Ozymandias96, correct, you can fill key/value pairs into `chunk["tags"]` anywhere within this method. Whether you statically insert them right there using a hacked version of `influx.py` or if you...

Dear @Ozymandias96, sorry for the delay. ### Installation location > I can't find and edit the influx.py script in my machine. When installing Kotori from the Debian package, it will...

[...] I also would like to point out that you can configure Kotori to use the UDP protocol to talk to InfluxDB (see [1] and the `use_udp` option within [2])...

@adrianlzt commented: > Yes, I saw that option, but, correct me if I'm wrong, but only second precision is available and I need ms.

Dear Adrián, > but only second precision is available and I need to express milliseconds You might be correct on that important detail and now I remember it when using...

Dear Ryan, thanks for your report here and at [0], and apologies for the very late reply. `context deadline exceeded` is a very generic error raised from Go which usually...

Hi again, > It seems that after restarting the cratedb-adapter it works perfect for 30 seconds or so. On this, https://github.com/crate/crate/issues/10779 also comes to mind. In this context, may I...

Dear Ryan, #44 improves the network behaviour slightly by adjusting the TCP timeout and keepalive settings. Now, those default values are used: - TCP keepalive interval: 30 seconds - TCP...