diff --git a/translator/conventions/cloudprovider/aws.go b/translator/conventions/vendorconventions/aws.go similarity index 98% rename from translator/conventions/cloudprovider/aws.go rename to translator/conventions/vendorconventions/aws.go index cfa95a78e57..2fba30a5d8b 100644 --- a/translator/conventions/cloudprovider/aws.go +++ b/translator/conventions/vendorconventions/aws.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package cloudprovider +package vendorconventions // OpenTelemetry semantic convention values for AWS-specific resource attributes // See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/resource/semantic_conventions/cloud_provider/aws/README.md