Move Cloud Run OpenTelemetry plugin to temporal-gcp-cloud-run-opentelemetry - #3064
Open
seanbollin wants to merge 1 commit into
Open
Move Cloud Run OpenTelemetry plugin to temporal-gcp-cloud-run-opentelemetry#3064seanbollin wants to merge 1 commit into
seanbollin wants to merge 1 commit into
Conversation
…emetry Rename the contrib/temporal-gcp-cloud-run module to contrib/temporal-gcp-cloud-run-opentelemetry and nest its source under the io.temporal.gcp.cloudrun.opentelemetry package, so the OpenTelemetry plugin sits alongside the sibling temporal-gcp-cloud-run-worker-id module. Update settings.gradle, the BOM, and the README to the new coordinates. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seanbollin
marked this pull request as ready for review
September 10, 2026 21:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Renames the
contrib/temporal-gcp-cloud-runmodule tocontrib/temporal-gcp-cloud-run-opentelemetryand nests its source under theio.temporal.gcp.cloudrun.opentelemetrypackage.This gives the OpenTelemetry plugin its own clearly-named module alongside the sibling
temporal-gcp-cloud-run-worker-idmodule added in #3028, so the two Cloud Run plugins no longer share the generictemporal-gcp-cloud-runname.Changes
git mvthe module directory and both source/test files (history preserved); packageio.temporal.gcp.cloudrun→io.temporal.gcp.cloudrun.opentelemetry.settings.gradle: project name andprojectDir→temporal-gcp-cloud-run-opentelemetry.temporal-bom/build.gradle: BOM entry →temporal-gcp-cloud-run-opentelemetry.README.md: module title and Maven coordinate updated to the new name.Only the OpenTelemetry plugin is affected; there are no functional or code changes.
🤖 Generated with Claude Code