Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptransport: http2Client.notifyError got notified that the client transport was broken unexpected EOF #4255
Comments
This comment has been minimized.
This comment has been minimized.
|
This is likely the rpc gateway. Do you have proxy environment variables set? |
This comment has been minimized.
This comment has been minimized.
|
Yes, I had following proxy set up:
The error disappears after adding
Thanx for providing a clue. |
sw-samuraj
closed this
Jun 12, 2018
This comment has been minimized.
This comment has been minimized.
BehroozBahrameh
commented
Dec 24, 2018
•
|
I have the same issue on version 2.6.0. scrape_configs:
- job_name: 'my_service'
metrics_path: '/health/p'
scheme: http
static_configs:
- targets: ['172.16.10.97:7015']I have no idea how can i fix this issue on 2.6.0 level=warn ts=2018-12-24T10:37:20.387481536Z caller=scrape.go:835 component="scrape manager" scrape_pool=my_service target=http://172.16.10.97:7015/health/p msg="append failed" err="unexpected end of data, got \"EOF\""
|
This comment has been minimized.
This comment has been minimized.
dsg-anthony
commented
Jan 4, 2019
I ran into this issue with a exporter I created in python. |
sw-samuraj commentedJun 12, 2018
Bug Report
What did you do?
Following Getting started documentation, I start Prometheus via
./prometheus --config.file=prometheus.ymlcommand. Theprometheus.ymlconfig file is the default one in the distribution, without any modification.What did you expect to see?
An initial log sequence with "ready to serve" message.
What did you see instead? Under which circumstances?
After the initial log sequence, there is endlessly repeating sequence of:
Environment