feat(google-cloud-serverless)!: Use grpc span op for GCP gRPC calls - #22666
Merged
Conversation
Contributor
size-limit report 📦
|
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 11:44
8390913 to
b39334a
Compare
msonnb
force-pushed
the
ms/js-3105-gcp-grpc-op
branch
from
July 27, 2026 11:44
a8f5b90 to
789a8ef
Compare
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 12:10
b39334a to
4b43c39
Compare
msonnb
force-pushed
the
ms/js-3105-gcp-grpc-op
branch
from
July 27, 2026 12:10
789a8ef to
1d58df1
Compare
msonnb
force-pushed
the
ms/js-3105-gcp-grpc-op
branch
2 times, most recently
from
July 27, 2026 15:13
d2f3444 to
0078079
Compare
The service suffix fragmented grouping and was unbounded for non- `googleapis.com` service paths. Service identity moves to `rpc.service`, with `rpc.system.name` and `rpc.method` added alongside. Ref: JS-3105 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
msonnb
force-pushed
the
ms/js-3105-gcp-grpc-op
branch
from
July 28, 2026 12:24
0078079 to
1af70d9
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2460c36. Configure here.
andreiborza
approved these changes
Jul 28, 2026
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.

Use
grpcinstead ofgrpc.<service>ingoogleCloudGrpcIntegration. The service is now identified by the newrpc.serviceattribute. Also addedrpc.system.nameandrpc.method.Part of #22446