influx-proxy icon indicating copy to clipboard operation
influx-proxy copied to clipboard

Results 35 influx-proxy issues
Sort by recently updated
recently updated
newest added

抱歉, 对于这个influxdb-proxy有几个地方不是很清楚, 给@shell909090 您的gmail邮箱发了邮件. 您方便的时候可以看下吗

influxproxy下的influxdb如果开启了权限控制,proxy日志疯狂提示401,这块是不支持db配置权限吗

之前使用单点influxdb时一般占用内存也就30多G,换成influx-proxy后两个cluster占用内存达到120G,请问有什么好的优化方案吗?

file.go中定义xxx.dat文件根据backend的名字,在当前运行环境目录内生成,无法调整文件路径位置; 文件数据会不断增大造成磁盘爆满;建议可以更改文件生成路径 ![1633953372(1)](https://user-images.githubusercontent.com/16890042/136786124-3284ef22-42ce-4c83-959a-b9a4aa71ce61.png)

我进到infux-proxy 一编译就报错 [root@node1 influx-proxy]# make mkdir -p bin go build -o bin/influx-proxy github.com/shell909090/influx-proxy/service cannot find package "github.com/shell909090/influx-proxy/service" in any of: /opt/module/go/src/github.com/shell909090/influx-proxy/service (from $GOROOT) /root/go/src/github.com/shell909090/influx-proxy/service (from $GOPATH) make: *** [build] 错误...

1.数据备份: 1)是否在keymap配置measurements指向多个backend 就可以实现数据备份 2)新的measureents添加是否都需要修改config.py添加 keymap配置再刷到redis 2.数据查询的的时候其中一个backend 挂掉proxy是否能自动切换到另外一个节点查询,写入同理

请问 backends 里的多个实例。怎么将数据写到另一个实例,现在我只能写到一个实例8087,8086 没有数据,但是数据库在4个实例都有,现在measurements只有在8087上的实例有。 "circles": [ { "name": "circle-1", "backends": [ { "name": "influxdb-1-1", "url": "http://10.105.1.181:8086", "username": "admin", "password": "xiebin1204", "auth_secure": false }, { "name": "influxdb-1-2", "url": "http://10.105.1.181:8087", "username": "admin",...

[httpd] 10.105.1.182 - - [26/Dec/2020:22:47:19 +0800] "GET /ping HTTP/1.1" 204 0 "-" "Go-http-client/1.1" 41601730-4789-11eb-8ac9-005056b0ca24 39 influxdb 1.8.3 redhat7.6

curl -XPOST 'http://localhost:8089/write?db=ta&u=admin&p=dfd' --data-binary 'reports,host=23 kd=22' response: HTTP/1.1 204 No Content X-Influxdb-Version: 1.1 Date: Thu, 25 Jan 2018 08:17:14 GMT 请问是怎么回事

Shell 您好! 我按照 readme 中的安装步骤进行操作,到 go get -u github.com/shell909090/influx-proxy/service 这一步时,出现错误: $ go get -u github.com/shell909090/influx-proxy/service package github.com/influxdata/influxdb/client/v2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of: /usr/lib/go/src/github.com/influxdata/influxdb/client/v2 (from $GOROOT) /home/test/go/src/github.com/influxdata/influxdb/client/v2 (from $GOPATH)...

help wanted