Daniel Moran
Daniel Moran
@C-monC I'm not familiar with the Grafana integration, but based on similar issues I've seen I'd recommend trying the instructions I listed at https://github.com/influxdata/kapacitor/issues/2476#issuecomment-775988436 to expose your bucket via our...
What happens if you switch "HTTP Method" to "POST"? We've seen strange failures when using GET (#20713)
If you have control over the server deployment, you could also run `influxd --log-level debug` to (hopefully) get some tracing logs on the server-side. If switching the HTTP Method doesn't...
@nickwbaker deleting by `_field` is a separate issue, see #20399
Hey @vlovgr, just a heads-up that I'm going to try to get a PR up for this in the next few days. I'm going to try to hook up the...
More info: * Originally hit the failure in the same `sbt test` run where I hit #172 * Test continued to fail on subsequent `sbt test`s even though #172 didn't...
Commenting to nudge this 😅 Something like this would be a big help for my team. We're trying to migrate our CI from using `docker login` to using the ECR...
@snenkov can you provide some extra info to help me set up a realistic reproduction? Ideally: * Example line-protocol inputs that would be affected by your delete call (ideally with...
(Disclaimer: not an InfluxQL expert) I think delete-with-predicate might be running into trouble because the InfluxQL engine pivots `_field` values into column names, so a search for the `_field` tag...
I'm honestly not sure. I'll raise it internally, but I'm not sure how much attention it'll get until after the holiday season since so many people are on vacation.