All Projects → graphite-project → Carbon

graphite-project / Carbon

Licence: apache-2.0
Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Carbon

Graphite Web
A highly scalable real-time graphing system
Stars: ✭ 5,384 (+275.19%)
Mutual labels:  hacktoberfest, time-series, metrics, graphite, graphite-components
Whisper
Whisper is a file-based time-series database format for Graphite.
Stars: ✭ 1,121 (-21.88%)
Mutual labels:  hacktoberfest, time-series, metrics, graphite
Prometheus
The Prometheus monitoring system and time series database.
Stars: ✭ 40,114 (+2695.4%)
Mutual labels:  hacktoberfest, time-series, metrics
Graphyte
Python 3 compatible library to send data to a Graphite metrics server (Carbon)
Stars: ✭ 59 (-95.89%)
Mutual labels:  metrics, graphite, carbon
Graphite exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Stars: ✭ 217 (-84.88%)
Mutual labels:  hacktoberfest, metrics, graphite
Ceres
Distributable time-series database (not actively maintained)
Stars: ✭ 351 (-75.54%)
Mutual labels:  time-series, metrics, graphite
Carbon Relay Ng
Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Stars: ✭ 429 (-70.1%)
Mutual labels:  metrics, graphite, carbon
Go Carbon
Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
Stars: ✭ 713 (-50.31%)
Mutual labels:  hacktoberfest, graphite, carbon
Pirate
Realtime metrics server written in Go
Stars: ✭ 11 (-99.23%)
Mutual labels:  metrics, graphite
Vsphere2metrics
VMware vSphere Performance Metrics Integration with Graphite & InfluxDB
Stars: ✭ 28 (-98.05%)
Mutual labels:  metrics, graphite
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-97.28%)
Mutual labels:  hacktoberfest, metrics
Logmonitor
Monitoring log files on windows systems.
Stars: ✭ 23 (-98.4%)
Mutual labels:  metrics, graphite
Docker Go Graphite
Docker image for go-carbon + carbonapi + grafana
Stars: ✭ 23 (-98.4%)
Mutual labels:  metrics, graphite
Yuvi
Yuvi is an in-memory storage engine for recent time series metrics data.
Stars: ✭ 35 (-97.56%)
Mutual labels:  time-series, metrics
Graylog Plugin Metrics
Graylog output plugin for Graphite and Ganglia
Stars: ✭ 16 (-98.89%)
Mutual labels:  metrics, graphite
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (-46.69%)
Mutual labels:  hacktoberfest, time-series
Nsdb
Natural Series Database
Stars: ✭ 49 (-96.59%)
Mutual labels:  time-series, metrics
Graylog Plugin Metrics Reporter
Graylog Metrics Reporter Plugins
Stars: ✭ 71 (-95.05%)
Mutual labels:  metrics, graphite
Influxgraph
Graphite InfluxDB backend. InfluxDB storage finder / plugin for Graphite API.
Stars: ✭ 87 (-93.94%)
Mutual labels:  metrics, graphite
Tessera
A dashboard front-end for graphite.
Stars: ✭ 1,202 (-16.24%)
Mutual labels:  metrics, graphite

Carbon

Codacy Badge Build Status FOSSA Status codecov

Overview

Carbon is one of three components within the Graphite project:

  1. Graphite-Web, a Django-based web application that renders graphs and dashboards
  2. The Carbon metric processing daemons
  3. The Whisper time-series database library

Graphite Components

Carbon is responsible for receiving metrics over the network, caching them in memory for "hot queries" from the Graphite-Web application, and persisting them to disk using the Whisper time-series library.

Installation, Configuration and Usage

Please refer to the instructions at readthedocs.

License

Carbon is licensed under version 2.0 of the Apache License. See the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].