go.opentelemetry.io/otel/label.Value.AsInt32 (method)
3 uses
go.opentelemetry.io/otel/label (current package)
value.go#L177: func (v Value) AsInt32() int32 {
value.go#L232: return v.AsInt32()
value.go#L257: return strconv.FormatInt(int64(v.AsInt32()), 10)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |