Opentracing support
This commit is contained in:
parent
8394549857
commit
30ffba78e6
272 changed files with 44352 additions and 63 deletions
10
vendor/github.com/rcrowley/go-metrics/runtime_cgo.go
generated
vendored
Normal file
10
vendor/github.com/rcrowley/go-metrics/runtime_cgo.go
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
// +build cgo
|
||||
// +build !appengine
|
||||
|
||||
package metrics
|
||||
|
||||
import "runtime"
|
||||
|
||||
func numCgoCall() int64 {
|
||||
return runtime.NumCgoCall()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue