Skip to main content

Tool for stream statistics to carbon daemon (from graphite)

Project description

Tools for serving statistic data to carbon/graphite server.

To install package into django need:

  • add ‘ua2.carbon.middleware.MeasureMiddleware’ at the top of MIDDLEWARE_CLASSES list

  • into settings.py add next lines:

from ua2.carbon.loaders import django_loader
django_loader()

Usage examples

Measure function execution time

from ua2 import carbon

@carbon.measure('myapp')
def test():
        print "Hello World!"

Measure arbitrary block execution time

from ua2 import carbon

def test():
        with carbon.Profiler('myapp'):
                for i in range(1,100):
                        print "Hello World!"

Send raw value to carbon

from ua2 import carbon

def test():
        for i in range(1,100):
                print "Hello World!"
                carbon.send('metric.hello.world', 1)

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

ua2.carbon-0.0.4.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file ua2.carbon-0.0.4.tar.gz.

File metadata

  • Download URL: ua2.carbon-0.0.4.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ua2.carbon-0.0.4.tar.gz
Algorithm Hash digest
SHA256 738a1f2278b900c6500354b4f37a3429b0642930195e7ee510db9552e8085bce
MD5 b7de6629873ad9408f2b0a60e9fbed77
BLAKE2b-256 76c33028b80e20fdc4ade578522ba38c4ec690128c20b6746a51ac8fdea2b4cd

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