Releases: GoogleCloudPlatform/opentelemetry-operations-python
Releases · GoogleCloudPlatform/opentelemetry-operations-python
v1.7.0
What's Changed
opentelemetry-exporter-gcp-monitoring
- Add support for Python 3.12 (#343)
opentelemetry-exporter-gcp-trace
- Add support for Python 3.12 (#343)
opentelemetry-propagator-gcp
- Add support for Python 3.12 (#343)
opentelemetry-resourcedetector-gcp
- Implement GAE resource detection (#351)
- Implement Cloud Run and Cloud Functions faas resource detection (#346)
- Small fixups for resource detector code and tests (#345)
- gcp_resource_detector: add missing timeout to requests call (#344)
- Add support for Python 3.12 (#343)
- Don't throw and exception when raise on error is set to false (#293)
New Contributors
- @Tasty213 made their first contribution in #293
- @damemi made their first contribution in #307
- @psx95 made their first contribution in #317
- @xrmx made their first contribution in #344
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
opentelemetry-exporter-gcp-monitoring
- Don't use
pkg_resources.get_distribution(..).version
(#256) - Add autoinstrumentation entrypoint for monitoring exporter
(#275)
opentelemetry-exporter-gcp-trace
- Don't use
pkg_resources.get_distribution(..).version
(#256)
opentelemetry-resourcedetector-gcp
- Use faas.instance instead of faas.id, and bump e2e test image
(#271) - Map faas.* attributes to generic_task in resource mapping
(#273)
New Contributors
- @DouglasHeriot made their first contribution in #269
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- release pr/1.4.0 by @aabmass in #221
- Create initial github workflow file by @aabmass in #227
- Migrate circleci config to github workflow by @aabmass in #228
- Remove CircleCI configs by @aabmass in #229
- Bump certifi from 2022.9.24 to 2022.12.7 in /docs/examples/flask_e2e by @dependabot in #222
- Bump certifi from 2022.9.24 to 2022.12.7 in /docs/examples/cloud_monitoring by @dependabot in #223
- Bump certifi from 2022.9.24 to 2022.12.7 in /docs/examples/cloud_trace_exporter by @dependabot in #224
- Add spec compliant GCE detection by @aabmass in #231
- Bump werkzeug from 2.2.2 to 2.2.3 in /docs/examples/flask_e2e by @dependabot in #232
- Add spec compliant GKE detection by @aabmass in #233
- Refactor resource mapping logic into resource detection package by @aabmass in #235
- chore: add CODEOWNERS file to auto assign team for reviews by @aabmass in #236
- Implement resource detection e2e scenario by @aabmass in #234
- Update snapshots for bumped upstream version to fix CI by @aabmass in #239
- Add support for python 3.11 by @aabmass in #240
- Update monitoring README and docs requirements files by @aabmass in #242
- Bump flask from 2.2.2 to 2.2.5 in /docs/examples/flask_e2e by @dependabot in #243
- Add "Edit on Github" links for readthedocs by @aabmass in #246
- Customize metric prefix by @fengxumr in #244
- Add example of prometheus exemplars being scraped from a flask app by @aabmass in #245
- Update example setup instructions for getting GCP credentials by @aabmass in #247
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
opentelemetry-exporter-gcp-monitoring
- Set gRPC user-agent when calling google APIs
(#216) - Implement OTel resource to monitored resource mapping
(#214) - Update cloud monitoring exporter to work with opentelemetry 1.x
(#204) - Drop support for Python 3.6, add 3.10
(#203)
opentelemetry-exporter-gcp-trace
opentelemetry-propagator-gcp
- Drop support for Python 3.6, add 3.10
(#203) - Create a Readonly Propagator to match the golang "One Way" propagator
(#196)
opentelemetry-resourcedetector-gcp
New Contributors
- @munagekar made their first contribution in #186
- @RangelReale made their first contribution in #194
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
opentelemetry-propagator-gcp
- Add entry point for x-cloud-trace-context propagator
(#183) - Make the trace flags optional when parsing x-cloud-trace-context
(#181)
opentelemetry-resourcedetector-gcp
- remove google-auth dependency for resource detection
(#176)
New Contributors
Full Changelog: v1.2.0...v1.3.0