Prometheus报错:“INVALID“ is not a valid start token
Posted 运维老司机
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Prometheus报错:“INVALID“ is not a valid start token相关的知识,希望对你有一定的参考价值。
问题:“INVALID” is not a valid start token
报错的配置文件
- job_name: 'jiankong'
scrape_interval: 15s
static_configs:
- targets: ['192.168.17.54:6666']
解决方法:
添加一行代码
metrics_path: '/prometheus'
解决之后的配置文件
- job_name: 'jiankong'
metrics_path: '/prometheus'
scrape_interval: 15s
static_configs:
- targets: ['192.168.17.54:6666']
报错原因:百度说这个问题是因为数据格式不正确导致的,通过指定拉取的数据格式即可解决
以上是关于Prometheus报错:“INVALID“ is not a valid start token的主要内容,如果未能解决你的问题,请参考以下文章
Laravel 项目登录报错:The MAC is invalid.
laravel项目报错DecryptException:The MAC is invalid.
react-router 报错React.createElement: type is invalid ...解决方法
oracle创建包后执行报错:object omgmig.test_package is invalid.
github添加ssh key报错Key is invalid. Ensure you've copied the file correctly
JSP报错The value for the useBean class attribute *** is invalid.