Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page