graphitesend
A simple interface for sending metrics to Graphite
What it is and what it does
graphitesend is a Python client library for submitting metrics to Graphite's Carbon backend. It provides a simple interface to send individual metrics, batches of metrics as dictionaries or lists, and supports customizable metric naming via prefixes, groups, and system names. Metrics are timestamped and formatted according to Graphite's plaintext protocol before transmission over TCP or UDP.
The package has no external runtime dependencies and is designed for systems that already run Graphite. However, the project has been abandoned since 2017 and is no longer maintained by its original author. The maintainer explicitly notes in the documentation that a collaborator has forked and maintains the project elsewhere. This makes it a poor choice for new projects unless you have specific reasons to use this exact version.
Use it for:
- Submitting application performance metrics to a Graphite monitoring stack from Python services
- Collecting and forwarding system metrics parsed from local tools to a centralized Graphite instance
- Building custom monitoring scripts that gather metrics and push them to Graphite on a schedule
- Instrumenting batch jobs or cron tasks to report completion status and execution time to Graphite
- Prototyping metric submission logic before committing to a heavier monitoring framework
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Sends metrics to Graphite's Carbon backend over TCP or UDP, with support for custom prefixes, grouping, and batch operations.
No. The package is abandoned and unmaintained since 2017. The original author explicitly recommends a maintained fork instead. While it has no known vulnerabilities and no external dependencies, the lack of maintenance makes it unsuitable for new projects. Consider using an actively maintained Graphite client instead.
Install
graphitesend on PyPI
pip
pip install graphitesenduv
uv add graphitesendpoetry
poetry add graphitesendInstalling graphitesend
Before you install
High install friction due to source-only distribution. Project is abandoned since 2017 with no maintenance for years. No runtime dependencies, but lack of active maintenance is a significant concern for new projects.
License in practice
License status is unclear—no license metadata is recorded. Before adopting this package, verify the actual license terms in the repository to ensure compatibility with your project.
Quickstart
pip install graphitesend
import graphitesend
g = graphitesend.init(prefix='myapp')
g.send('metric', 45)
g.send_dict({'metric': 45, 'metric2': 55})
Requires a running Graphite/Carbon server accessible at localhost:2003 (or configured host/port). Project is unmaintained since 2017.
Verify before relying
- Whether the package works reliably with modern Python versions (python_support is unspecified)
- Current state of the maintained fork graphitesender and whether it should be preferred for new projects
- Whether UDP support mentioned in the description is available in the 0.10.0 release
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,429 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 128,955/month — #11,689 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: graphitesend-0.10.0.tar.gz
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
graphytegraphyte sends metrics to a Graphite/Carbon…
permissive · top 15,000 on PyPI
whisperWhisper is a fixed-size time-series database…
permissive · top 15,000 on PyPI
python-statsdA client library for sending metrics to Etsy's…
permissive · top 15,000 on PyPI
statsdA Python client library that sends metrics to a…
permissive · top 5,000 on PyPI
statsd-tagsA Python client for sending metrics to…
permissive · top 15,000 on PyPI
codecarbonMeasures and tracks carbon emissions from local…
permissive · top 15,000 on PyPI
awsmeSends AWS CloudWatch metrics asynchronously and…
permissive · top 15,000 on PyPI
kestraProvides a Python client to interact with…
permissive · top 5,000 on PyPI
azure-monitor-opentelemetry-exporterExports OpenTelemetry traces, metrics, and logs…
permissive · top 1,000 on PyPI
signalfxPython client library for sending metrics,…
permissive · top 15,000 on PyPI