Skip to content

chore: Collect Operation and Attempt metrics for gRPC requests#12060

Open
lqiu96 wants to merge 3 commits intomainfrom
datastore-grpc-gax-metrics
Open

chore: Collect Operation and Attempt metrics for gRPC requests#12060
lqiu96 wants to merge 3 commits intomainfrom
datastore-grpc-gax-metrics

Conversation

@lqiu96
Copy link
Member

@lqiu96 lqiu96 commented Mar 9, 2026

No description provided.

@lqiu96 lqiu96 requested a review from jinseopkim0 March 9, 2026 21:00
public static final String METHOD_PUT = "put";
public static final String METHOD_UPDATE = "update";
public static final String METHOD_DELETE = "delete";
public static final String METHOD_SUBMIT = "submit";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing these would introduce breaking changes, right? Is this intended?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These constants aren't being used. The spans still use constants in TraceUtils.

@lqiu96 lqiu96 marked this pull request as ready for review March 10, 2026 15:03
@lqiu96 lqiu96 requested a review from a team as a code owner March 10, 2026 15:03
@lqiu96 lqiu96 requested a review from jinseopkim0 March 10, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants