googleapis / googleapis/google-cloud-java
[sdk-platform-java] Paged Callables are not being Traced
- 主要语言
- Java
- 星标
- 2.1k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 157
描述
From gRPC's CallableFactory: https://github.com/googleapis/sdk-platform-java/blob/ba648ceac869d4fab1a9cbeb40f2e04f69dad4e3/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/GrpcCallableFactory.java#L129-L139
Paged Callables do not have a TracedPagedCallable equivalent which implements tracing. It is possible that we can reused the TracedUnaryCallable, but that requires some investigation.
贡献指南
调研方向
Start at GrpcCallableFactory.java around lines 129-139 and inspect how paged callables are created. Investigate whether TracedUnaryCallable can be reused, as suggested in the issue, or whether a TracedPagedCallable equivalent is needed. Done means paged callables implement tracing consistently with the other callable types.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- observability
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100