const go.opentelemetry.io/otel/semconv/v1.41.0.OSTypeKey
12 uses
go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
attribute_group.go#L12923: OSTypeKey = attribute.Key("os.type")
attribute_group.go#L12973: OSTypeWindows = OSTypeKey.String("windows")
attribute_group.go#L12976: OSTypeLinux = OSTypeKey.String("linux")
attribute_group.go#L12979: OSTypeDarwin = OSTypeKey.String("darwin")
attribute_group.go#L12982: OSTypeFreeBSD = OSTypeKey.String("freebsd")
attribute_group.go#L12985: OSTypeNetBSD = OSTypeKey.String("netbsd")
attribute_group.go#L12988: OSTypeOpenBSD = OSTypeKey.String("openbsd")
attribute_group.go#L12991: OSTypeDragonflyBSD = OSTypeKey.String("dragonflybsd")
attribute_group.go#L12994: OSTypeHPUX = OSTypeKey.String("hpux")
attribute_group.go#L12997: OSTypeAIX = OSTypeKey.String("aix")
attribute_group.go#L13000: OSTypeSolaris = OSTypeKey.String("solaris")
attribute_group.go#L13003: OSTypeZOS = OSTypeKey.String("zos")
![]() |
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. |