Honeycomb library for easy instrumentation
Note: Honeycomb embraces 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.
Currently, supports Django (>3.2), Flask, Bottle, and Tornado.
Compatible with Python >3.7.
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.
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.