Closed LiuShiYa-github closed 8 months ago
十分抱歉,我搞了一个乌龙。 在prometheus.yml配置错误了
remote_read:
- url: "http://10.0.0.12:6041/prometheus/v1/remote_write/prometheus"
basic_auth:
username: root
password: ****
remote_timeout: 10s
read_recent: true
修改为
remote_read:
- url: "http://10.0.0.12:6041/prometheus/v1/remote_read/prometheus"
basic_auth:
username: root
password: NUma@numa1
remote_timeout: 10s
read_recent: true
修改后一切正常!
现象
根据Prometheus | TDengine 文档 | 涛思数据 (taosdata.com) 文档说明配置Prometheus后 查看数据时提示
remote_read: remote server http://10.0.0.12:6041/prometheus/v1/remote_write/prometheus returned HTTP status 400 Bad Request: proto: wrong wireType = 0 for field Labels
具体现象如下图
环境
操作系统信息
prometheus版本
尝试过的TDengine版本
TDengine-server-3.0.3.0-Linux-arm64
TDengine-server-3.2.2.0-Linux-arm64
提交Issue时TDengine版本
集群安装步骤
配置/etc/hosts
下载安装包
修改TDengine集群配置文件
启动服务
创建集群以及创建prometheus库
修改root密码
prometheus.yml
日志
taosadapter_2024_02_19_00_00.log的日志内容如下:
我不太清楚产生状态码为400的原因
附件为详细的taosadapter_2024_02_19_00_00.log
taosadapter_2024_02_19_00_00.log