Ids for guru meditation.
Project description
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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8d7c78b15edcd17e1a8e8f52aa67d03fdbe7841481928ba87be004b324c33b3 |
|
MD5 | 3377267fd725ba6815472813b3103ebd |
|
BLAKE2b-256 | bc88df97c45e84f0788cb61c35ce005b304b83ea3490dc1ec5162a9769e83a8c |