Commit Graph

2 Commits

Author SHA1 Message Date
Zhongyang Wu a9f1453b04
fix: update metrics proto and metric transformation. (#535) 2021-05-02 15:38:50 -07:00
Zhongyang Wu e9ef3e23d6
feat: clean up lint.sh, use API to set grpc layer (#467)
`tonic` and `grpcio` take different approaches in serializing and sending spans. This change use an enum to represent the two grpc layers. If users want to bring their own grpc layer, they can implement `TracerExporter` and `SpanExporter` and then install it.
2021-03-15 10:02:14 -07:00