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
1 answer

Graphite only saves a week's data of a collectd custom exec plugin

I only have a single retention configured in my storage-schemas.conf [default_rentions] pattern = .* #retentions = 60s:7d,120s:31d,600s:365d,30m:9y retentions = 15s:7d,5m:30d,15m:10y All other collectd data is saved as expected, however any custom…
Alpha01
  • 820
  • 1
  • 7
  • 16
0
votes
1 answer

Consume protobuf messages from Graphite

I'd like to know if I can send data to Graphite using protobuf. I have an application that sends statistics in protobuf format and I want to start sending those statistics to Graphite. I searched in google and I just found this…
Lobo
  • 4,001
  • 8
  • 37
  • 67
0
votes
2 answers

Publishing data via socket after connection is aborted

I have a Python (2.7) script which is reading realtime data from a file and publishing it (via network) to a server living on a different computer. This server, in particular, is a Carbon server part of graphite. The relevant part of the code is as…
SuperCiocia
  • 1,823
  • 6
  • 23
  • 40
0
votes
1 answer

How to upgrade Graphite

Ok, this one seems really simple but I don't know where to begin. My current Graphite version is 0.9.12 and I want to upgrade to 0.9.14. My OS is Ubuntu 14. There is a documentation: http://graphite.readthedocs.io/en/latest/releases/0_9_14.html But…
Zoette
  • 1,241
  • 2
  • 18
  • 49
0
votes
1 answer

Graphite showing rolling gap in data

I recently upgraded one of our Graphite instances from 0.9.2 to 1.1.1, and have since run into an issue where, for the lack of a better word, there is a rolling gap of data. It shows the last few minutes correctly (I'm guessing what's in carbon…
maplebird
  • 163
  • 1
  • 7
0
votes
1 answer

Can't access Graphite web (error 500)

After updating the Whisper package (from 0.9.12 to 1.1.1) using pip, I'm not able to access my Graphite instance anymore (even after downgrading...) The logs say the target script can't be loaded as a Python module. Here are some informations about…
Zoette
  • 1,241
  • 2
  • 18
  • 49
0
votes
2 answers

How to open/parse .wsp files in python?

I am using Graphite to listen to various temperature sensors and to plot them on the web-app. The data is stored is a .wsp (whisper) format. Is it possible to open and parse that .wsp format? Ideally with python? I know that graphite can plot…
SuperCiocia
  • 1,823
  • 6
  • 23
  • 40
0
votes
1 answer

Error starting userland proxy: Bind for 0.0.0.0:80

I was installing the graphite on docker using steps given here, I I got follow error . Digest: sha256:3136b19fcdb9162c642cc1d2821172948346651a46b41ab63cc05c2962ea85c9 Status: Downloaded newer image for…
Amarjit Dhillon
  • 2,718
  • 3
  • 23
  • 62
0
votes
1 answer

what is default db of graphite

I have read that Whisper db is the default db which graphite uses to store metrics. Default Graphite setup consist of whisperDb Ref this. However i recently got confused to know that graphite-web uses sqlite db by default(Ref: this). Please reply…
Laxmikant
  • 1,551
  • 1
  • 13
  • 30
0
votes
1 answer

Grafana 2.4 default user timeout

I am trying to configure a session timeout for user inactivity on Grafana dashboard. I would like to know what the default timeout is for user inactivity. Thank you
haxxisV81
  • 3
  • 1
  • 3
0
votes
1 answer

Ansible in CentOS7 enabling systemctl service with {0..{{ansible_processor_cores}}} doesn't works

I'm trying to enable carbon-aggregator with ansible in CentOS7 enabling systemctl service with ansible variable "ansible_processor_cores". And it doesn't works. Here is role example: - name: enable carbon-aggregator service: name:…
muzafarow
  • 926
  • 3
  • 12
  • 32
0
votes
1 answer

Install of graphite in centos-7 using pip

I'm following below link when i try to run this (pip install graphite-web) its failing. https://www.vultr.com/docs/how-to-install-and-configure-graphite-on-centos-7 Collecting graphite-web Using cached graphite-web-1.0.2.tar.gz Requirement already…
user6238251
  • 66
  • 1
  • 10
0
votes
2 answers

Graphite storage-aggregation.conf regex scope

I have had a good read through the doc on this but am still none the wiser. http://graphite.readthedocs.io/en/latest/config-carbon.html If we have a metric like so: /var/lib/graphite/whisper/p1/p2/account/count_num_events.wsp Does anyone know for…
Alexis Coles
  • 1,227
  • 14
  • 19
0
votes
2 answers

graphite vs collectd. retentions not applied

I have installed collectd on BIND9 hosts and configured it to pass metrics to graphite. I want to be able to view metrics for at least 1 month but retentions in storage-schema.conf not applied for collectd section, and applied last default section…
0
votes
1 answer

How would I add live video streaming code to the graphite dashboard?

I am running an apache2 graphite host from an Orange Pi One, having written a service to translate and send data from sensors on the GPIO to the carbon line receiver. My project is to incorporate all the I/O from the device into a dashboard. There…
CharlieS
  • 1,432
  • 1
  • 9
  • 10