schema.go 453 B

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