Questions tagged [whisper]

Whisper is one of the components of Graphite, and is responsible for the back-end storage of incoming metrics from the network.

Whisper is one of the components of Graphite, and is responsible for the back-end storage of incoming metrics from the network.

Whisper is a fixed-size database, similar in design and purpose to RRD (round-robin-database). It provides fast, reliable storage of numeric data over time. Whisper allows for higher resolution (seconds per point) of recent data to degrade into lower resolutions for long-term retention of historical data.

57 questions
15
votes
2 answers

Is it possible to query data from Whisper (Graphite DB) from console?

I have configured Graphite to monitor my application metrics. And I configured Zabbix to monitor my servers CPU and other metrics. Now I want to pass some critical Graphite metrics to Zabbix to add triggers for them. So I want to do something like…
Pavel Vyazankin
  • 1,470
  • 6
  • 18
  • 27
12
votes
1 answer

carbon/graphite apply new retention to old data

When setting up graphite I accidentally set the retention to 1800 days not 180 days. '10s:6h,10min:1800d' From what I understand changing the retention now won't clean up the old data. I am unsure of how todo this without destroying all the data we…
henry.oswald
  • 5,304
  • 13
  • 51
  • 73
6
votes
1 answer

How can I setup Signal protocol

I am trying to setup Signal protocol. Can someone please help me with this. https://github.com/WhisperSystems/libsignal-protocol-javascript They had given the below code to use at the install time (that is for setup). I am not able to complete this…
tarun14110
  • 940
  • 5
  • 26
  • 57
4
votes
0 answers

Storage aggregation is not combining like I would expect

I'm not getting expected results with some metrics I am tracking in Graphite and displaying in Grafana. For metric like: bitbucket.commits-per-user.username1.count bitbucket.commits-per-user.username2.count I have a retention policy…
Hal
  • 1,229
  • 11
  • 26
4
votes
2 answers

Laravel Echo and Whisper, listenForWhisper not work

I'm running Echo server and Beyondcode (Pusher). Presence channels work perfectly, and messaging I have built for it works. Now I'm trying to get the whisper to work for the typing status as well but no luck. Sending whisper: let channel =…
TheNord
  • 73
  • 1
  • 7
4
votes
2 answers

Laravel Echo and whisper

I'm running echo server and redis. Private channels work perfectly, and messaging I have built for it works. Now I'm trying to get the whisper to work for the typing status as well but no luck. Does whisper require a pusher to work? What I have…
EmJeiEn
  • 1,343
  • 5
  • 17
  • 30
4
votes
1 answer

Graphite: Help me interpret the whisper-info.py output

I have been trying to make sense out of the whisper-info.py output and it seems a little cryptic to me. Currently this is my setup: storage-schema.conf [carbon] pattern = ^carbon\. retentions = 60:90d [stats] pattern = ^stats.* retentions =…
AlexR
  • 118
  • 1
  • 8
3
votes
0 answers

Why everyone can see my Graphite data?

Recently I installed Graphite to monitor my application. I installed it on an external (cloud) server and used the following configuration: local_settings.py: USE_REMOTE_USER_AUTHENTICATION = True DASHBOARD_REQUIRE_AUTHENTICATION =…
Gal Dreiman
  • 3,969
  • 2
  • 21
  • 40
3
votes
1 answer

Graphite movingAverage of sum of hitcount

I'm trying to render a graphite chart that has the movingAverage of the sum of the hitcount of several different metrics. This target: sum(hitcount(stats.ambrosia.flows.*.*.messages.success,"1minutes")) works nicely: I would expect that the…
sigpwned
  • 6,957
  • 5
  • 28
  • 48
2
votes
1 answer

Howto handle Whisper's pre-allocation in a cloud environment?

I'm setting up a metrics infrastructure and I really like the powerful Graphite api. However, Whisper, the storage backend, does not currently work well for us due to it's disk pre-allocation feature. We run a cloud-based architecture where our apps…
Jonas Bergström
  • 741
  • 6
  • 15
2
votes
1 answer

Whisper not showing old data

I have set retention policy as 10s:1d 1m:7d 15m:1y. But using this when I try to get one month data nothing is shown on graphite. Only last 24 hrs of data is shown. I tried to change retention policy to 1m:31d,15m:1y,1h:5y and running…
Amit Sadafule
  • 431
  • 5
  • 15
2
votes
1 answer

Graphite whisper losing old data

My graphite whisper databases don't store data older than 7 days old. Using the whisper-fetch.py tool I can only see data up to 1 week back (when there should be data for at least 3 weeks at this point). I'm using grafana, statsd, graphite-web,…
Salami
  • 2,849
  • 4
  • 24
  • 33
2
votes
2 answers

Getting the error "TypeError: 'NoneType' object is not iterable" when trying to use whisper-merge

I'm trying to use whisper-merge to merge 2 wsp files. They have identical retention strategies, one just has older data than the other. When I run whisper-merge oldfile.wsp newfile.wsp I get this error Traceback (most recent call last): File…
Glenn Slaven
  • 33,720
  • 26
  • 113
  • 165
1
vote
1 answer

rsuite Popover component accessible via keyboard's tab key

I used rsuite Popover to create popover with two buttons. When I get focus to the popover button using keyboard tab and clicked enter button, Popover dialog box successfully opened with two buttons. But when I click again tab button to go inside…
1
vote
0 answers

I don't see data older than 72h

i have problem with my graphite (I think so) when i set eg. CPU-system diagram to 72h is all ok, i see data etc. when i set more than 72 - eg. 73 or 73-89h from this moment i see empty graph I can't even see the latest data 72h I try change…
Fin4l
  • 11
  • 1
1
2 3 4