Commit Graph

8 Commits

Author SHA1 Message Date
Gaius cce656a60b
feat: remove otel in client (#3169)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-04-08 17:26:25 +08:00
realityone 9a1c74406a
fix potential deadlock in dynconfig resolver (#3024) 2024-01-16 11:02:40 +08:00
Gaius 8f06364ee4
feat: add WithStatsHandler and StatsHandler replace deprecated func (#2959)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-12-19 20:18:48 +08:00
Gaius 3b55ae4300
fix: otelgrpc.UnaryClientInterceptor memory leak (#2772)
fix: calling otelgrpc.UnaryClientInterceptor repeatedly creates multiple Int64Histogram resulting in a memory leak

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-10-08 16:20:46 +08:00
Gaius b3f23f71a3
feat: update dy7.io/api to v2 (#2558)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 23:17:57 +08:00
Gaius 6339b14ed9
feat: replace net dial with grpc health check in client (#2361)
Replace net dial with grpc health check in manager grpc client
and security grpc client. Make grpc health check consistent.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:51 +08:00
Gaius 11c68c5879
feat: add tfserving service to rpc package (#2210)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:41 +08:00
Gaius baf581ea63
feat: rename security client file name (#2208)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:41 +08:00