Patrick Hemmer
Patrick Hemmer
Well, I ended up using httpclient anyway. Was the only gem that had most of what I needed. I also came up with a fairly simple monkey patch to add...
Sounds this may still be a duplicate, but of #1446 :-)
I think you're misreading the issue, if you want multiple hypertables, that's #3314.
Deadlocks are generally client issues. Since you're using telegraf, and I see you recently posted on https://github.com/influxdata/telegraf/pull/8651, can you confirm this is the plugin you are using? The issues you're...
2 data nodes. version 2.5.0
I only get that `period must be greater than 0` error when `GROUP BY "time"` is not present in the query. I'm not sure what the difference in our setups...
So below is my stack trace when I put a breakpoint on `ts_timestamp_bucket` and I omit the `GROUP BY "time"` (so that I get the expected error): ``` #0 ts_timestamp_bucket...
Yes, COPY is utilized for all data inserts.
Yes it's still a draft. None of the tests have been written. Was waiting to see if there were any major changes requested. Since it seems quiet on that front,...
> Are there any risks involved with two telegraf agents on different hosts attempting to create tables (for new metrics) or add columns at the same time? Off the top...