-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/opentelemetry-operations-python
base: v1.7.0
head repository: GoogleCloudPlatform/opentelemetry-operations-python
compare: v1.8.0
- 11 commits
- 33 files changed
- 4 contributors
Commits on Aug 27, 2024
-
Release 1.7.0 (Part 2/2) bump version to 1.8.0.dev0
- Update version.py files to dev version
Configuration menu - View commit details
-
Copy full SHA for db5f967 - Browse repository at this point
Copy the full SHA db5f967View commit details
Commits on Sep 10, 2024
-
Add integration test for instrumentation quickstart (#356)
* Add integration test for instrumentation quickstart * Update samples/instrumentation-quickstart/docker-compose.cloudbuild.yaml Co-authored-by: David Ashpole <[email protected]> --------- Co-authored-by: David Ashpole <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aad621 - Browse repository at this point
Copy the full SHA 5aad621View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f63a109 - Browse repository at this point
Copy the full SHA f63a109View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f17758 - Browse repository at this point
Copy the full SHA 1f17758View commit details
Commits on Dec 9, 2024
-
Use a shorter timeout for the metadata endpoint (#362)
* Use a shorter read timeout for the metadata endpoint Use a shorter timeout of 2 seconds instead of the read of 5 seconds to avoid blocking too much if the metadata server is not available. This makes the code behave more similar to the go one: https://github.com/googleapis/google-cloud-go/blob/main/compute/metadata/metadata.go#L65 * Add changelog
Configuration menu - View commit details
-
Copy full SHA for 5985b57 - Browse repository at this point
Copy the full SHA 5985b57View commit details
Commits on Dec 18, 2024
-
Update instrumentation sample to use exponential histograms (#364)
* update collector to the latest release * update sample dependencies, which adds http route to http metrics * switch to exponential histograms * expose prometheus exporter for test
Configuration menu - View commit details
-
Copy full SHA for 5c27c04 - Browse repository at this point
Copy the full SHA 5c27c04View commit details
Commits on Dec 23, 2024
-
Bump golang.org/x/crypto (#365)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.31.0. - [Commits](golang/crypto@v0.26.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61eecd7 - Browse repository at this point
Copy the full SHA 61eecd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 495e4c5 - Browse repository at this point
Copy the full SHA 495e4c5View commit details
Commits on Dec 26, 2024
-
Fix creation of resources in _detector (#366)
* Fix creation of resources in _detector We should create a Resource instance and not use Resource.create because if we set OTEL_EXPERIMENTAL_RESOURCE_DETECTORS we will go into an infinite loop trying to load and instantiate all the resources detectors. Fix #363 * Update snapshots
Configuration menu - View commit details
-
Copy full SHA for d7fe99e - Browse repository at this point
Copy the full SHA d7fe99eView commit details
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 490319e - Browse repository at this point
Copy the full SHA 490319eView commit details -
Release 1.8.0 (Part 1/2) release commit
- Update version.py files - Marked releases in changelogs
Configuration menu - View commit details
-
Copy full SHA for b4d38ed - Browse repository at this point
Copy the full SHA b4d38edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.0...v1.8.0