62 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Fixed
opentelemetry-instrumentation-aiohttp-clientmake span attributes available to sampler (1072)opentelemetry-instrumentation-aws-lambdaFixed an issue - in some rare cases (API GW proxy integration test) headers are set to None, breaking context propagators. (#1055)- Refactoring custom header collection API for consistency (#1064)
opentelemetry-instrumentation-sqlalchemywill correctly reportotel.library.name(#1086)
Added
opentelemetry-instrumentandopentelemetry-bootstrapnow include a--versionflag (#1065)opentelemetry-instrumentation-redisnow instruments asynchronous Redis clients, if the installed redis-py includes async support (>=4.2.0). (#1076)
1.11.1-0.30b1 - 2022-04-21
Added
opentelemetry-instrumentation-starletteCapture custom request/response headers in span attributes ([#1046])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1046)
Fixed
- Prune autoinstrumentation sitecustomize module directory from PYTHONPATH immediately (#1066)
1.11.0-0.30b0 - 2022-04-18
Fixed
opentelemetry-instrumentation-pyramidFixed which package is the correct caller in _traced_init. (#830)opentelemetry-instrumentation-tornadoFix Tornado errors mapping to 500 (#1048)opentelemetry-instrumentation-urllibmake span attributes available to sampler (1014)opentelemetry-instrumentation-flaskFix non-recording span bug (#999)opentelemetry-instrumentation-tornadoFix non-recording span bug (#999)
Added
opentelemetry-instrumentation-fastapiCapture custom request/response headers in span attributes ([#1032])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1032)opentelemetry-instrumentation-djangoCapture custom request/response headers in span attributes ([#1024])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1024)opentelemetry-instrumentation-asgiCapture custom request/response headers in span attributes ([#1004])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1004)opentelemetry-instrumentation-psycopg2extended the sql commenter support of dbapi into psycopg2 (#940)opentelemetry-instrumentation-falconAdd support for falcon==1.4.1 ([#1000])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1000)opentelemetry-instrumentation-falconFalcon: Capture custom request/response headers in span attributes ([#1003])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1003)opentelemetry-instrumentation-elasticsearchno longer creates unique span names by including search target, replaces them with<target>and puts the value in attributeelasticsearch.target(#1018)opentelemetry-instrumentation-pyramidHandle non-HTTPException exceptions (#1001)opentelemetry-instrumentation-system-metricsrestoreSystemMetricsinstrumentation asSystemMetricsInstrumentor(#1012)opentelemetry-instrumentation-pyramidPyramid: Capture custom request/response headers in span attributes ([#1022])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1022)
1.10.0-0.29b0 - 2022-03-10
opentelemetry-instrumentation-wsgiCapture custom request/response headers in span attributes ([#925])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/925)opentelemetry-instrumentation-flaskFlask: Capture custom request/response headers in span attributes ([#952])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/952)opentelemetry-instrumentation-tornadoTornado: Capture custom request/response headers in span attributes ([#950])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/950)
Added
opentelemetry-instrumentation-aws-lambdaSpanKind.SERVERby default, add more cases forSpanKind.CONSUMERservices. (#926)opentelemetry-instrumentation-sqlalchemyadded experimental sql commenter capability (#924)opentelemetry-contrib-instrumentationsadded new meta-package that installs all contrib instrumentations. (#681)opentelemetry-instrumentation-dbapiadd experimental sql commenter capability (#908)opentelemetry-instrumentation-requestsmake span attribute available to samplers (#931)opentelemetry-datadog-exporteradd deprecation note to example. (#900)
Fixed
opentelemetry-instrumentation-dbapiChanged the format of traceparent id. (#941)opentelemetry-instrumentation-loggingretrieves service name defensively. (#890)opentelemetry-instrumentation-wsgiWSGI: Conditionally create SERVER spans (#903)opentelemetry-instrumentation-falconSafer patching mechanism (#895)opentelemetry-instrumentation-kafka-pythonFix topic extraction (#949)
Changed
opentelemetry-instrumentation-pymemcacheshould run against newer versions of pymemcache. (#935)
1.9.1-0.28b1 - 2022-01-29
Fixed
-
opentelemetry-instrumentation-pikarequirespackagingdependency -
opentelemetry-instrumentation-tornadoTornado: Conditionally create SERVER spans (#889)
1.9.0-0.28b0 - 2022-01-26
Added
-
opentelemetry-instrumentation-pyramidPyramid: Conditionally create SERVER spans (#869) -
opentelemetry-instrumentation-grpcaddedtrailing_metadatato _OpenTelemetryServicerContext. (#871) -
opentelemetry-instrumentation-asginow returns atraceresponseresponse header. (#817) -
opentelemetry-instrumentation-kafka-pythonadded kafka-python module instrumentation. (#814) -
opentelemetry-instrumentation-falconFalcon: Conditionally create SERVER spans (#867) -
opentelemetry-instrumentation-pymongonow supportspymongo v4(#876) -
opentelemetry-instrumentation-httpxnow supports versions higher than0.19.0. (#866)
Fixed
-
opentelemetry-instrumentation-djangoDjango: Conditionally create SERVER spans (#832) -
opentelemetry-instrumentation-flaskFlask: Conditionally create SERVER spans (#828) -
opentelemetry-instrumentation-celeryCelery: Support partial task time limit (#846) -
opentelemetry-instrumentation-asgiASGI: Conditionally create SERVER spans (#843) -
opentelemetry-instrumentation-djangoDjango: fix issue preventing detection of MIDDLEWARE_CLASSES -
opentelemetry-instrumentation-sqlite3Instrumentation now works withdbapi2.connect -
opentelemetry-instrumentation-kafkaKafka: safe kafka partition extraction (#872) -
opentelemetry-instrumentation-aiohttp-clientaiohttp: Correct url filter input type (#843) -
opentelemetry-instrumentation-aiohttp-clientaiohttp: Removespan_namefrom docs (#857)
1.8.0-0.27b0 - 2021-12-17
Added
opentelemetry-instrumentation-aws-lambdaAdds support for configurable flush timeout viaOTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUTproperty. (#825)opentelemetry-instrumentation-pikaAdds support for versions between0.12.0to1.0.0. (#837)
Fixed
-
opentelemetry-instrumentation-urllibFixed an error on unexpected status values. (#823) -
opentelemetry-exporter-richconsoleFixed attribute error on parentless spans. (#782) -
opentelemetry-instrumentation-tornadoAdd support instrumentation for Tornado 5.1.1 (#812)
1.7.1-0.26b1 - 2021-11-11
Added
opentelemetry-instrumentation-aws-lambdaAdd instrumentation for AWS Lambda Service - pkg metadata files (Part 1/2) (#739)- Add support for Python 3.10 (#742)
- Pass in auto-instrumentation version to configurator (#783)
opentelemetry-instrumentationAddsetuptoolstoinstall_requires(#781)opentelemetry-instrumentation-aws-lambdaAdd instrumentation for AWS Lambda Service - Implementation (Part 2/2) (#777)opentelemetry-instrumentation-pymongoAddrequest_hook,response_hookandfailed_hookcallbacks passed as arguments to the instrument method (#793)opentelemetry-instrumentation-pymysqlAdd support for PyMySQL 1.x series (#792)- Add support for generic OTEL_PYTHON_EXCLUDED_URLS variable (#790)
Fixed
opentelemetry-instrumentation-asginow explicitly depends on asgiref as it uses the package instead of instrumenting it. (#765)opentelemetry-instrumentation-pikanow propagates context to basic_consume callback (#766)opentelemetry-instrumentation-falconDropped broken support for Python 3.4. (#774)opentelemetry-instrumentation-djangoFixed carrier usage on ASGI requests. (#767)- Don't set Span Status on 4xx http status code for SpanKind.SERVER spans (#776)
opentelemetry-instrumentation-djangoFixed instrumentation and tests for all Django major versions. (#780)
1.6.2-0.25b2 - 2021-10-19
opentelemetry-instrumentation-sqlalchemyFix PostgreSQL instrumentation for Unix sockets (#761)
Changed
opentelemetry-sdk-extension-aws&opentelemetry-propagator-awsRelease AWS Python SDK Extension as 2.0.1 and AWS Propagator as 1.0.1 (#753)opentelemetry-instrumentation-pikaAdd_decorate_basic_consumeto ensure post instrumentationbasic_consumecalls are also instrumented. (#759)- Consolidate instrumentation documentation in docstrings (#754)
Fixed
opentelemetry-distrouses the correct entrypoint name which was updated in the core release of 1.6.0 but the distro was not updated with it (#755)
Added
opentelemetry-instrumentation-pikaAddpublish_hookandconsume_hookcallbacks passed as arguments to the instrument method (#763)
1.6.1-0.25b1 - 2021-10-18
Changed
opentelemetry-util-httpno longer contains an instrumentation entrypoint and will not be loaded automatically by the auto instrumentor. (#745)opentelemetry-instrumentation-pikaBugfix use properties.headers. It will prevent the header injection from raising. (#740)opentelemetry-instrumentation-botocoreAdd extension for DynamoDB (#735)opentelemetry-sdk-extension-aws&opentelemetry-propagator-awsRemove unnecessary dependencies onopentelemetry-test(#752)opentelemetry-instrumentation-botocoreAdd Lambda extension (#760)
1.6.0-0.25b0 - 2021-10-13
Added
opentelemetry-sdk-extension-awsRelease AWS Python SDK Extension as 1.0.0 (#667)opentelemetry-instrumentation-urllib3,opentelemetry-instrumentation-requestsThenet.peer.ipattribute is set to the IP of the connected HTTP server or proxy using a new instrumentor inopententelemetry-util-http(#661)opentelemetry-instrumentation-pymongoAdd check for suppression key in PyMongo. (#736)opentelemetry-instrumentation-elasticsearchAddedresponse_hookandrequest_hookcallbacks (#670)opentelemetry-instrumentation-redisadded request_hook and response_hook callbacks passed as arguments to the instrument method. (#669)opentelemetry-instrumentation-botocoreaddrequest_hookandresponse_hookcallbacks (679)opentelemetry-exporter-richconsoleInitial release (#686)opentelemetry-instrumentation-elasticsearchno longer creates unique span names by including document IDs, replaces them with:idand puts the value in attributeelasticsearch.id(#705)opentelemetry-instrumentation-tornadonow setshttp.client_ipandtornado.handlerattributes (#706)opentelemetry-instrumentation-requestsadded exclude urls functionality (#714)opentelemetry-instrumentation-djangoAdd ASGI support (#391)
Changed
opentelemetry-instrumentation-flaskFixRuntimeError: Working outside of request context(#734)opentelemetry-propagators-aws-xrayRenameAwsXRayFormattoAwsXRayPropagator(#729)opentelemetry-instrumentation-sqlalchemyRespect provided tracer provider when instrumenting SQLAlchemy (#728)opentelemetry-sdk-extension-awsMove AWS X-Ray Propagator into its ownopentelemetry-propagators-awspackage (#720)opentelemetry-instrumentation-sqlalchemyAddedpackagingdependency (#713)opentelemetry-instrumentation-jinja2Allow instrumentation of newer Jinja2 versions. (#712)opentelemetry-instrumentation-botocoreMake common span attributes compliant with semantic conventions (#674)opentelemetry-sdk-extension-awsRelease AWS Python SDK Extension as 1.0.0 (#667)opentelemetry-instrumentation-botocoreUnpatch botocore Endpoint.prepare_request on uninstrument (#664)opentelemetry-instrumentation-botocoreFix span injection for lambda invoke (#663)opentelemetry-instrumentation-botocoreIntroduce instrumentation extensions (#718)opentelemetry-instrumentation-urllib3Updated_RequestHookTwith two additional fields - the request body and the request headers (#660)- Tests for Falcon 3 support (#644)
1.5.0-0.24b0 - 2021-08-26
Added
opentelemetry-sdk-extension-awsAdd AWS resource detectors to extension package (#586)opentelemetry-instrumentation-asgi,opentelemetry-instrumentation-aiohttp-client,openetelemetry-instrumentation-fastapi,opentelemetry-instrumentation-starlette,opentelemetry-instrumentation-urllib,opentelemetry-instrumentation-urllib3Addedrequest_hookandresponse_hookcallbacks (#576)opentelemetry-instrumentation-pikaadded RabbitMQ's pika module instrumentation. (#680)
Changed
opentelemetry-instrumentation-fastapiAllow instrumentation of newer FastAPI versions. (#602)- Enable explicit
excluded_urlsargument inopentelemetry-instrumentation-flask(#604)
1.4.0-0.23b0 - 2021-07-21
Removed
- Move
opentelemetry-instrumentationto the core repo. (#595)
Changed
opentelemetry-instrumentation-falconadded support for Falcon 3. (#607)opentelemetry-instrumentation-tornadoproperly instrument work done in tornado on_finish method. (#499)opentelemetry-instrumentationFixed cases where trying to use an instrumentation package without the target library was crashing auto instrumentation agent. (#530)- Fix weak reference error for pyodbc cursor in SQLAlchemy instrumentation. (#469)
- Implemented specification that HTTP span attributes must not contain username and password. (#538)
- Changed the psycopg2-binary to psycopg2 as dependency in production (#543)
- Implement consistent way of checking if instrumentation is already active (#549)
- Require aiopg to be less than 1.3.0 (#560)
opentelemetry-instrumentation-djangoMigrated Django middleware to new-style. (#533)- Updating dependency for opentelemetry api/sdk packages to support major version instead of pinning to specific versions. (#567)
opentelemetry-instrumentation-grpcRespect the suppress instrumentation in gRPC client instrumentor (#559)opentelemetry-instrumentation-grpcFixed asynchonous unary call traces (#536)opentelemetry-sdk-extension-awsUpdate AWS entry points to match spec (#566)- Include Flask 2.0 as compatible with existing flask instrumentation (#545)
openelemetry-sdk-extension-awsTake a dependency onopentelemetry-sdk(#558)- Change
opentelemetry-instrumentation-httpxto replaceclientclasses with instrumented versions. (#577) opentelemetry-instrumentation-requestsFix potentialAttributeErrorwhenrequestsis used with a custom transport adapter. (#562)opentelemetry-instrumentation-djangoFix AttributeError: ResolverMatch object has no attribute route (#581)opentelemetry-instrumentation-botocoreSuppress botocore downstream instrumentation like urllib3 (#563)opentelemetry-exporter-datadogDatadog exporter should not useunknown_serviceas fallback resource service name. (#570)- Add support for the async extension of SQLAlchemy (>= 1.4) (#568)
Added
opentelemetry-instrumentation-httpxAddhttpxinstrumentation (#461)
0.22b0 - 2021-06-01
Changed
opentelemetry-bootstrapnot longer forcibly removes and re-installs libraries and their instrumentations. This means running bootstrap will not auto-upgrade existing dependencies and as a result not cause dependency conflicts. (#514)opentelemetry-instrumentation-asgiSet the response status code on the server span (#478)opentelemetry-instrumentation-tornadoFixed cases where description was used with non- error status code when creating Status objects. (#504)opentelemetry-instrumentation-asgiFix instrumentation default span name. (#418)- Propagators use the root context as default for
extractand do not modify the context if extracting from carrier does not work. (#488)
Added
opentelemetry-instrumentation-botocorenow supports context propagation for lambda invoke via Payload embedded headers. (#458)- Added support for CreateKey functionality. (#502)
0.21b0 - 2021-05-11
Changed
- Instrumentation packages don't specify the libraries they instrument as dependencies anymore. Instead, they verify the correct version of libraries are installed at runtime. (#475)
opentelemetry-propagator-ot-traceUseTraceFlagsobject inextract(#472)- Set the
traced_request_attrsof FalconInstrumentor by an argument correctly. (#473) - Enable passing explicit urls to exclude in instrumentation in FastAPI (#486)
- Distros can now implement
load_instrumentor(EntryPoint)method to customize instrumentor loading behaviour. (#480) - Fix entrypoint for ottrace propagator (#492)
Added
- Move
opentelemetry-instrumentationfrom core repository (#465)
0.20b0 - 2021-04-20
Changed
- Restrict DataDog exporter's
ddtracedependency to known working versions. (#400) - GRPC instrumentation now correctly injects trace context into outgoing requests. (#392)
- Publish
opentelemetry-propagator-ot-tracepackage as a part of the release process (#387) - Update redis instrumentation to follow semantic conventions (#403)
- Update instrumentations to use tracer_provider for creating tracer if given, otherwise use global tracer provider (#402)
opentelemetry-instrumentation-wsgiReplacedname_callbackwithrequest_hookandresponse_hookcallbacks. (#424)- Update gRPC instrumentation to better wrap server context (#420)
opentelemetry-instrumentation-redisFix default port KeyError and Wrong Attribute name (net.peer.ip -> net.peer.port) (#265)opentelemetry-instrumentation-asyncpgFix default port KeyError and Wrong Attribute name (net.peer.ip -> net.peer.port) (#265)
Added
-
opentelemetry-instrumentation-urllib3Add urllib3 instrumentation (#299) -
opentelemetry-instrumentation-flaskAddedrequest_hookandresponse_hookcallbacks. (#416) -
opentelemetry-instrumenation-djangonow supports request and response hooks. (#407) -
opentelemetry-instrumentation-falconFalconInstrumentor now supports request/response hooks. (#415) -
opentelemetry-instrumentation-tornadoAdd request/response hooks. (#426) -
opentelemetry-exporter-datadogAdd parsing exception events for error tags. (#459) -
opentelemetry-instrumenation-djangonow supports trace response headers. (#436) -
opentelemetry-instrumenation-tornadonow supports trace response headers. (#436) -
opentelemetry-instrumenation-pyramidnow supports trace response headers. (#436) -
opentelemetry-instrumenation-falconnow supports trace response headers. (#436) -
opentelemetry-instrumenation-flasknow supports trace response headers. (#436) -
opentelemetry-instrumentation-grpcKeep client interceptor in sync with grpc client interceptors. (#442)
Removed
- Remove
http.status_textfrom span attributes (#406)
0.19b0 - 2021-03-26
- Implement context methods for
_InterceptorChannel(#363)
Changed
- Rename
IdsGeneratortoIdGenerator(#350) opentelemetry-exporter-datadogFix warning when DatadogFormat encounters a request with no DD_ORIGIN headers (#368).opentelemetry-instrumentation-aiopgFix multiple nested spans whenaiopg.poolis used (#336).- Updated instrumentations to use
opentelemetry.trace.use_spaninstead ofTracer.use_span()(#364) opentelemetry-propagator-ot-traceDo not throw an exception when headers are not present (#378)opentelemetry-instrumentation-wsgiReimplementkeysmethod to return actual keys from the carrier instead of an empty list. (#379)opentelemetry-instrumentation-sqlalchemyFix multithreading issues in recording spans from SQLAlchemy (#315)- Make getters and setters optional (#372)
Removed
- Removing support for Python 3.5 (#374)
0.18b0 - 2021-02-16
Added
opentelemetry-propagator-ot-traceAdd OT Trace Propagator (#302)opentelemetry-instrumentation-loggingAdded logging instrumentation to enable log - trace correlation. (#345)
Removed
- Remove
componentspan attribute in instrumentations.opentelemetry-instrumentation-aiopg,opentelemetry-instrumentation-dbapiRemove unuseddatabase_typeparameter fromtrace_integrationfunction. (#301) opentelemetry-instrumentation-asgiReturn header values using case insensitive keys (#308)- Remove metrics from all instrumentations (#312)
opentelemetry-instrumentation-botoupdated to set span attributes instead of overriding the resource. (#310)opentelemetry-instrumentation-grpcFix issue tracking child spans in streaming responses (#260)opentelemetry-instrumentation-grpcUpdated client attributes, added tests, fixed examples, docs (#269)
0.17b0 - 2021-01-20
Added
opentelemetry-instrumentation-sqlalchemyEnsure spans have kind set to "CLIENT" (#278)opentelemetry-instrumentation-celeryAdd support for Celery version 5.x (#266)opentelemetry-instrumentation-urllibAdd urllib instrumentation (#222)opentelemetry-exporter-datadogAdd fields method (#226)opentelemetry-sdk-extension-awsAdd method to return fields injected by propagator (#226)opentelemetry-exporter-prometheus-remote-writePrometheus Remote Write Exporter Setup (#180)opentelemetry-exporter-prometheus-remote-writeAdd Exporter constructor validation methods in Prometheus Remote Write Exporter (#206)opentelemetry-exporter-prometheus-remote-writeAdd conversion to TimeSeries methods in Prometheus Remote Write Exporter (#207)opentelemetry-exporter-prometheus-remote-writeAdd request methods to Prometheus Remote Write Exporter (#212)opentelemetry-instrumentation-fastapiAdded support for excluding some routes with env varOTEL_PYTHON_FASTAPI_EXCLUDED_URLS(#237)opentelemetry-instrumentation-starletteAdded support for excluding some routes with env varOTEL_PYTHON_STARLETTE_EXCLUDED_URLS(#237)- Add Prometheus Remote Write Exporter integration tests in opentelemetry-docker-tests (#216)
opentelemetry-instrumentation-grpcAdd tests for grpc span attributes, grpcabort()conditions (#236)- Add README and example app for Prometheus Remote Write Exporter (#227)
opentelemetry-instrumentation-botocoreAdds a field to report the number of retries it take to complete an API call (#275)opentelemetry-instrumentation-requestsUse instanceof to check if responses are valid Response objects (#273)
Changed
- Fix broken links to project (#413)
opentelemetry-instrumentation-asgi,opentelemetry-instrumentation-wsgiReturnNoneforCarrierGetterif key not found (#233)opentelemetry-instrumentation-grpcComply with updated spec, rework tests (#236)opentelemetry-instrumentation-asgi,opentelemetry-instrumentation-falcon,opentelemetry-instrumentation-flask,opentelemetry-instrumentation-pyramid,opentelemetry-instrumentation-wsgiRenamedhost.portattribute tonet.host.port(#242)opentelemetry-instrumentation-flaskDo not emit a warning message for request contexts created withapp.test_request_context(#253)opentelemetry-instrumentation-requests,opentelemetry-instrumentation-urllibFix span name callback parameters (#259)opentelemetry-exporter-datadogFix unintentional type change of span trace flags (#261)opentelemetry-instrumentation-aiopgFix AttributeError__aexit__whenaiopg.connectandaio[g].create_poolused with async context manager (#235)opentelemetry-exporter-datadogopentelemetry-sdk-extension-awsFix reference to ids_generator in sdk (#283)opentelemetry-instrumentation-sqlalchemyUse SQL operation and DB name as span name. (#254)opentelemetry-instrumentation-dbapi,TracedCursorreplaced byCursorTracer(#246)opentelemetry-instrumentation-psycopg2, Added support for psycopg2 registered types. (#246)opentelemetry-instrumentation-dbapi,opentelemetry-instrumentation-psycopg2,opentelemetry-instrumentation-mysql,opentelemetry-instrumentation-pymysql,opentelemetry-instrumentation-aiopgUse SQL command name as the span operation name instead of the entire query. (#246)- Update TraceState to adhere to specs (#276)
Removed
- Remove Configuration (#285)
0.16b1 - 2020-11-26
0.16b0 - 2020-11-25
Added
opentelemetry-instrumentation-flaskAdd span name callback (#152)opentelemetry-sdk-extension-awsAdd AWS X-Ray Ids Generator Entry Point (#201)opentelemetry-sdk-extension-awsFix typo for installing OTel SDK in docs (#200)opentelemetry-sdk-extension-awsImport missing components for docs (#198)opentelemetry-sdk-extension-awsProvide components needed to Configure OTel SDK for Tracing with AWS X-Ray (#130)opentelemetry-instrumentation-sklearnInitial release (#151)opentelemetry-instrumentation-requestsAdd span name callback (#158)opentelemetry-instrumentation-botocoreAdd propagator injection for botocore calls (#181)
Changed
opentelemetry-instrumentation-pymemcacheUpdate pymemcache instrumentation to follow semantic conventions (#183)opentelemetry-instrumentation-redisUpdate redis instrumentation to follow semantic conventions (#184)opentelemetry-instrumentation-pymongoUpdate pymongo instrumentation to follow semantic conventions (#203)opentelemetry-instrumentation-sqlalchemyUpdate sqlalchemy instrumentation to follow semantic conventions (#202)opentelemetry-instrumentation-botocoreMake botocore instrumentation check if instrumentation has been suppressed (#182)opentelemetry-instrumentation-botocoreBotocore SpanKind as CLIENT and modify existing traced attributes (#150)opentelemetry-instrumentation-dbapiUpdate dbapi and its dependant instrumentations to follow semantic conventions (#195)opentelemetry-instrumentation-dbapiStop capturing query parameters by default (#156)opentelemetry-instrumentation-asyncpgUpdate asyncpg instrumentation to follow semantic conventions (#188)opentelemetry-instrumentation-grpcUpdate protobuf versions (#1356)
0.15b0 - 2020-11-02
Added
opentelemetry-instrumentation-requestsAdd support for tracking http metrics (#1230)opentelemetry-instrumentation-djangoAdded capture of http.route (#1226)opentelemetry-instrumentation-djangoAdd support for tracking http metrics (#1230)
Changed
opentelemetry-exporter-datadogMakeSpanProcessor.on_startaccept parent Context (#1251)opentelemetry-instrumentation-flaskUseurl.ruleinstead ofrequest.endpointfor span name (#1260)opentelemetry-instrumentation-djangoDjango instrumentation is now enabled by default but can be disabled by settingOTEL_PYTHON_DJANGO_INSTRUMENTtoFalse(#1239)opentelemetry-instrumentation-djangoBugfix use request.path replace request.get_full_path(). It will get correct span name (#1309)opentelemetry-instrumentation-djangoRecord span status and http.status_code attribute on exception (#1257)opentelemetry-instrumentation-grpcRewrite gRPC server interceptor (#1171)
0.14b0 - 2020-10-13
Added
opentelemetry-exporter-datadogAdd support for span resource labels and service nameopentelemetry-instrumentation-celerySpan operation names now include the task type. (#1135)opentelemetry-instrumentation-celeryAdded automatic context propagation. (#1135)opentelemetry-instrumentation-falconAdded support forOTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS(#1158)opentelemetry-instrumentation-tornadoAdded support forOTEL_PYTHON_TORNADO_TRACED_REQUEST_ATTRS(#1178)opentelemetry-instrumentation-djangoAdded support forOTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS(#1154)
Changed
opentelemetry-instrumentation-pymongoCast PyMongo commands as strings (#1132)opentelemetry-instrumentation-system-metricsFix issue when specific metrics are not available in certain OS (#1207)opentelemetry-instrumentation-pymysqlBumped version from 0.9.3 to 0.10.1 (#1228)opentelemetry-instrumentation-djangoChanged span name extraction from request to comply semantic convention (#992)
0.13b0 - 2020-09-17
Added
opentelemetry-instrumentation-falconInitial release. Added instrumentation for Falcon 2.0+opentelemetry-instrumentation-tornadoInitial release. Supports Tornado 6.x on Python 3.5 and newer.opentelemetry-instrumentation-aiohttp-clientAdd instrumentor and auto instrumentation support for aiohttp (#1075)opentelemetry-instrumentation-requestsAdd support for instrumenting prepared requests (#1040)opentelemetry-instrumentation-requestsAdd support for http metrics (#1116)
Changed
opentelemetry-instrumentation-aiohttp-clientUpdating span name to match semantic conventions (#972)opentelemetry-instrumentation-dbapicursors and connections now produce spans when used with context managers (#1028)
Removed
- Drop support for Python 3.4 (#1099)
0.12b0 - 2020-08-14
Changed
opentelemetry-ext-pymemcacheChange package name to opentelemetry-instrumentation-pymemcache (#966)opentelemetry-ext-redisUpdate default SpanKind toSpanKind.CLIENT(#965)opentelemetry-ext-redisChange package name to opentelemetry-instrumentation-redis (#966)opentelemetry-ext-datadogChange package name to opentelemetry-exporter-datadog (#953)opentelemetry-ext-jinja2Change package name to opentelemetry-instrumentation-jinja2 (#969)opentelemetry-ext-elasticsearchUpdate environment variable names, prefix changed fromOPENTELEMETRYtoOTEL(#904)opentelemetry-ext-elasticsearchChange package name to opentelemetry-instrumentation-elasticsearch (#969)opentelemetry-ext-celeryChange package name to opentelemetry-instrumentation-celery (#969)opentelemetry-ext-pyramidChange package name to opentelemetry-instrumentation-pyramid (#966)opentelemetry-ext-pyramidUpdate environment variable names, prefix changed fromOPENTELEMETRYtoOTEL(#904)opentelemetry-ext-pymongoChange package name to opentelemetry-instrumentation-pymongo (#966)opentelemetry-ext-sqlite3Change package name to opentelemetry-instrumentation-sqlite3 (#966)opentelemetry-ext-sqlalchemyChange package name to opentelemetry-instrumentation-sqlalchemy (#966)opentelemetry-ext-psycopg2Change package name to opentelemetry-instrumentation-psycopg2 (#966)opentelemetry-ext-aiohttp-clientChange package name to opentelemetry-instrumentation-aiohttp-client (#961)opentelemetry-ext-botoChange package name to opentelemetry-instrumentation-boto (#969)opentelemetry-ext-system-metricsChange package name to opentelemetry-instrumentation-system-metrics (#969)opentelemetry-ext-asgiChange package name to opentelemetry-instrumentation-asgi (#961)opentelemetry-ext-wsgiChange package name to opentelemetry-instrumentation-wsgi (#961)opentelemetry-ext-pymysqlChange package name to opentelemetry-instrumentation-pymysql (#966)opentelemetry-ext-requestsChange package name to opentelemetry-instrumentation-requests (#961)opentelemetry-ext-requestsSpan name reported updated to follow semantic conventions to reduce cardinality (#972)opentelemetry-ext-botocoreChange package name to opentelemetry-instrumentation-botocore (#969)opentelemetry-ext-dbapiChange package name to opentelemetry-instrumentation-dbapi (#966)opentelemetry-ext-flaskChange package name to opentelemetry-instrumentation-flask (#961)opentelemetry-ext-flaskUpdate environment variable names, prefix changed fromOPENTELEMETRYtoOTEL(#904)opentelemetry-ext-djangoChange package name to opentelemetry-instrumentation-django (#961)opentelemetry-ext-djangoUpdate environment variable names, prefix changed fromOPENTELEMETRYtoOTEL(#904)opentelemetry-ext-asyncpgChange package name to opentelemetry-instrumentation-asyncpg (#966)opentelemetry-ext-mysqlChange package name to opentelemetry-instrumentation-mysql (#966)opentelemetry-ext-grpcChange package name to opentelemetry-instrumentation-grpc (#969)
0.11b0 - 2020-07-28
Added
opentelemetry-instrumentation-aiopgInitial releaseopentelemetry-instrumentation-fastapiInitial release (#890)opentelemetry-ext-grpcAdd status code to gRPC client spans (896)opentelemetry-ext-grpcAdd gRPC client and server instrumentors (788)opentelemetry-ext-grpcAdd metric recording (bytes in/out, errors, latency) to gRPC client
Changed
opentelemetry-ext-pyramidUse one general exclude list instead of two (#872)opentelemetry-ext-botofails to export spans via jaeger (#866)opentelemetry-ext-botocorefails to export spans via jaeger (#866)opentelemetry-ext-wsgiSet span status on wsgi errors (#864)opentelemetry-ext-flaskUse one general exclude list instead of two (#872)opentelemetry-ext-djangoUse one general exclude list instead of two (#872)opentelemetry-ext-asyncpgShouldn't capture query parameters by default (#854)opentelemetry-ext-mysqlbugfix: Fix auto-instrumentation entry point for mysql (#858)
0.10b0 - 2020-06-23
Added
opentelemetry-ext-pymemcacheInitial releaseopentelemetry-ext-elasticsearchInitial releaseopentelemetry-ext-celeryAdd instrumentation for Celery (#780)opentelemetry-instrumentation-starletteInitial release (#777)opentelemetry-ext-asyncpgInitial Release (#814)
0.9b0 - 2020-06-10
Added
opentelemetry-ext-pyramidInitial releaseopentelemetry-ext-botoInitial releaseopentelemetry-ext-botocoreInitial releaseopentelemetry-ext-system-metricsInitial release (https://github.com/open-telemetry/opentelemetry-python/pull/652)
0.8b0 - 2020-05-27
Added
opentelemetry-ext-datadogAdd exporter to Datadog (#572)opentelemetry-ext-sqlite3Initial releaseopentelemetry-ext-psycopg2Implement instrumentor interface, enabling auto-instrumentation ([#694]https://github.com/open-telemetry/opentelemetry-python/pull/694)opentelemetry-ext-asgiAdd ASGI middleware (#716)opentelemetry-ext-djangoAdd exclude list for paths and hosts to prevent from tracing (#670)opentelemetry-ext-djangoAdd support for django >= 1.10 (#717)
Changed
opentelemetry-ext-grpclint: version of grpc causes lint issues (#696)
0.7b1 - 2020-05-12
Added
opentelemetry-ext-redisInitial releaseopentelemetry-ext-jinja2Add jinja2 instrumentation (#643)opentelemetry-ext-pymongoImplement instrumentor interface (#612)opentelemetry-ext-sqlalchemyInitial releaseopentelemetry-ext-aiohttp-clientInitial releaseopentelemetry-ext-pymysqlInitial releaseopentelemetry-ext-http-requestsImplement instrumentor interface, enabling auto-instrumentation (#597)opentelemetry-ext-http-requestsAdding disable_session for more granular instrumentation control (#573)opentelemetry-ext-http-requestsAdd a callback for custom attributes (#656)opentelemetry-ext-dbapiImplement instrument_connection and uninstrument_connection (#624)opentelemetry-ext-flaskAdd exclude list for paths and hosts (#630)opentelemetry-ext-djangoInitial releaseopentelemetry-ext-mysqlImplement instrumentor interface (#654)
Changed
opentelemetry-ext-http-requestsRename package to opentelemetry-ext-requests (#619)
0.6b0 - 2020-03-30
Added
opentelemetry-ext-flaskAdd an entry_point to be usable in auto-instrumentation (#327)opentelemetry-ext-grpcAdd gRPC integration (#476)
0.5b0 - 2020-03-16
0.4a0 - 2020-02-21
Added
opentelemetry-ext-psycopg2Initial releaseopentelemetry-ext-dbapiInitial releaseopentelemetry-ext-mysqlInitial release
Changed
opentelemetry-ext-pymongoUpdating network connection attribute names (#350)opentelemetry-ext-wsgiUpdating network connection attribute names (#350)opentelemetry-ext-flaskUse string keys for WSGI environ values (#366)
0.3a0 - 2019-12-11
Added
opentelemetry-ext-flaskInitial releaseopentelemetry-ext-pymongoInitial release
Changed
opentelemetry-ext-wsgiSupport new semantic conventions (#299)opentelemetry-ext-wsgiUpdates for core library changes
0.2a0 - 2019-10-29
Changed
opentelemetry-ext-wsgiUpdates for core library changesopentelemetry-ext-http-requestsUpdates for core library changes
0.1a0 - 2019-09-30
Added
opentelemetry-ext-wsgiInitial releaseopentelemetry-ext-http-requestsInitial release