A simple interface for sending metrics to Graphite. Provides an easy-to-use Python client for Graphite's plaintext protocol. Current version 0.10.0, released 2016, in maintenance mode.
pip install graphitesendVerified import paths — ran on the pinned version, not inferred.
Initialize client and send a metric.
Initialize with `GraphiteClient(..., send_type='tcp')`
Sanitize metric names (replace spaces, special characters) before sending.
Use `graphitesend` with Graphite's pickle format via `format='pickle'` or migrate to newer libraries like `graphiteclient` or `datadog`.
Use `from graphitesend import GraphiteClient` instead of `import graphitesend` and accessing `graphitesend.graphite`.
Check the hostname and network connectivity. Use an IP address if DNS is unavailable.
Ensure all arguments are passed as keyword arguments to GraphiteClient.
No dependency data recorded yet.