Skip to main content

Circonus log-linear histogram library

Project description

# Python bindings for libcircllhist

This package requires the libcircllhist C library to be installed on your system:

https://github.com/circonus-labs/libcircllhist/

## Usage Example

` h = Circllhist() h.insert(123,3) # Insert value 123, three times h.insert_intscale(1,1) # Insert 1x10^1 print(h.count()) print(h.sum()) `

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

circllhist-0.2.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

circllhist-0.2.2-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

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