From 9ccb0c618c8d0734f2eb85246f4c66b80881fc35 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 5 Dec 2023 11:20:17 -0800 Subject: [PATCH] Backport semconv doc fix from #4735 (#4736) This version (v1.21.0) of the semantic conventions is generated from the semantic-conventions repository (https://github.com/open-telemetry/semantic-conventions), not the OpenTelemetry specification. --- semconv/v1.21.0/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semconv/v1.21.0/doc.go b/semconv/v1.21.0/doc.go index 7cf424855e9..0318b5ec48f 100644 --- a/semconv/v1.21.0/doc.go +++ b/semconv/v1.21.0/doc.go @@ -15,6 +15,6 @@ // Package semconv implements OpenTelemetry semantic conventions. // // OpenTelemetry semantic conventions are agreed standardized naming -// patterns for OpenTelemetry things. This package represents the conventions -// as of the v1.21.0 version of the OpenTelemetry specification. +// patterns for OpenTelemetry things. This package represents the v1.21.0 +// version of the OpenTelemetry semantic conventions. package semconv // import "go.opentelemetry.io/otel/semconv/v1.21.0"