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

Don't see all points in Grafana on lower scales

On lower scale I am obviously seeing several outliers, maximal of which is 18211 if I zoom in then I am starting to see additional outliers Is it possible to configure Grafana to show all points all the time or aggregate them differently? Backend…
Dims
  • 47,675
  • 117
  • 331
  • 600
-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
1 answer

Why docker is needed for Graphite installation

I am trying to install graphite in my local system and monitor it using grafana. When I search for installing graphite, I find many installing docker with graphite. for ex.…
Sugan
  • 447
  • 1
  • 4
  • 16
-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
votes
1 answer

How to deploy product using docker in few steps

I can not understand conception of Docker. I trying to install this component (graphite rendering graphs from influxdb): https://github.com/vimeo/graphite-api-influxdb-docker I was faced with docker at first time and it is important to deploy…
Artem.Borysov
  • 1,031
  • 2
  • 12
  • 29
-1
votes
1 answer

Carbon relay to aggregrator and shared cache configuration

Is it possible to setup carbon relay to forward to a cache and an aggregator and then have the aggregator send to the same cache? I am trying to store aggregate data for long term storage and machine specific data for short term storage. From what…
brianfeucht
  • 774
  • 8
  • 21
-1
votes
1 answer

Apache can't read anything from mod_wsgi.so

I'm using Apache2.2 on WIndows 7. I tried to load mod_wsgi.so to Apache2.2 by adding the following line to httpd.conf: LoadModule wsgi_module modules/mod_wsgi.so In httpd.conf, there's some lines using directives from mod_wsgi.so (maybe depend on…
crazy_in_love
  • 145
  • 3
  • 13
-2
votes
1 answer

Send gerrit metrics to graphite

I have gerrit and graphite in my centos 7 vm. I have installed metrics-reporter-graphite plugin in gerrit. This is my metrics-reporter-graphite.config file [graphite] host = http://127.0.0.1 ## Local host name## port = 2003 …
Nithees balaji
  • 148
  • 1
  • 11
-2
votes
1 answer

Graphite- sending metrics from injection moulding machines

I love grafana and metrics. I was to get metrics from big mechanical devices. Example plastic injection moulding machines. They have Plc devices. Anyone have any idea on how I would start this off? Thanks Trev
-2
votes
1 answer

I can not understand, graphite support udp, why do we need statsd

Graphite can user TCP and UDP lisen,why graphite default use TCP not UDP.Whether statsd is superfluous?
-3
votes
4 answers

Monitoring tool for docker containers

We have a AWS Server with docker installed and configured. We are running few docker containers and also we want to monitor all the docker containers like CPU Usage, Memory Usage, Disk Usage, etc. Is it possible to monitor docker container remotely…
-3
votes
1 answer

Graphite input in Logstash

Has anyone used Graphite as an input in Logstash? Graphite has both an input and output available in logstash. How did you proceed?
mike Dumass
  • 93
  • 1
  • 6
-5
votes
1 answer

While true not working

I have the following code: #include #include #include #include int main() { time_t result; char hostname[10] = "ws45new"; char graphite[10] = "127.0.0.1"; char buf[1024]; int n = 0; int…
primero
  • 591
  • 1
  • 6
  • 17
1 2 3
62
63