Fixed
opentelemetry-instrumentation-flask
: Do not recordhttp.server.duration
metrics for excluded URLs. (#3794)opentelemetry-instrumentation-botocore
: migrate off the deprecated events API to use the logs API (#3624)opentelemetry-instrumentation-dbapi
: fix crash retrieving libpq version when enabling commenter with psycopg (#3796)opentelemetry-instrumentation-fastapi
: Fix handling of APIRoute subclasses (#3681)
Added
opentelemetry-instrumentation-botocore
: Add support for AWS Secrets Manager semantic convention attribute (#3765)opentelemetry-instrumentation-dbapi
: Add support forcommenter_options
intrace_integration
function to control SQLCommenter behavior (#3743)- Add
rstcheck
to pre-commit to stop introducing invalid RST (#3777) opentelemetry-exporter-credential-provider-gcp
: create this package which provides support for supplying your machine's Application Default Credentials (https://cloud.google.com/docs/authentication/application-default-credentials) to the OTLP Exporters created automatically by OpenTelemetry Python's auto instrumentation. These credentials authorize OTLP traces to be sent totelemetry.googleapis.com
. #3766.opentelemetry-instrumentation-psycopg
: Add missing parametercapture_parameters
to instrumentor. (#3676)opentelemetry-instrumentation-dbapi
: Adds sqlcommenter to documentation. (#3720)