Graphite is a highly scalable real-time graphing system, specifically built to visualize numeric time-series data. The data can be visualized through graphite's web interfaces. Graphite is Apache 2.0 Licensed and written in Python. http://graphite.wikidot.com/

learn more… | top users | synonyms

2
votes
1answer
23 views

Should UdpClient be a singleton when using it for logging?

I'm using Graphite.NET for logging to statsD. Underneath the hood, it uses UdpClient to write to the statD server. Source. I think makes sense to create this as a singleton because I will be logging ...
0
votes
0answers
13 views

JMXTrans and Graphite: Monitor Tomcat Status

Wanted to generate a graphite data point every 5 seconds in order to verify whether tomcat service is running. I'm able to get Current Thread Count and Current Threads Busy, but on stopping the ...
0
votes
1answer
37 views

Graphite - render precision lower than 1 minute

I'm trying to get arroud with Graphite. I have problem getting graph render precision lower that minute. I already set refresh time to 1 second, display time to relateive -5 minutes and retention to: ...
-1
votes
0answers
39 views

Cubism Graphite - Draw real time graph for 10 second interval

I am working on creating real time graphs using cubism.js. I am successfully able to generate live graphs with 1 min step. But the issue comes when i change step from 1min to 10second. Graph doesn't ...
0
votes
1answer
31 views

install graphite using chef omnibus

I am trying to install graphite using chef. I am new to chef and have very little idea of the working. I am using the chef version(10.24.4). I get the following error when i try to install graphite ...
0
votes
1answer
28 views

Securing Graphite's data: url keys or proxying?

I'm looking for something like http-auth or url keys, as I load graphite's data directly from the browser, and I don't want to proxy it trough my webapp. Is it even possible? I could not find ...
0
votes
1answer
26 views

Statsd + Graphie , showinglow fequency events

I am using the stadard Graphite + Statsd stack. A 10 sec statsD interval + 10s graphite retention schema. I have several events that happen 1K - 10K times a day. And I would like to show them in a ...
0
votes
1answer
95 views

Linux Process Monitoring Using Statsd and Graphite

I would like to monitor linux processes (log cpu and ram usage statistics and display them graphically over a period of time) using statsd and graphite. I have configured statsd and graphite to run as ...
0
votes
1answer
75 views

RRD library for handling time series data in a Python application

