opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati.../tests
Owais Lone 8c8f2785bd
SQLAlchemy: Use SQL operation and DB name as the Span name (#254)
Current instrumentation uses the entire SQL query as the operation name
which makes traces very hard to read and understand in addition to
introducing high-cardinality issues. This commit fixes the problem by
using only the SQL operation name and the DB name instead of the entire
query.
2021-01-20 08:41:19 -08:00
..
__init__.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-22 15:30:26 -07:00
test_sqlalchemy.py SQLAlchemy: Use SQL operation and DB name as the Span name (#254) 2021-01-20 08:41:19 -08:00