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
1
vote
2 answers

Lost carbon data - graphite

I am currently using graphite to monitor metrics from an API server. I use statsd/carbon to retrieve metrics via graphite (I use the docker from here / https://github.com/hopsoft/docker-graphite-statsd). The thing is, I cannot keep the carbon data…
user3722267
1
vote
0 answers

Graphite Carbon only shows metrics for the last 24 hours

There is a similar question here: enter link description here although my problem is not the same. /etc/carbon/storage-schemas.conf [carbon] pattern = ^carbon\. retentions = 60:90d [test] pattern = ^test\. retentions =…
Alg_D
  • 2,242
  • 6
  • 31
  • 63
1
vote
0 answers

Graphite importing historical data only for 1 day

I'm trying to import historical data for 60 day per hour, but data succsessfully importing only for last 24 hours, configuration bellow: Storage schema in Graphite /etc/carbon/storage-schemas.conf [default] pattern = .* retentions =…
Zhankin
  • 11
  • 1
1
vote
1 answer

Graphite -- How to send data to carbon that have timestamps over a year old

I'm using graphite to store and plot data and I want to send data points to the carbon daemon that are over a year old (first data point is from Dec 12, 2013 and last is Jan 12, 2015) but whisper does not seem to be capable (at least, not with my…
1
vote
1 answer

graphite not displaying rrd files in the ui

After Graphite Installation the follwoing folder structure is being created in the /opt/graphite directory Under the rrd folder location, i have copied all the rrd files bash # ls -l /opt/graphite/storage/rrd/BulkData/device01-test/ and the…
anish
  • 6,884
  • 13
  • 74
  • 140
1
vote
0 answers

Scaling Graphite

I have been trying to get graphite to scale for the last few hours and for some reason it seems that carbon-relay is not passing data to my carbon cache endpoints. If i run carbon-cache on each host and send data via those ports everything works as…
lutix
  • 148
  • 1
  • 2
  • 8
1
vote
1 answer

Carbon Relay not working correctly

i've setup 2 real Servers. One Statsite (alternative to StatsD) is in front of one "Graphite Stack" (Carbon and Graphite Webapp). Metrics are collected from Statsite correctly, via UDP. And i just forward them every 10 seconds to carbon cache (TCP…
user3717826
1
vote
2 answers

graphite + statsd, missing stats?

we use statsd as aggregator that forwards to graphite after 60secs. i can see graphite filling the "stats.timers" buckets. but not all of the expected ones. on the graphite machine: graphite:/opt/graphite # find .../xxx/desktopapp/members/contacting…
Marcel
  • 710
  • 8
  • 23
1
vote
1 answer

uwsgi vassal magic variable

I'm running uwsgi 1.9.20 in emperor mode and sending all of my vassals' stats to a carbon/graphite server. Looking good, except the %n magic variable doesn't return the "filename without extension" as specified in the docs, but rather the socket…
Banjer
  • 8,118
  • 5
  • 46
  • 61
1
vote
1 answer

Graphite / Carbon / Ceres node overlap

I'm working with Graphite monitoring using Carbon and Ceres as the storage method. I have some problems with correcting bad data. It seems that (due to various problems) I've ended up with overlapping files. That is, since Carbon / Ceres stores…
Kevin J. Rice
  • 3,337
  • 2
  • 24
  • 23
0
votes
0 answers

Errors in Graphite server log

I am running 1 carbon-relay instance (Graphite-server) and 4 carbon cache instances running on same host and 4 different ports (2014,2016,2018,2020). My Graphite server log is full of below messages for each of the carbon cache instances. Below is…
ARJA
  • 1
0
votes
0 answers

Graphite/Grafana - Find when a particular metric tooks longer than X seconds

Suppose that I export a particular metric from my application to Graphite every 10 seconds. If my application goes unavailable this metric won't be registered in Graphite for some time. After the application is back I would like to see when and for…
Pavarine
  • 637
  • 3
  • 15
  • 30
0
votes
0 answers

how do you pull data from Graphite for a specific timeframe?

I have a script which pulls statistical data from graphite. However, I need to add the ability to pull from specific timeframes. My function that pulls data from graphite and requires arguments from and until which sets the timeframe. I can't get…
0
votes
0 answers

Why is sum of series coming as fractional and less than the actual values in graphite

I am creating a dashboard using metrics in graphite. I have tried consolidatedBy to get all the metrics. The metric values looks correct and are of the range of 1000s. The graphite query for the same…
Deepak Patankar
  • 3,076
  • 3
  • 16
  • 35
0
votes
1 answer

create alert in grafana based on number fields having value below threshold

We have grafana dashboard which has x axis has time and y axis with free memory in the server(in gb). Dashboard has fields for 100+ servers in a particular datacenter. Threshold for free memory is below 12gb. If a server has memory below 12gb it’s…