-
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.23.0
head repository: GoogleCloudPlatform/opentelemetry-operations-java
compare: v0.24.0
- 18 commits
- 53 files changed
- 4 contributors
Commits on Jul 21, 2022
-
Increase cloud monitoring client timeout to 12 s (#157)
This matches the internal value in Cloud Monitoring and avoids DEADLINE_EXCEEDED RPC errors.
Configuration menu - View commit details
-
Copy full SHA for eeef0e3 - Browse repository at this point
Copy the full SHA eeef0e3View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2838ee6 - Browse repository at this point
Copy the full SHA 2838ee6View commit details
Commits on Oct 11, 2022
-
* Adds newline at EOF * Updates image tag to older release Image tag 'latest' points to the head of the repository which has the cmd folder deleted. Changing the tag to v2-alpha since it has the required folder.
Configuration menu - View commit details
-
Copy full SHA for a3c1c4f - Browse repository at this point
Copy the full SHA a3c1c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6ad5b - Browse repository at this point
Copy the full SHA 1b6ad5bView commit details
Commits on Oct 14, 2022
-
Enable detect resource test (#166)
* Update e2e test runner image to latest Updating the test runner image to latest should enable the test runner calling for detectResource test scenario for exporters in opentelemetry-java-ops. * Fixes failing test due to name mismatch * Replaces 'latest' tag with the exact version number
Configuration menu - View commit details
-
Copy full SHA for 908e9a1 - Browse repository at this point
Copy the full SHA 908e9a1View commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41d6ee1 - Browse repository at this point
Copy the full SHA 41d6ee1View commit details
Commits on Oct 24, 2022
-
* Adds CloudRun resource detector * Update the test runner image for cloudbuild * Fix CloudRun e2e test * Code refactor for better readability * Adds missing javadocs * Code refactor remove unused parameter * Removes debug print statements * Update Javadoc * Add resource mapping for cloud-run * Address code refatcor + style issues
Configuration menu - View commit details
-
Copy full SHA for 075a5ec - Browse repository at this point
Copy the full SHA 075a5ecView commit details
Commits on Oct 26, 2022
-
Upgrade Gradle from v6.x to v7.x (#171)
Change tested against gradle 7.5.1
Configuration menu - View commit details
-
Copy full SHA for c2b6024 - Browse repository at this point
Copy the full SHA c2b6024View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4b115 - Browse repository at this point
Copy the full SHA ce4b115View commit details
Commits on Oct 28, 2022
-
Update gradle wrapper for gradle v7 (#172)
* Update gradle wrapper for gradle v7 * Update Java version source & target compatibility * Fix gradle assemble task
Configuration menu - View commit details
-
Copy full SHA for e494d5b - Browse repository at this point
Copy the full SHA e494d5bView commit details
Commits on Nov 8, 2022
-
Enables test server to run in CloudFunctions (#173)
* Enables Cloud Function resource detection * Refactor: add utility class to extract common attributes * Add build steps for cloud build trigger * Fix cloudbuild yaml file name * Update test runner image * Add missing javadoc * Removes unnecessary rethrow for exception
Configuration menu - View commit details
-
Copy full SHA for ba11240 - Browse repository at this point
Copy the full SHA ba11240View commit details
Commits on Nov 15, 2022
-
Support GAE by handling readiness & liveliness checks (#175)
GAE resource detection & automated test runs on GAE is not enabled through this PR.
Configuration menu - View commit details
-
Copy full SHA for 5be4226 - Browse repository at this point
Copy the full SHA 5be4226View commit details
Commits on Nov 17, 2022
-
Pr/enable gae resource detection (#176)
* Fix typo * Enable resource detection for GAE * Rename method: addCloudRegionFromMetadata to addCloudRegionFromMetadataUsingZone * Fix region detection for GAE standard * Update test runner image to v0.15.0
Configuration menu - View commit details
-
Copy full SHA for 16e2087 - Browse repository at this point
Copy the full SHA 16e2087View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73c2bd8 - Browse repository at this point
Copy the full SHA 73c2bd8View commit details
Commits on Nov 29, 2022
-
Remove repo level allstar configs (#182)
These should be added through org level configurations
Configuration menu - View commit details
-
Copy full SHA for ba637f0 - Browse repository at this point
Copy the full SHA ba637f0View commit details
Commits on Nov 30, 2022
-
Combine GCP resource detectors (#181)
* Delete individual classes for each GCP resource type * Combine all GCP resource detectors in a single class * Add missing javadoc * Fix Cloud Function detection * Rename GCPComputeResource to GCPResource * Fix GKE cluster location detection GKE resource should either only have the zone or the region as their location. Updated the source from where the location attribute is extracted. * Avoid adding malformed location to attributes in GKE
Configuration menu - View commit details
-
Copy full SHA for 60cf3d6 - Browse repository at this point
Copy the full SHA 60cf3d6View commit details
Commits on Jan 26, 2023
-
Add prefix option to metrics exporter (#189)
* add prefix option to metrics exporter
Configuration menu - View commit details
-
Copy full SHA for c4085c5 - Browse repository at this point
Copy the full SHA c4085c5View commit details
Commits on Feb 7, 2023
-
Update dependencies to remove OSS vulnerabilities (#190)
* Update dependencies to remove OSS vulnerabilities * Re-run cloud-build * Update the test runner image to 0.16.0 (latest) * Empty commit. Re-run the build image step * Fix failing tests Failing tests are due to an update in the gRPC version The updated version requires the build tool (gradle, in this case) to merge the service files. For more details look at grpc/grpc-java#5493. * Add missing attribute to GAE resource detector * Fix failing unit tests
Configuration menu - View commit details
-
Copy full SHA for d9ab659 - Browse repository at this point
Copy the full SHA d9ab659View 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.23.0...v0.24.0