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
6
votes
2 answers

Grafana dividing 2 series

I'm trying to divide 2 series to get their ratio. For example I'm got sites (a.com, b.com, c.com) as * (All sites) Each of them has total sections count and errors occurred stats. I'm wanna to show as bars errors/sections where section > errors for…
Denis Kovalenko
  • 61
  • 1
  • 1
  • 3
6
votes
1 answer

Retrieve current metric value from graphite

Suppose I have a metric named a.b.c.count. I am trying to write a python script which reads the latest value of the metric a.b.c.count in graphite. I went through the docs and figured out that we can use curl to retrieve metrics from graphite using…
user3351750
  • 927
  • 13
  • 24
6
votes
1 answer

How to change the x axis in Graphite/Grafana (to graph by day)?

I would like to have a bar graph in graphite/grafana that has a single bar per day, over the week. Ideally we would have the days of the week (Monday,Tuesday...etc) on the x axis labels, and then seven bars in the graph, one for each day of the…
user3037691
  • 135
  • 1
  • 3
  • 9
6
votes
1 answer

Graphite and GUnicorn - Config issue or path issue

I've been trying to get Graphite to run via GUnicorn (eventually proxied via nginx), however I have tried just about everything to startup the app and have been unable to get past errors similar to the following. (graphite)/opt/graphite/conf…
Lukas
  • 3,175
  • 2
  • 25
  • 34
6
votes
1 answer

Graphite - create graph with percentage

I am trying to create a graph as show below which was described in blog post(http://matt.aimonetti.net/posts/2013/06/26/practical-guide-to-graphite-monitoring/) However I cannot get the values to "stack" on top of each other. They are overlapping…
Noel
  • 5,037
  • 9
  • 46
  • 69
6
votes
1 answer

Graphite Graph - how fast can we update the graph?

We are trying to use Graphite for a (near) real-time graphing web system. However we cannot seem to speed graphite faster than 1 second update rates. Ultimately we would like to have 100ms updates From reading the FAQ it makes it sound like…
GregM
  • 3,624
  • 3
  • 35
  • 51
6
votes
1 answer

Having trouble getting accurate numbers from graphite

I have an application that publishes a number of stats to graphite via statsd. One of the stats simply sends a stat increment to statsd every time a message is received by the service. I need to display a graph that shows the the relative traffic…
RockyMountainHigh
  • 2,871
  • 5
  • 34
  • 68
6
votes
2 answers

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 batching multiple metrics in a single call. But one…
vinodv26
  • 249
  • 5
  • 14
6
votes
1 answer

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?
Usman Ismail
  • 17,999
  • 14
  • 83
  • 165
6
votes
3 answers

Graphite with powershell

I'm have an instance of graphite configured on one server, and i'm using it to monitor my environment which sadly consists of both linux and windows machines. I want monitor the well-being of my servers so i have opted for collectl on my linux…
primero
  • 591
  • 1
  • 6
  • 17
6
votes
3 answers

Sending Data from ganglia to graphite

I am currently collecting monitoring metrics with Ganglia and I would like to show graphs with that data with Graphite. I know such an integration is possible, and I found an article describing how it should be done. I am not quite sure exactly how…
Nadav Leibo
  • 63
  • 1
  • 5
5
votes
1 answer

LDAP Authentication not working in Graphite

I have Installed Graphite in RHEL7 server. I have done the LDAP configuration in Graphite local_settings.py ## LDAP / ActiveDirectory authentication setup USE_LDAP_AUTH = True LDAP_SERVER = "ldap-test.com" LDAP_PORT = 389 #LDAP_USE_TLS = False ##…
user2439278
  • 1,222
  • 7
  • 41
  • 75
5
votes
0 answers

How to configure Graphite & Grafana with spark submit on Airflow cluster?

I recently configured Airflow to perform my tasks. I've got master node and 2 workers that perform my tasks. I want to monitor my cluster with Graphite and Grafana. All I did was installing Graphite and Grafana on master node and testing it with…
Ruslan Lomov
  • 487
  • 1
  • 4
  • 10
5
votes
1 answer

Graphite Web Error Log, OperationalError: no such table: auth_user

I have a problem with starting graphite web interface, using apache2. I get 500 Internal error, the screenshot of my log is below. I am new to this website and also to this software. My question might be too simple but, I have spent a lot of time on…
5
votes
1 answer

Single-stat percentage change from initial value in graphite/grafana?

Is there a way to simply show the change of a value over the selected time period? All I'm interested in is the offset of the last value compared to the initial one. The values can vary above and below these over the time period, it's not really…
Dacite
  • 73
  • 1
  • 7