Questions tagged [graphite]

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 written in Python.

Graphite provides real-time visualization and storage of numeric time-series data on an enterprise level

Graphite consists of a storage backend and a web-based visualization frontend. Client applications send streams of numeric time-series data to the Graphite backend (called carbon), where it gets stored in fixed-size database files similar in design to RRD. The web frontend provides 2 distinct user interfaces for visualizing this data in graphs as well as a simple URL-based API for direct graph generation.

Graphite's design is focussed on providing simple interfaces (both to users and applications), real-time visualization, high-availability, and enterprise scalability.

Graphite is Apache 2.0 Licensed and written in Python.

More information:

943 questions
0
votes
1 answer

Store function returns(derived values) in Graphite

Is it possible to store them as new keys? E.g. I want to calculate highestAverage(divideSeries(total_request_processing_time.*,total_request_count.*),3) while default Graphite syntax won't allow such combination. Thanks.
0
votes
1 answer

Cannot run Graphite tests: (1044, "Access denied for user 'graphite'@'%' to database 'test_graphite'")

I'm trying to run graphite tests on a more-or-less stock Graphite installation. This means I'm in directory /opt/graphite/webapp and invoking a single test: python manage.py test --settings=tests.settings -p "test_finders.py" -v 3 --traceback The…
Kevin J. Rice
  • 3,337
  • 2
  • 24
  • 23
0
votes
1 answer

Making Cubism.js work with Rails app

I need to implement a time series graph for my rails 4 app. Its not streaming data but I need the look and feel of this but without the animation. I started looking into the documentation and it seems kinda sparse (or Im an idiot :() But I need some…
banditKing
  • 9,405
  • 28
  • 100
  • 157
0
votes
1 answer

Nagios: Not able to write Performance data into file

I am trying to make the communication between Nagios and Graphite but couldn't able to write Nagios performance data to the file. I am referring below mentioned…
upendra
  • 49
  • 6
0
votes
1 answer

Carbon's queue 'auto-flushes' periodically

Carbon's queue size gradually increases everyday and then drops off suddenly. The total metrics received also exhibits the sudden unexplained drop-off. The load-average of the system is constant and well within bounds. The disk too isn't the…
erbdex
  • 1,899
  • 3
  • 22
  • 40
0
votes
1 answer

Migrating tree structure of graphite

How do we migrate the tree structure of graphite? I tried GET /metrics/index.json which only gives me the graphite tree structure in JSON format. I would however like to display the tree in custom UI. The desirable output would be: Thanks
Vamsi Krishna
  • 475
  • 3
  • 9
  • 22
0
votes
2 answers

Should i run Carbon-relay or carbon-cashe or both?

I want to ask about the Graphite carbon daemons. https://graphite.readthedocs.org/en/latest/carbon-daemons.html I would like to ask while running a carbon-rely.py, should i also run carbon-cache.py or the relay is okay? Regards Murtaza
0
votes
2 answers

unable to configure giraffe with graphite

I am trying to configure giraffe with graphite (0.9.10). Graphite is running successfully on port 8080 and I am able to run giraffe on port 9000. I have tried configuring dashboards.js in giraffe to point to a test metric within graphite…
ali haider
  • 19,175
  • 17
  • 80
  • 149
0
votes
1 answer

missing writing values in json format

I am missing a last value of while trying to request data in json format from graphite webapp. The following is from render/views.py in the graphite web app. I am trying to use the threshold function to get constant data. How would i force graphite…
Vamsi Krishna
  • 475
  • 3
  • 9
  • 22
0
votes
2 answers

constantLine function not working in graphite (0.9.12) and django 1.6.1

I am currently using graphite 0.9.12 with django 1.6.1 , I am able to acquire the stored metrics both is json and image formats. However when i try the constantLine function in json format, i get the following error: I am unable to figure out why…
Vamsi Krishna
  • 475
  • 3
  • 9
  • 22
0
votes
2 answers

graphite installation throwing error

I have graphite 0.9.10 on ubuntu 13. When I run the 'run-graphite-devel-server.py' script in the /opt/graphite/bin directory, the server comes up. However, when I access the url on port 8080, I receive the following (500 internal server)…
ali haider
  • 19,175
  • 17
  • 80
  • 149
0
votes
3 answers

How to view graphite graphs on ui?

Earlier I was using Ganglia to monitor a bunch of nodes but now we are moving to Graphite and will be using RRDtool as our storage engine. I have build all graphite related files from source and can start carbon and graphite daemons. But how can I…
user488474
  • 45
  • 7
0
votes
1 answer

Understanding the graphite response (datapoint) for a summarize query for last 24 hours

Request: http://example.com:8081/render?format=json&target=summarize(stats.development.com.xxx.operation.yyy.*.*.rate, "24hours", "sum",…
GJain
  • 5,025
  • 6
  • 48
  • 82
0
votes
0 answers

jmxtrans is not working for kafka - java.net.ConnectException: Connection timed out

I am new to jmxtrans I used this blog to setup jmxtrans monitoring for kafka: http://blogs.impetus.com/big_data/big_data_technologies/kafka-monitoring-using-jmx-jmxtrans.do But I get the below error. At the very bottom is my json file [ 20 Nov…
Tampa
  • 75,446
  • 119
  • 278
  • 425
0
votes
1 answer

Setting up Graphite on a server without root access, internet

I'm working on setting up Graphite for graphing metrics in a closed system where: I do not have root access I cannot access the internet for security reasons. I'm trying to figure out how I'm going to handle this installation by purely scp-ing…
sparkFinder
  • 3,336
  • 10
  • 42
  • 57