Overview of sqlcommenter implementations
mastersqlcommenter is a project donated to OpenTelemetry that provides various language-specific implementations to inject metadata into SQL comments. This allows for better observability by linking database queries back to the application code that generated them.
Available implementations include support for:
- Python: Django, psycopg2, and SQLAlchemy
- Java: Hibernate and Spring+Hibernate
- Ruby: Rails
- Node.js: Knex.js and Sequelize.js
- PHP: Laravel