Opentracing support
This commit is contained in:
parent
8394549857
commit
30ffba78e6
272 changed files with 44352 additions and 63 deletions
9
vendor/github.com/rcrowley/go-metrics/runtime_no_gccpufraction.go
generated
vendored
Normal file
9
vendor/github.com/rcrowley/go-metrics/runtime_no_gccpufraction.go
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
// +build !go1.5
|
||||
|
||||
package metrics
|
||||
|
||||
import "runtime"
|
||||
|
||||
func gcCPUFraction(memStats *runtime.MemStats) float64 {
|
||||
return 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue