SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
448 stars 123 forks source link

gRPCReporter can use nanosecond instead of millisecond #174

Closed Dark1Forest closed 1 year ago

Dark1Forest commented 1 year ago

If the call time is less than one millisecond, I will not see the call time like this image

wu-sheng commented 1 year ago

That is not a thing determined by go2sky. This is a SkyWalking ecosystem-level concept. If a span is less than 1 ms, you should not use a span to measure its performance. That is pointless. Setup a meaningful metric for it if you want some statistic.