Error: “INVALID” is not a valid start token
The configuration file that reports the error:
- job_name: 'jiankong'
scrape_interval: 15s
static_configs:
- targets: ['192.168.17.54:6666']
Solution:
add a line of code
metrics_path: '/prometheus'
configuration file after solution
- job_name: 'jiankong'
metrics_path: '/prometheus'
scrape_interval: 15s
static_configs:
- targets: ['192.168.17.54:6666']
Reason for error reporting: this problem is caused by incorrect data format, which can be solved by specifying the pulled data format
Read More:
- [Solved] spring boot security Start Error: ‘login.html?error‘ is not a valid redirect URL
- JSON parse error: Can not deserialize instance of java.lang.String out of START_OBJECT token
- How to Solve pod Error: “Authentication token is invalid or unverified. Either verify it with the email that…”
- [Solved] ERROR: ./depthai_sdk is not a valid editable requirement.
- Error: array bound is not an integer constant before ‘]’ token
- [Solved] Goland sdk Error: The selected directory is not a valid home for Go SDK
- [Solved] prometheus Exception Exit Error: opening storage failed
- Docker Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate has expired or is not yet valid
- [Solved] Canoe CAPL Error: “the test module is not assigned or invalid”
- It can be opened with localhost, but not with IP address. The request host name is invalid
- Android studio can’t start, running error: warning: crash service did not start
- When installing zookeeper, you can view the process start, but the status display error: Error contacting service. It is probably not running
- [Solved] Mac Install homebrew Error: error: Not a valid ref: refs/remotes/origin/master
- MindSpore Error: [ERROR] MD:unexpected error.Not a valid index
- CDH-hue : Could not start SASL: Error in sasl_client_start (-4) SASL(-4): no mechanism available
- Error while trying to run project:unable to start debugging.the debugger is not properly installed. run setup to install or repa
- CIBERSOFT $operator is invalid for atomic vectors [How to Solve]
- Abnormal [System.InvalidOperationException: custom type mapping for ‘xxx’ is not specified or is not a solution
- [Solved] MinIO Start Error: “WARNING: Console endpoint is listening on a dynamic port…”
- Start Docker Quickstart Terminal error This computer is running Hyper-V. VirtualBox won’t boot a 64bits VM when Hyper-V is activated