i don't think so,the app'tps is about 1000/s,10minuates can not be 1-2 points
在 2018年4月12日星期四 UTC+8下午3:29:32,Brian Brazil写道:On 12 April 2018 at 08:23, <zjws...@gmail.com> wrote:I'm guessing you only have 1-2 data points for this period. For a 90th percentile to make sense you need at least 10.--Brian Brazil
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/7d801302-4d75-4303-a782-4ad0c4376a94%40googlegroups.com.
On 13 April 2018 at 04:49, Saren SR <zjws...@gmail.com> wrote:i don't think so,the app'tps is about 1000/s,10minuates can not be 1-2 pointsThe application as a whole might be, but that's not the same as each endpoint on each instance individually getting 1000/s.Brian
--
在 2018年4月12日星期四 UTC+8下午3:29:32,Brian Brazil写道:On 12 April 2018 at 08:23, <zjws...@gmail.com> wrote:I'm guessing you only have 1-2 data points for this period. For a 90th percentile to make sense you need at least 10.--Brian Brazil
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/7d801302-4d75-4303-a782-4ad0c4376a94%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/77a134f8-10c6-4d6e-aca1-c83b1ed33682%40googlegroups.com.
CumulativeHistogram.buckets(CumulativeHistogram.linear(0.0, 1.0, 5))
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="0.0",} 0.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="1.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="2.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="3.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="4.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="+Inf",} 55.0CumulativeHistogram.buckets(CumulativeHistogram.linear(0.0, 1.0, 5))
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="0.0",} 0.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="1.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="2.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="3.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="4.0",} 55.0
http_server_requests_bucket{method="GET",uri="/",exception="None",status="302",app="monitor-app",le="+Inf",} 55.0You could share what the underlying bucket rates are before applying the histogram_quantile() function:
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/14f580ba-e353-431e-9f5c-b3a311ad069c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c3211253-ce01-45f9-9b68-54e1583fc4fb%40googlegroups.com.