I expect to see line around 1 rps
--
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/bd8ff708-626c-44b1-8fff-2225be34713f%40googlegroups.com.
I assume this sum is necessary because you have a number of backends that need to be aggregated.Because it's only 1qps, depending on how many instances you have, what you're seeing is interpolation noise. For slow moving counters Prometheus has to use interpolation in order to estimate the real rate per second over 1 minute in your case.This is why you're seeing funny results.If you increase the simulation to get about 1 request per second per instance, things should smooth out.
On Thu, Apr 20, 2017 at 10:26 AM, <van...@gmail.com> wrote:
I expect to see line around 1 rps
--
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.
Thanks for fast reply.I don't think that it is related with multiple nodes.But I think that I found problem:We are using kamon and kamon-prometheus in our application.There should be invariant kamon.metric.tick-interval <= kamon.prometheus.refresh-interval >= prometheus scrape intervalIt was violated.
On Thursday, April 20, 2017 at 12:30:32 PM UTC+4, Ben Kochie wrote:I assume this sum is necessary because you have a number of backends that need to be aggregated.Because it's only 1qps, depending on how many instances you have, what you're seeing is interpolation noise. For slow moving counters Prometheus has to use interpolation in order to estimate the real rate per second over 1 minute in your case.This is why you're seeing funny results.If you increase the simulation to get about 1 request per second per instance, things should smooth out.On Thu, Apr 20, 2017 at 10:26 AM, <van...@gmail.com> wrote:I expect to see line around 1 rps--
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/bd8ff708-626c-44b1-8fff-2225be34713f%40googlegroups.com.
--
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/1b04a798-57bc-45b8-badf-689f7f232795%40googlegroups.com.
Brian, thanks for response.I agree and will try to find better library instead of kamon, but now I have to fix this issue.
Unfortunately, fix of intervals haven't helped.Current question:reco_http_requests_count{response_code="500",request_type="GET",kamon_category="histogram",kamon_name="http_requests"} 70.0 1492684842737if prometheus got as response (as text format) such string, does prometheus think that it is current value of counter or difference from last scrape?
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1b04a798-57bc-45b8-badf-689f7f232795%40googlegroups.com.
Thanks for very interesting video.As I understood: i can't use kamon library with prometheus properly, because kamon resets counters on each snapshot (Prometheus can handle restarts, but it isn't able to distinguish restart and normal case if current metric is greater than previous)Is it true?
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/d683804e-ef1c-4add-8405-d52dcb24d718%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/d683804e-ef1c-4add-8405-d52dcb24d718%40googlegroups.com.
Can you share available workarounds? I would like to understand all our possible solutions (prometheus client, kamon with workaround, cinnamon)
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/2bdd39fc-bee1-4445-a45d-585a92d216c7%40googlegroups.com.