From 1d554f34c1e8335393cea231578c3d45acddb29f Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 15 May 2020 12:42:13 -0700 Subject: [PATCH] Add standard package contain all semantic conventions --- sdk/resource/resourcekey/const.go => api/standard/resource.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sdk/resource/resourcekey/const.go => api/standard/resource.go (94%) diff --git a/sdk/resource/resourcekey/const.go b/api/standard/resource.go similarity index 94% rename from sdk/resource/resourcekey/const.go rename to api/standard/resource.go index 3c5e1d8a5..83a8b2160 100644 --- a/sdk/resource/resourcekey/const.go +++ b/api/standard/resource.go @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package resourcekey contains standard resource attribute keys as defined +// Package standard contains standard resource attribute keys as defined // by the OpenTelemetry specification // (https://github.com/open-telemetry/opentelemetry-specification/tree/v0.4.0/specification/resource/semantic_conventions). -package resourcekey // import "go.opentelemetry.io/otel/sdk/resource/resourcekey" +package standard // import "go.opentelemetry.io/otel/api/standard" import "go.opentelemetry.io/otel/api/kv"