A tool to send SQL results to Graphite
Project description
# SQL-to-Graphite
A tool to easily send the results of SQL queries to Graphite!
## Installation
` pip install sql-to-graphite `
## Running
` export S2G_DSN="mysq://username:password@host/db" cat queries.sql | sql-to-graphite --graphite-host graphite.example.com --graphite-prefix db.metrics `
The queries piped in should be a single query per line returning at least 2 columns. The first column returned should be the metric name (minus the –graphite-prefix option) and the value.
` SELECT "metric", 1+1; SELECT "now", NOW(); `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sql-to-graphite-0.0.6.tar.gz
(2.4 kB
view details)
File details
Details for the file sql-to-graphite-0.0.6.tar.gz
.
File metadata
- Download URL: sql-to-graphite-0.0.6.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9a4d0d71d06a1b7226af65b7bdcf73b030646d2995e2cbd8801d641c8bae78e |
|
MD5 | be4b537cdc8fcbbb3029796ff5b7e11d |
|
BLAKE2b-256 | 06ce1e98b794d5eb521aa3e469998a09c2e841e2b29d4b3ca918a2b53f9c2aa7 |