receiver/awsebsnvmereceiver/internal/nvme/constants.go (7 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT package nvme const ( devDirectoryPath = "/dev" nvmeDevicePrefix = "nvme" nvmeSysDirectoryPath = "/sys/class/nvme" ebsNvmeModelName = "Amazon Elastic Block Store" )