I am working on a simulation engine using Python where I collect a lot of metrics. The simulation runs at a high speed and generates around 100K events/second (I can do some processing by ...
0
votes
0answers
270 views

How to configure graphite with nginx and uwsgi?

I'm not quite sure what it is that I am doing wrong, but I am about ready to give up. Currently, we are using this cookbook https://github.com/gosquared/graphite-cookbook to get graphite up and ...
0
votes
2answers
49 views

Transform for graphite counter

I'm using the incr function from the python statsd client. The key I'm sending for the name is registered in graphite but it shows up as a flat line on the graph. What filters or transforms do I ...
-1
votes
1answer
220 views

Open Source website performance monitoring [closed]

I am looking for an Open Source solution to monitor my web sites' performance over time. More specifically, I am looking for something I can run on a server that will (on a continual basis) monitor ...
0
votes
1answer
36 views

Collecting metrics for your application

Curious how people are integrating sending of metrics to graphite. It appears most are using a client (many available on statsd github) that sends to statsd which sends on to carbon. My question is do ...
0
votes
2answers
97 views

best tool for notification on metrics

What are the best tools available for querying Graphite metrics and performing notifications?. Have seen some people using nagios but have also seen people say its not the easiest to set up and wish ...
0
votes
1answer
216 views

How to configure collectd daemon sample rate for write graphite plugin

We have configured collectd to collect data from oracle,and collectd writes data to our graphite every 10 seconds. We should be able to configue this sample rate in collectd's configuration or can i ...
0
votes
0answers
77 views

Python sockets & thread safety?

I've got a pretty simple directory watcher and file reader that outputs CSV data into graphite. We've got two graphite servers, and we're currently writing to both of them simultaneously over a ...
1
vote
1answer
47 views

Graphite Graphs Rendering Counts at 1/3 of their Total

I have the following retention rule set up in my storage-schemas.conf file. retentions = 1s:5m,1m:1d,15m:90d,1d:10y My storage aggregation looks like this: [default] pattern = .* xFilesFactor = 0 ...
0
votes
1answer
46 views

Graphite: Using holtWintersConfidenceBands on large period (for accuracy) but getting last x minutes datapoints

Is there a way to execute the holtWintersConfidenceBands on large period but to get only last x minutes datapoints? For example: I want to execute the holtWintersConfidenceBands function on the last ...
1
vote
1answer
76 views

Graphite Dashboard viewer for mobile device

I have gone through various documentations on Graphite (Performance Monitoring Tool) to explore if Graphite supports any options to view dashboards on mobile platforms e.g. smart phones, iPad, ...
2
votes
0answers
101 views

graphite pickle vs line receiver

There seem to be 2 ways to push metrics to graphite/carbon, Line receiver Pickle receiver As per the docs http://graphite.readthedocs.org/en/1.0/feeding-carbon.html pickle is better as it allows ...
0
votes
1answer
34 views

Organisaing metric storage in Graphite?

How can I get my metrics to be saved at the root level. Currently been saved under the stats hierarchy (see graphite) Want to save under the top level(Graphite)
0
votes
1answer
34 views

Statsd send method

Does anyone know what the purpose of the sampleRate check and random number is for in the Send method e.g. in the c# sample: if (sampleRate < 1.0) { foreach (var stat in stats) { if ...
1
vote
2answers
100 views

Deleted/Empty Graphite Whisper Files Automatically Re-Generating

I am trying to delete some old graphite test whisper metrics without any success. I can delete the metrics by removing the files. (See: How to cleanup the graphite whisper's data? ) But, within a ...
1
vote
2answers
98 views

Graphite - Multi archives level retrieval issue

I've configured my files with the following retentions settings: retentions = 10s:7d,1m:30d,5m:1y And this indeed works, however my problem is that the web-app decides to get the data from the ...
0
votes
1answer
37 views

Graph a timer based on counts

I am new to Graphite and Graphs so bare with me for the simple question. I am sending timer metrics to Graphite and would like to create a graph of the counts based on the times buts I cannot do it or ...
0
votes
0answers
45 views

What are the best tools out there to automate the creation of dashboards in graphite?

I am using graphite 0.9.10 in a large scale environment. I want to automate the creation of dashboards. What are the best tools (live) out there? I appreciate the help
0
votes
1answer
124 views

Metrics filter in Graphite - ignore hierarchy (dots)

Is there any way to filter metrics in Graphite while ignoring the hierarchy? For example: Say I have the following metrics: stats_count.A.B.TestMetric stats_count.A.TestMetric stats.A.B.TestMetric ...
1
vote
0answers
247 views

Graphite data and Cubism display

I'm trying to create a realtime dashboard for my Graphite data. I want it to show only the last hours' worth of data. I can configure Cubism to pull the data from Graphite but I'm unable to create an ...
2
votes
1answer
188 views

StatsD and Graphite issues with stats_counts metrics

I'm having issues with the stats_counts metrics which whipser saves. In my app I'm firing two kind of metrics in the same time: Counter increment + Time. When I compare the specific metrics graphs: ...
0
votes
1answer
87 views

How to summarize data from one second in Graphite?

I am new to Graphite. I just wrote a Python script that generates data within graphite, however I am sending in the value of 1 for each datapoint, and there are multiple datapoints for each second. ...
0
votes
1answer
67 views

HTTP-based statsd server [closed]

I know Statsd is a simple client/server mechanism from the folks at Etsy that allows operations and development teams to easily feed a variety of metrics into a Graphite system. I prefer to send ...
2
votes
1answer
156 views

Graphite will only display data for the past 24 hours

Here's the display for a stat for the past 24 hours (in Graphite Composer): Here's the display for a stat for the "past 14 days": Not much difference there. I cannot convince Graphite to display ...
1
vote
1answer
138 views

Filtering Graphite metrics by server

I've recently done a lot of research into graphite with statsD instrumentation. With help of our developer operations team we managed to get multiple servers reporting metrics to graphite, and combine ...
0
votes
0answers
121 views

graphite virtual host not being recognized

I have setup graphite and have setup my vhost configuration in apache as follows: <VirtualHost *:80> ServerName stats.example.com ServerAlias stats.example.com DocumentRoot ...
0
votes
2answers
102 views

Unable to start carbon with graphite

I am using graphite 0.9.2. Today , I start carbon using this command export PYTHONPATH=/home/local/ZOHOCORP/bharathi-1397/softwares/graphite/whisper-0.9.10; nohup ./bin/carbon-cache.py --debug start ...
1
vote
1answer
39 views

Split continuous counter by time period

I have a series list *.in.count that represents number of messages going into a queue. If I plot the list as-is it will be a perpetually going up line: What I want to know is how many messages go ...
0
votes
0answers
53 views

Installing graphite, Analytics tool Mountain Lion 10.8

I've been trying to install graphite on a mountain lion(10.8) and it keeps failing when trying to create the "/opt/graphite" i have follow the documentation/most of the githubs gist i find but i ...
0
votes
1answer
75 views

graphite statsd xaxis every 2 seconds

I have installed graphite, nodejs-statsd (to receive data), and python statsd client(to send data). below is a test script which sends data to the udp socket of statsd process. #!/usr/bin/env python ...
0
votes
0answers
236 views

Installing cairo 1.10.2 to be able to run graphite

What I am looking for I am trying to install and run graphite on my OSX 10.8.2. I ran into many issues no matter what approach I tried so at this point I am trying to stick with the exact versions ...
0
votes
0answers
133 views

Changing retention rates of RRD files in Graphite

I am working on a project using Graphite on linux, before I explain my question I will tell you the background to the problem. I know that in Graphite it is easy to change the retention of the Whisper ...
1
vote
1answer
35 views

Is there a way to Ignore values by range when displaying in composer?

Is there a function in the Graphite URL API which allows us to ignore values which are inside (or outside) a certain range?
3
votes
1answer
207 views

Does a thread-safe statsd client exist?

I need to use a thread-safe statsd client in a web application to monitor user threads for the statistics. Please suggest a solution that is both thread safe and does not compromise performance.
0
votes
1answer
78 views

Inconsistency between statsdclient(java) and statsd

I used a java client(available in statsd examples) to fire my test app stats. First I experienced this error: [22/Jan/2013 06:14:38] code 400, message Bad request version ('1358856879') [22/Jan/2013 ...
0
votes
1answer
253 views

Graphite plot CPU usage

This is a bit of a tricky one. I'm trying to plot CPU usage in percentage of usage at certain point of time. To do this I take the samples from /proc/stat - these are absolute samples and they looks ...
1
vote
1answer
72 views

Weighted sum of series in Graphite

I'm working with series of response times from different servers in Graphite, and I have separate series showing the number of requests from each server. Now what I'd like to do is compute a weighted ...
0
votes
1answer
66 views

tasseo authentication fails

I was wondering if anyone uses Tasseo for their Graphite dashboards. I'm having some problems I dont quite get. Basically, Tasseo polls Graphite server for stats - if you have authentication enabled ...
1
vote
1answer
181 views

Cannot get StatsD and Graphite to play

I've been fiddling trying to get StatsD to push information across to Graphite but am seeing the following in the graphite logs [18/Jan/2013 08:12:12] code 400, message Bad request version ...
0
votes
2answers
371 views

Graphite nginx requests per second

Is there any way how to get Graphite to graph req/s ? When you retrieve nginx requests from nginx_status you are sending an absolute value to the graphite, so I'm thinking if there is any way how you ...
3
votes
1answer
134 views

UDP packets sent from Rails on Heroku to HostedGraphite aren't accepted [closed]

I have a Rails app on Heroku with code to send a UDP packet (on certain user actions) to HostedGraphite (I'm just trying out the free version). I have pointed the "socket.send" call at my own UDP ...
1
vote
1answer
116 views

When using wildcards to graph metrics is there a way to force an order on the matching metrics?

I've got two graphs that use the something like the following metrics : graph1 : oldMethod.latencies_msec.percentiles.p{25,50,75,90,95,99} graph2 : ...

1 2 3