Questions tagged [graphite]

Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested in graphing, and send it to Graphite's processing backend, carbon, which stores the data in Graphite's specialized database. The data can then be visualized through graphite's web interfaces.

89 questions
1
vote
1 answer

Graphite Running using daemon tools getting defunct

I am running carbon-cache.py and carbon-aggregator.py using daemon tools. When I made some changes in the storage-schema.conf and tried to restart the carbon-cache.py, I found that it is becoming zombie very frequently. root 3367 3366 0 03:23…
pradeepchhetri
  • 2,518
  • 6
  • 33
  • 45
0
votes
2 answers

Specify rrd files for Docker install of Graphite

I originally asked this over in the default Stack Overflow and was suggested I ask the question here instead: This is my first foray in to both Docker & Graphite so I'm not entirely sure if this is a docker issue or a graphite one (I'm guessing…
Eabryt
  • 101
  • 4
0
votes
1 answer

grafana + graphite + failed on test connection

first I'm new to Grafana so excuse me if i don't use the right words to describe my issue I installed Grafana + Graphite solution in my ambari cluster ( I am using ambari cluster with graphite service ) graphite service is working fine on the…
shalom
  • 451
  • 12
  • 26
0
votes
1 answer

How to Scale graphite?

I am having a lot of trouble understanding how to scale Graphite. I have a production instance of graphite (carbon-cache + whisper + graphite-web + grafana). I am running out of disk space and I think I need to add in a 2nd node. I can't seem to…
Lookcrabs
  • 21
  • 6
0
votes
1 answer

Weird metric value in graphite from collectd

I wrote custom python plugin for collectd: import collectd import random def read_callback(): value = random.randint(0, 1500) val = collectd.Values() val.plugin = 'test' val.plugin_instance = 'random' val.type = 'counter' …
0
votes
0 answers

Graphite console.log of writer is being spammed with unix timestamp

My console.log grows to 5 GB throughout the day. This is exaple of console.log 22/07/2017 00:00:02 :: 1500049680 22/07/2017 00:00:02 :: 1500049680 22/07/2017 00:00:02 :: 1500049680 22/07/2017 00:00:02 :: 1500052620 22/07/2017 00:00:02 ::…
0
votes
1 answer

How to remotely pull Linux metrics into local Carbon/Graphite server?

I'd like to collect system metrics (IO, CPU, NET, RAM) from a remote RedHat server which has static IP / DNS into a Carbon / Graphite server on a VM which is running on my laptop. My laptop host OS is Windows with a dynamic IP often connected via…
whoami
  • 3
  • 1
0
votes
1 answer

Aggregate per timestamp datapoints in graphite

My first post so be gentle please! So I have an installation of graphite up and running on Ubuntu 16.04 server. (version 0.10) I am sending in metrics and everything works fine, but I am sending in multiple timestamps at once. As in I am sending in…
Girtsd
  • 23
  • 7
0
votes
1 answer

haproxy only connecting to one backend server

I am having some trouble with what should be a very basic configuration on an Ubuntu 16.04 server to use haproxy to load balance incoming metrics across two carbon-relay processes. Haproxy is only creating a TCP connection to the first server in the…
user327187
0
votes
1 answer

one graphite node complaining "Error loading dashboard. Dashboard does not exist."

I've got two graphite servers located behind an ELB in AWS. One of them is loading dashboards. The other one is complaining "Dashboard XX does not exist." I'm trying to locate where these are defined on disk (in conf files), but not having any luck.…
Michael Martinez
  • 2,543
  • 3
  • 20
  • 31
0
votes
1 answer

Why are the sensu metrics not directly shown in Graphite?

It takes around 15 minutes, before metrics sent by Sensu appear in Graphite. Questions Why does it take 15 minutes? Is it possible to accelerate this? Discussion Although a retention of 1 minute has been…
030
  • 5,731
  • 12
  • 61
  • 107
0
votes
1 answer

How to plot the sum and the individual components in Graphite?

We collect CPU-time statistics for each host here: stats.hostname.cpu.system stats.hostname.cpu.user stats.hostname.cpu.waiting How can I plot their sum with individual components shown in different colors? Something like this:
Mikhail T.
  • 2,272
  • 1
  • 22
  • 49
0
votes
1 answer

grafana / collectd Write Graphite plugin change timestamp

I am using collectd with write_graphite plugin to monitor mysql. I am using EDT on my server and when creating dashboards on grafana I can only use UTC/browser time. I want to know if there is an option to display the mysql server time (EDT) on…
A1001
  • 13
  • 3
0
votes
1 answer

Jmxtrans Jersey query throws exception

I want to graph usage stats from my application in Graphite. I'm trying to get Jmxtrans up and running. The object I want to query is: org.glassfish.jersey:type=my-server,subType=Uris,resource="/resource.js",executionTimes=RequestTimes In my config…
JohnnyD
  • 121
  • 2
0
votes
1 answer

grafana import graphite dashboards 404

I'm trying to set up a Grafana front end for our legacy graphite server. Both processes run on the same EC2 instance running Ubuntu 12.04. I'm having issues importing dashboards from graphite-web. I'm able to list them successfully, but when I try…
jwilner
  • 121
  • 5