https://github.com/graphite-project/carbon

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.

https://github.com/graphite-project/carbon

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 139 committers (2.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords

carbon graphite graphite-components metrics python time-series

Keywords from Contributors

embedded transformation packaging workflow-engine scheduler annotations etl data-pipelines distributed templates
Last synced: 6 months ago · JSON representation

Repository

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.

Basic Info
Statistics
  • Stars: 1,521
  • Watchers: 101
  • Forks: 488
  • Open Issues: 15
  • Releases: 18
Topics
carbon graphite graphite-components metrics python time-series
Created almost 14 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

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.

Owner

  • Name: Graphite Project
  • Login: graphite-project
  • Kind: organization

GitHub Events

Total
  • Issues event: 10
  • Watch event: 25
  • Delete event: 1
  • Issue comment event: 14
  • Push event: 3
  • Pull request event: 6
  • Fork event: 2
  • Create event: 1
Last Year
  • Issues event: 10
  • Watch event: 25
  • Delete event: 1
  • Issue comment event: 14
  • Push event: 3
  • Pull request event: 6
  • Fork event: 2
  • Create event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 769
  • Total Committers: 139
  • Avg Commits per committer: 5.532
  • Development Distribution Score (DDS): 0.789
Past Year
  • Commits: 19
  • Committers: 4
  • Avg Commits per committer: 4.75
  • Development Distribution Score (DDS): 0.421
Top Committers
Name Email Commits
Chris Davis c****d@g****m 162
Michael Leinartas m****s@g****m 61
Denis Zhdanov d****v@g****m 57
Corentin Chary c****y@c****m 51
Dan Cech d****h@g****m 51
Sidnei da Silva s****a@c****m 32
obfuscurity j****n@d****t 27
Piotr p****2@g****m 23
Aman Gupta a****n@t****t 20
Iain Buclaw i****w@s****m 19
Brian Hatfield b****d@b****m 17
Dave Rawks d****e@p****m 14
Scott Sanders j****r@g****m 12
David Buckley i****m@b****k 11
Peter C. Norton pn@k****m 11
Jeff Schroeder j****r@c****g 7
Rohan Khanna r****h@g****m 6
dependabot[bot] 4****] 5
MATERROR m****b@g****m 5
Chris Davis c****d@c****p 5
John Gallagher j****n@f****m 4
Elliot Thomas e****t@v****k 4
John Seekins j****s@o****m 4
Thibault Chataigner t****r@c****m 4
Mauro Stettler m****r@g****m 3
Matthew Bogosian m****9@c****u 3
Will Ridgers w****s@g****m 3
Jeff Blaine j****e@k****t 3
Reynir Björnsson r****j@i****k 3
earthgecko 9****o 3
and 109 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 108
  • Total pull requests: 105
  • Average time to close issues: about 2 years
  • Average time to close pull requests: 4 months
  • Total issue authors: 77
  • Total pull request authors: 50
  • Average comments per issue: 4.1
  • Average comments per pull request: 2.6
  • Merged pull requests: 68
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 4
  • Pull requests: 3
  • Average time to close issues: 8 months
  • Average time to close pull requests: 2 months
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 2.75
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • drawks (9)
  • mleinart (8)
  • rowanu (4)
  • itinneed2022 (4)
  • KlavsKlavsen (3)
  • rohankhanna (3)
  • pradeepchhetri (2)
  • deniszh (2)
  • huhongbo (2)
  • Trolls (2)
  • SJrX (2)
  • awestendorf (2)
  • TJC (1)
  • bucko909 (1)
  • ChristianKniep (1)
Pull Request Authors
  • deniszh (13)
  • dependabot[bot] (9)
  • bucko909 (7)
  • drawks (6)
  • JustinVenus (4)
  • piotr1212 (4)
  • bmhatfield (4)
  • earthgecko (4)
  • slackhappy (3)
  • SEJeff (2)
  • jblaine (2)
  • sidnei (2)
  • blackmad (2)
  • pkruk (2)
  • obfuscurity (2)
Top Labels
Issue Labels
stale (36) question (36) enhancement (11) bug (11) pinned (8) wontfix (1) documentation (1)
Pull Request Labels
dependencies (9) github_actions (9) pinned (5) enhancement (5) rebase (3) stale (3) backport (1) invalid (1) spam (1) needs backport to 1.1.x (1)

Dependencies

requirements.txt pypi
  • Twisted >=13.2.0
  • cachetools *
  • txAMQP *
  • urllib3 *
  • whisper *
setup.py pypi
  • Twisted *
  • cachetools *
  • txAMQP *
  • urllib3 *
tests-requirements.txt pypi
  • backports.tempfile * test
  • ceres * test
  • coverage * test
  • cryptography * test
  • mmh3 * test
  • mock * test
  • mocker * test
  • nose * test
  • protobuf * test
  • service_identity * test
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/tests-amd64.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1 composite