Skip to main content

Python client for go-tally server

Project description

tallyclient is a super simple metrics client that has two data structures similar to statsd, counters and gauges. While statsd is simple, it still does some under the hood aggregation to support high volumes. tallyclient’s server is about simple collecting and simply stores the time series data in a sql database to be used later.

here is some usage:

>>> from tallyclient import TallyClient
>>> client = TallyClient('localhost', 8173)
>>> client.count("login.success")
>>> client.gauge("login.response_time", 422)  # only int values allowed

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tallyclient-0.1.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file tallyclient-0.1.tar.gz.

File metadata

  • Download URL: tallyclient-0.1.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tallyclient-0.1.tar.gz
Algorithm Hash digest
SHA256 27cde72fcea9cf25d238a0d88bea5b5c7eb2f5d19a4dd8635ce4e454d853d0c7
MD5 6b8d65ab8d68254762c981198ba2c0ce
BLAKE2b-256 8281a74b09f345ca0dff96b31a38480e93ca84a6f63311ab68422d791c513466

See more details on using hashes here.

Supported by

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