-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/opentelemetry-operations-java
base: v0.33.0
head repository: GoogleCloudPlatform/opentelemetry-operations-java
compare: v0.34.0
- 15 commits
- 38 files changed
- 2 contributors
Commits on Oct 30, 2024
-
Hardcode versions on all samples (#384)
* Hardcode the version for examples-spring module * Hardcode version for spring-slueth example * Hardcode version for resource example * Hardcode version for otlptrace example * Hardcode version for otlpmetrics-function example * Hardcode version for otlp-spring example * Hardcode version for metrics example * Hardcode version for autoinstrument example * Hardcode version for autoconf example * Remove group from example modules * Change the name of placeholder variable * Change version numbers for samples to be 0.1.0
Configuration menu - View commit details
-
Copy full SHA for 53d4fb9 - Browse repository at this point
Copy the full SHA 53d4fb9View commit details
Commits on Dec 9, 2024
-
Make project compatible with Java 17 (#385)
Mockito 3.5.x is incompatible when building with Java 17, therefore an update to a more recent version of Mockito is required. There have been breaking changes in Mockito's releases which are difficult to point out. Some tests required code changes to make them compatible with these changes. Only breaking change that affected this codebase was the handling of static mocks.
Configuration menu - View commit details
-
Copy full SHA for c19b136 - Browse repository at this point
Copy the full SHA c19b136View commit details
Commits on Dec 10, 2024
-
Add OpenTelemetry Spring Boot Starter Sample (#386)
* Setup new module for spring-boot-starter example * Sample app exports to console * Generate native executable image * Export traces to GCP * Export metrics to GCP * Update comment with correct reasoning * Set toolchain version to Java 17 * Update README.md * Conditionally include Java 17 projects This allows to keep using Java 11 to build the project. Keeping Java 11 to build the project allows us to keep using the existing CI that is built around Java 11. * Fix CodeQL CI failure
Configuration menu - View commit details
-
Copy full SHA for a08a050 - Browse repository at this point
Copy the full SHA a08a050View commit details
Commits on Jan 14, 2025
-
Use exponential histograms in the quickstart sample (#387)
* update collector image to v1.115.1 * use exponential histograms in the quickstart-sample
Configuration menu - View commit details
-
Copy full SHA for 3e84946 - Browse repository at this point
Copy the full SHA 3e84946View commit details -
Add otlp metric example with gcp auth (#388)
* add otlp metric example with gcp auth * Fix sample build --------- Co-authored-by: Pranav Sharma <sharmapranav@google.com>
Configuration menu - View commit details
-
Copy full SHA for cb785c8 - Browse repository at this point
Copy the full SHA cb785c8View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 404b12a - Browse repository at this point
Copy the full SHA 404b12aView commit details
Commits on Jan 31, 2025
-
Update OTLP Trace Example to use Auth Extension (#391)
* Add required dependencies * Use auth extension for OTLP example * Make empty classifier name more apparent
Configuration menu - View commit details
-
Copy full SHA for aa3cdbd - Browse repository at this point
Copy the full SHA aa3cdbdView commit details
Commits on Feb 3, 2025
-
Update otlp-spring example to use auth extension (#392)
* Add required dependencies * Use auth extension for OTLP example * Make empty classifier name more apparent * Udpate otlp-spring sample to use GCP Auth extension * Update instructions to reflect auth extension usage * Add instructions for GKE workload identity * Add missing steps to update gradle file
Configuration menu - View commit details
-
Copy full SHA for d19be98 - Browse repository at this point
Copy the full SHA d19be98View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d1cdd22 - Browse repository at this point
Copy the full SHA d1cdd22View commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bf24d73 - Browse repository at this point
Copy the full SHA bf24d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f5c30 - Browse repository at this point
Copy the full SHA 13f5c30View commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 744db58 - Browse repository at this point
Copy the full SHA 744db58View commit details
Commits on Feb 7, 2025
-
Update auto-instrumentation sample (#397)
* Use OTLP for trace export * Fix otlp auth in cloud-run * Fix k8s deployment for sample * Update Cloud Run deployment to use no-throttling * Update examples/autoinstrument/deployment.yaml Co-authored-by: David Ashpole <dashpole@google.com> --------- Co-authored-by: David Ashpole <dashpole@google.com>
Configuration menu - View commit details
-
Copy full SHA for b0b88bf - Browse repository at this point
Copy the full SHA b0b88bfView commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea23bcd - Browse repository at this point
Copy the full SHA ea23bcdView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a2496f - Browse repository at this point
Copy the full SHA 8a2496fView 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 v0.33.0...v0.34.0