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 details)

Uploaded Source

File details

Details for the file ohmr-0.1.0.tar.gz.

File metadata

  • Download URL: ohmr-0.1.0.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ohmr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e8d7c78b15edcd17e1a8e8f52aa67d03fdbe7841481928ba87be004b324c33b3
MD5 3377267fd725ba6815472813b3103ebd
BLAKE2b-256 bc88df97c45e84f0788cb61c35ce005b304b83ea3490dc1ec5162a9769e83a8c

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