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.5.tar.gz
(2.4 kB
view details)
File details
Details for the file sql-to-graphite-0.0.5.tar.gz
.
File metadata
- Download URL: sql-to-graphite-0.0.5.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efda16cc1e6852849f4669355bad8bcf32e7a383f09a6a8efbb64b29322b7040 |
|
MD5 | 031e3c9a8c72b9fdf6bf39dcb7d17059 |
|
BLAKE2b-256 | 851e19556c487c70a8ea2341aa2053d93d81da76bad54ddece97da2bf7853a5f |