schema.go raw

   1  // Copyright The OpenTelemetry Authors
   2  // SPDX-License-Identifier: Apache-2.0
   3  
   4  package semconv // import "go.opentelemetry.io/otel/semconv/v1.26.0"
   5  
   6  // SchemaURL is the schema URL that matches the version of the semantic conventions
   7  // that this package defines. Semconv packages starting from v1.4.0 must declare
   8  // non-empty schema URL in the form https://opentelemetry.io/schemas/<version>
   9  const SchemaURL = "https://opentelemetry.io/schemas/1.26.0"
  10