const go.opentelemetry.io/otel/semconv/v1.41.0.HostArchKey

9 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L7882: 	HostArchKey = attribute.Key("host.arch")
		attribute_group.go#L8165: 	HostArchAMD64 = HostArchKey.String("amd64")
		attribute_group.go#L8168: 	HostArchARM32 = HostArchKey.String("arm32")
		attribute_group.go#L8171: 	HostArchARM64 = HostArchKey.String("arm64")
		attribute_group.go#L8174: 	HostArchIA64 = HostArchKey.String("ia64")
		attribute_group.go#L8177: 	HostArchPPC32 = HostArchKey.String("ppc32")
		attribute_group.go#L8180: 	HostArchPPC64 = HostArchKey.String("ppc64")
		attribute_group.go#L8183: 	HostArchS390x = HostArchKey.String("s390x")
		attribute_group.go#L8186: 	HostArchX86 = HostArchKey.String("x86")