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

7 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L15047: 	SystemFilesystemTypeKey = attribute.Key("system.filesystem.type")
		attribute_group.go#L15152: 	SystemFilesystemTypeFat32 = SystemFilesystemTypeKey.String("fat32")
		attribute_group.go#L15155: 	SystemFilesystemTypeExfat = SystemFilesystemTypeKey.String("exfat")
		attribute_group.go#L15158: 	SystemFilesystemTypeNtfs = SystemFilesystemTypeKey.String("ntfs")
		attribute_group.go#L15161: 	SystemFilesystemTypeRefs = SystemFilesystemTypeKey.String("refs")
		attribute_group.go#L15164: 	SystemFilesystemTypeHfsplus = SystemFilesystemTypeKey.String("hfsplus")
		attribute_group.go#L15167: 	SystemFilesystemTypeExt4 = SystemFilesystemTypeKey.String("ext4")