| Abhay Kumar | a2ae599 | 2025-11-10 14:02:24 +0000 | [diff] [blame^] | 1 | // Copyright The OpenTelemetry Authors |
| 2 | // SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | package semconv // import "go.opentelemetry.io/otel/semconv/v1.34.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.34.0" |