Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Missing historical charts data #79

Closed
clain23 opened this issue Nov 2, 2015 · 2 comments
Closed

Missing historical charts data #79

clain23 opened this issue Nov 2, 2015 · 2 comments
Assignees

Comments

@clain23
Copy link

clain23 commented Nov 2, 2015

We are using RabbitMQ 3.5.3, Erlang 17.5 on Windows 2012R2.

Historical charts for the same queue are showing different numbers:

At 12:13 it says it were 27k messages at 10:00 http://content.screencast.com/users/timramone/folders/Jing/media/9f717015-502f-42bc-8841-17f83b1a71af/2015-10-23_1213.png

But at 14:26 it says there were 50k messages at 10:00
http://content.screencast.com/users/timramone/folders/Jing/media/d7a6e48e-4ddc-4de4-8ef6-e689083ac45b/2015-10-23_1426.png

It seems that queue graphs are showing data only for last hour. Message rates are also showing only last hour http://screencast.com/t/NkmdtVFh2i

@michaelklishin
Copy link
Member

Stats collector can drop some data when it gets overloaded, by design. See #41.

@michaelklishin michaelklishin self-assigned this Nov 2, 2015
@michaelklishin
Copy link
Member

…plus data retention periods are configurable. Stats database is not meant to be used for long term metrics storage: treat it as a transient data store (which it is) and store data in something like collectd for long term retention.

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

No branches or pull requests

2 participants