Skip to main content

Python client with HTTP transport for GottWall statistics aggregator

Project description

stati-http is a python client with http transport for GottWall metrics aggregation platform

https://secure.travis-ci.org/GottWall/stati-http-python.png

INSTALLATION

To use gottwall use pip or easy_install:

pip install stati-http

or

easy_install stati-http

USAGE

from stati_http import HTTPClient

private_key = "gottwall_privatekey"
public_key = "project_public_key"
project = "test_gottwall_project"

host = "http://127.0.0.1:8890"

cli = HTTPClient(
    private_key=private_key,
    public_key=public_key,
    project=project,
    host=host,
    prefix=None)

cli.incr(metric="orders", value=2, filters={"current_status": "Completed"})

CONTRIBUTE

Fork https://github.com/GottWall/stati-http-python/ , create commit and pull request.

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

stati-http-0.0.1.tar.gz (3.7 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