Skip to content

Legacy instrumentation for your Python apps with Honeycomb.

License

Notifications You must be signed in to change notification settings

honeycombio/beeline-python

Folders and files

NameName
Last commit message
Last commit date
Jan 29, 2024
Mar 6, 2024
Mar 7, 2024
May 25, 2023
Mar 7, 2024
Sep 15, 2020
May 25, 2023
Mar 7, 2024
Aug 12, 2021
Jan 12, 2022
May 17, 2018
May 17, 2018
May 17, 2018
Feb 11, 2025
Feb 11, 2025
May 25, 2023
Jul 15, 2024
Aug 12, 2021
Mar 7, 2024
Sep 10, 2019
Jul 15, 2022
Mar 7, 2024

Honeycomb Beeline for Python

OSS Lifecycle Build Status

⚠️STATUS: This project is being Sunset. See this issue for more details.

⚠️Note: Beelines are Honeycomb's legacy instrumentation libraries. We embrace OpenTelemetry as the effective way to instrument applications. For any new observability efforts, we recommend instrumenting with OpenTelemetry.

This package makes it easy to instrument your Python web application to send useful events to Honeycomb, a service for debugging your software in production.

Compatible with

Currently, supports Django (>3.2), Flask(<2.4), Bottle, and Tornado.

Compatible with Python >3.7.

Updating to 3.3.0

Version 3.3.0 added support for Environment & Services, which changes sending behavior based on API Key.

If you are using the FileTransmission method and setting a false API key - and still working in Classic mode - you must update the key to be 32 characters in length to keep the same behavior.

Contributions

Features, bug fixes and other changes to beeline-python are gladly accepted.

If you add a new test module, be sure and update beeline.test_suite to pick up the new tests.

All contributions will be released under the Apache License 2.0.