scale

Asked by Paris

Hello,

I send data to carbon with example-client.py (delay = 15).
I expect to have a value displayed every 15 s but the web interface displays values every minute.
I configured retentions at 15 s.
How could I modify the configuration to display the values that I send to carbon every 15 s ?

[stats]
priority = 110
pattern = ^load
retentions = 15s:2160,60:10080,600:26297

Regards

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Paris
Solved:
Last query:
Last reply:
Revision history for this message
Bryan B (agent462) said :
#1

Did the wsp file get created before you configured your retentions? If it did, you'll need to use the whisper-resize.py to adjust it accordingly.

Are you caching anything with memcached?

Revision history for this message
Paris (parisro-ro) said :
#2

I used whisper-resize.py with a value retention which is twice greater than the one I used in the schema file. I restarted carbon it seems OK. Thank you