Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend QPS / latency graphs go away after the weekend #572

Closed
tomwilkie opened this issue Jun 27, 2016 · 3 comments
Closed

Frontend QPS / latency graphs go away after the weekend #572

tomwilkie opened this issue Jun 27, 2016 · 3 comments

Comments

@tomwilkie
Copy link

No description provided.

@tomwilkie tomwilkie self-assigned this Jun 27, 2016
@tomwilkie
Copy link
Author

Prometheus has trouble parsing the /metrics endpoint:

text format parsing error in line 63: unexpected end of label value %!q(*string=0xc86c65df90)

@tomwilkie
Copy link
Author

And this is whats in /metrics:

metrics (4).zip

Its probably entries like this that cause the parse error:

nginx_http_request_duration_seconds_bucket{host="'"",le="00.010"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.020"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.030"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.050"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.075"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.100"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.200"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.300"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.400"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.500"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="00.750"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="01.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="01.500"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="02.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="03.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="04.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="05.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="10.000"} 1
nginx_http_request_duration_seconds_bucket{host="'"",le="+Inf"} 1

@tomwilkie
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant