Skip to main content

TraceView API Client

Project description

https://badge.fury.io/py/python-traceview.png https://travis-ci.org/danriti/python-traceview.png?branch=master

Library for providing access to the TraceView API v2.

Please see the TraceView API Reference for more information.

Installation

To install python-traceview, simply:

$ pip install python-traceview

Usage

>>> import traceview
>>> tv = traceview.TraceView('API KEY HERE')
>>> tv.apps()
[u'Default', u'pyramid_web_app']
>>> tv.server.latency_summary(app='Default')
{u'count': 2746.0, u'average': 213911.87181354698, u'latest': 35209.87654320987}
>>> tv.error_rates('Default')
{u'fields': u'timestamp,error_rate', u'items': [[1399082880.0, 0], [1399082910.0, 0], ...]}

Documentation

Documentation available at http://python-traceview.readthedocs.org/.

Release History

0.6.0 (2016-01-16)

  • Add support for deleting apps (thanks Dan Kuebrich!)

0.5.0 (2015-10-16)

  • Add support for total requests (thanks Matt Coddington!)

  • Python 3.5 now supported

0.4.0 (2014-09-08)

  • Add support for licenses

  • Add support for annotations improvements

  • Add support for deleting old hosts

  • Add support for hosts by app

  • Add support for instrumentation versions

0.3.0 (2014-05-05)

  • Add python3 support

  • Update tests

0.2.0 (2014-05-04)

  • Add documentation

  • Add support for application assignment

  • Add support for annotations

0.1.0 (2014-04-21)

  • Inception!

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

python-traceview-0.6.0.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file python-traceview-0.6.0.tar.gz.

File metadata

File hashes

Hashes for python-traceview-0.6.0.tar.gz
Algorithm Hash digest
SHA256 91bce540a3fb1c2d45c5eeb097f824d267bf7c17ba7341e2fd726b9b3246c84b
MD5 92a4eb450b6da1f67bd560d1a3e3ec13
BLAKE2b-256 2acac455c23658d25f41782b707b41e2d23ee6572b148f02ca45ae7f4fe2a920

See more details on using hashes here.

Supported by

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