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 upPrometheus 2 yields "no token found" when parsing Quobyte exports #3395
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi, we are tracking protobuf support for Prom 2.0 here: #2788 |
gouthamve
closed this
Nov 2, 2017
This comment has been minimized.
This comment has been minimized.
|
Ok, we'll add text format. |
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
quolix commentedNov 2, 2017
Quobyte has its own metric system with a Prometheus export in every service. We use the Protocol Buffer format, which worked well with Prometheus <2.0.
All tested Prometheus 2 builds (beta+rc) yield a "no token found" error however and the following log output (prometheus-2.0.0-rc.2.linux-amd64):
level=warn ts=2017-11-02T09:27:49.860892044Z caller=scrape.go:673 component="target manager" scrape_pool=quobyte_consul target=http://10.10.2.83:55001/prometheus msg="append failed" err="no token found"
Here are the HTTP headers:
I tried both chunked and non-chunked encoding, adding and removing " in the values of the Content-type, none of that helped.
Output ist written with:
Can you see if this is a response header problem or a problem in the response body? Is there any way to get better error information from Prometheus?