Enhance OpenTelemetry with pinpointed code-level observability for Python.
Baz on GitHub »
Install via PyPI
pip install --upgrade falken-trace
Libraries Available
Python: falken-trace-py ·
Go: falken-trace-go
Falken Trace extends OpenTelemetry and Datadog for Python by pinpointing file names, function names, and line numbers that generate spans. It addresses gaps in default observability implementations, making tracing faster and more actionable.
Default OpenTelemetry tracing for Python lacks this granularity, which we uncovered while building our contextual code review platform at baz.co.
With Falken Trace, troubleshooting becomes faster, more precise, and far more effective, giving you a crystal-clear view of codebase flows.
pip install --upgrade falken-trace
Add the falken_trace
import at the beginning of the application entrypoint file
import falken_trace # noqa
from ddtrace import patch_all
Go library: https://github.com/baz-scm/falken-trace-go
Blog post: Extending OpenTelemetry to Pinpoint Code Elements