smartwalle / alipay

支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签,支持文件上传和接口内容加密。
MIT License
1.87k stars 425 forks source link

input context support otel #200

Closed mingzaily closed 5 months ago

mingzaily commented 6 months ago

能否支持传入context对象,并支持otel链路跟踪 我翻之前的issue,之前有个同学提到了,作者标记complete但我还是没翻到使用方法

smartwalle commented 6 months ago

添加 context 参数没有问题,但是追踪在这种库中意义不大。

mingzaily commented 6 months ago

那先支持context吧,otel我看了下其实可以在smartwalle/ngx库加一个span记录就行,我后面有空提个pr

个人觉得还是有点意义的,起码记录一下http这个链路?

smartwalle commented 6 months ago

欢迎