From 82d73875b4fc7f9709d40f42bbb3cd68ad3fbc93 Mon Sep 17 00:00:00 2001 From: William Armiros Date: Wed, 20 Jan 2021 15:40:22 -0800 Subject: [PATCH] removed subpackage --- translator/conventions/{vendorconventions => }/aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename translator/conventions/{vendorconventions => }/aws.go (98%) diff --git a/translator/conventions/vendorconventions/aws.go b/translator/conventions/aws.go similarity index 98% rename from translator/conventions/vendorconventions/aws.go rename to translator/conventions/aws.go index 2fba30a5d8b..a64dc7c139d 100644 --- a/translator/conventions/vendorconventions/aws.go +++ b/translator/conventions/aws.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package vendorconventions +package conventions // 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