(d time.Duration)
| 338 | } |
| 339 | |
| 340 | func milliseconds(d time.Duration) float64 { |
| 341 | return float64(d) / float64(time.Millisecond) |
| 342 | } |
| 343 | |
| 344 | func statusAttr(err error) attribute.KeyValue { |
| 345 | if err != nil { |
no outgoing calls
no test coverage detected