Skip to content

pacerevenue/honeycomb-sqlalchemy

Repository files navigation

Honeycomb SQLAlchemy

Simple honeycomb instrumentation for SQLAlchemy. Adds spans to an already-initialised beeline when SQLAlchemy queries are issued.

The code here is mostly lifted from the official Honeycomb Python Beeline.

The differences are:

Usage

import honeycomb_sqlqlchemy
beeline.init(..., db_events=False)  # make sure to turn off beeline's own db events
honeycomb_sqlqlchemy.install()

Beeline will now collect spans for SQLAlchemy queries using this implementation.

About

SQLAlchemy Instrumentation for Honeycomb

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •