go.opentelemetry.io/otel/attribute.Value.AsInt64 (method)
6 uses
go.opentelemetry.io/otel/attribute (current package)
value.go#L185: func (v Value) AsInt64() int64 {
value.go#L303: return v.AsInt64()
value.go#L343: return strconv.FormatInt(v.AsInt64(), 10)
value.go#L381: return strconv.FormatInt(v.AsInt64(), 10)
value.go#L867: out := strconv.AppendInt(buf[:0], v.AsInt64(), 10)
go.opentelemetry.io/otel/trace
auto.go#L311: return telemetry.Int64Value(value.AsInt64())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |