Skip to main content

Ids for guru meditation.

Project description

https://travis-ci.org/bninja/ohmr.png https://coveralls.io/repos/bninja/ohmr/badge.png

For generating, encoding and managing runtime trace ids. These are typically used to link side-effects:

  • db records

  • search documents

  • log entries

for things like debugging, auditing, isolation, etc.

Get it like:

$ pip install ohmr

First create a tracer e.g. like:

import coid
import ohmr

trace = ohmr.Tracer(coid.Id(prefix='OHM-'))

Then use it, most likely at session begin/resume points, e.g. like:

import flask

app = flask.Flask('krazy_eyez_killah')

@app.before_request
def set_trace_id()
    trace.reset()

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

ohmr-0.1.0.tar.gz (1.9 kB view hashes)

Uploaded Source

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