blob: 634a1dce07a365ca45f4698b8744d65af3cff0fd [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001// Copyright The OpenTelemetry Authors
2// SPDX-License-Identifier: Apache-2.0
3
4package semconv // import "go.opentelemetry.io/otel/semconv/v1.17.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>
9const SchemaURL = "https://opentelemetry.io/schemas/1.17.0"