Questions tagged [graphite-carbon]

Carbon refers to the daemons that listen for Graphite events. Use this tag with the [graphite] tag

Carbon refers to the daemons listening for Graphite events.

From the Graphite Carbon documentation

When we talk about “Carbon” we mean one or more of various daemons that make up the storage backend of a Graphite installation. All of the carbon daemons listen for time-series data and can accept it over a common set of protocols. However, they differ in what they do with the data once they receive it.

87 questions
0
votes
0 answers

Graphite or Django seems to be missing some templates and I don't know how to supply them

I'm following this tutorial: https://www.infoq.com/articles/graphite-intro Everything works until the end when I execute this line: tail -f /opt/graphite/storage/log/webapp/process.log I see on the terminal: django-admin.py runserver --pythonpath…
0
votes
1 answer

Graphite agent names

I have setup sensu with graphite following this: https://blog.powerupcloud.com/step-by-step-install-and-configure-sensu-grafana-9cedca333396. Everything seems to be setup correctly but When I go the graphite website the agent names are shown as…
Nasir
  • 59
  • 11
0
votes
1 answer

Sharing the metrics in cache of two nodes within a graphite cluster

I have a graphite cluster with 2 nodes under and ELB. Both of them share a same NFS to store the metrics.I didn't have a problem in accessing the metrics that are already written to the NFS.The problem arises in the case where node 1 have some…
san45
  • 459
  • 1
  • 6
  • 15
0
votes
0 answers

Carbon is clearing data

please help me in my issue. I made Grafana dashboard and all are working fine. But my history is erasing by itself which more then seven days. I don't know what it's can be. carbon.conf [cache] ENABLE_LOGROTATION = True USER = MAX_CACHE_SIZE =…
0
votes
1 answer

Graphite doesn't display > 6h data?

Is something wrong with my config? I log carbon state every minute. It works fine in Graphite, but only for last 6h. If I select anything bigger than that - I don't see any data. This is my storage-schemas.cfg: [carbon] pattern =…
tunarob
  • 2,768
  • 4
  • 31
  • 48
0
votes
1 answer

Configure statsd to work with Graphite

So, I want to install statsd and use client python-statsd to collect some data for my Graphite that is successfully installed on my system. I followed this tutorial, but still have no statsd subdirectory in my Graphite folder So what might be wrong…
Most Wanted
  • 6,254
  • 5
  • 53
  • 70
0
votes
1 answer

Graphite, collect metrics with similar names from different hosts

I've installed Graphite+Carbon to collect metrics from several hosts. These hosts send Apache Spark and Java metrics. I can't distinguish metrics from different hosts on Graphite side. What should be the right approach? I want to group metrics by…
Capacytron
  • 3,425
  • 6
  • 47
  • 80
0
votes
1 answer

carbon-relay Replication across Datacenters

I recently "inherited" a Carbon/Graphite setup from a colleague which I have to redesign. The current setup is: Datacenter 1 (DC1): 2 servers (server-DC1-1 and server-DC1-2) with 1 carbon-relay and 4 carbon caches Datacenter 2 (DC2): 2 servers…
Roland L.
  • 3
  • 7
0
votes
2 answers

why do i get N+1 datapoints from graphite, when i just asked for N datapoints?

render?target=summarize(\*.\*.\*.count,'15min','sum')&from=12:07_20131110&format=json&until=12:22_20131110 I expect 1 data point here but i get 2 [{"target"=>"summarize(foo.example.abc.count, \"15min\", \"sum\")", "datapoints"=>[[nil, 1384113600],…
Sachin Singh
  • 7,107
  • 6
  • 40
  • 80
0
votes
1 answer

Graphite & statsd generating many nodes

I just installed Graphite & statsd to get some statistics for my web-application. It already tracks the data, but it generates way too many nodes inside the Graphite webapp's tree. See attached image: a busy cat…
Matthias Scholz
  • 1,015
  • 1
  • 13
  • 25
-1
votes
1 answer

Is there a very simple graphite tutorial available somewhere?

Given that I have Graphite installed within Docker, does anyone know of a very simple graphite tutorial somewhere that shows how to feed in data, then plot the data on a graph in Graphite Webapp? I mean the very basic things and not the endless…
stackoverblown
  • 734
  • 5
  • 10
-1
votes
2 answers

Apache2 won't restart after installing Graphite version 1.2

I just installed Graphite (version 1.2.0), but I'm not able to start Apache2 again. This is the error log I get: * The apache2 configtest failed. Output of config test was: [Thu Jan 18 20:12:39.906483 2018] [so:warn] [pid 2356] AH01574: module…
Zoette
  • 1,241
  • 2
  • 18
  • 49
1 2 3 4 5
6