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

Uploaded Source

File details

Details for the file stati-http-0.0.1.tar.gz.

File metadata

  • Download URL: stati-http-0.0.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for stati-http-0.0.1.tar.gz
Algorithm Hash digest
SHA256 69050aae7e45bb0ad8d102c72e8b188f2a68324fe1415612d922c88935bccc00
MD5 a35fe99aefd20130e9198a402edb3feb
BLAKE2b-256 e3c214aa0fe105fbd99c8c4f9e24db652a2a6a5f28cf83bf2504fe250b0b4481

See more details on using hashes here.

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