cloudflared/vendor/go.opentelemetry.io/otel/sdk/resource/host_id_linux.go
2024-05-07 16:58:57 +01:00

12 lines
264 B
Go

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
//go:build linux
// +build linux
package resource // import "go.opentelemetry.io/otel/sdk/resource"
var platformHostIDReader hostIDReader = &hostIDReaderLinux{
readFile: readFile,
}