2021-06-08 12:46:42 -04:00
|
|
|
// Copyright The OpenTelemetry Authors
|
2024-02-29 07:05:28 +01:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2021-06-08 12:46:42 -04:00
|
|
|
|
2021-09-28 04:37:26 +02:00
|
|
|
package semconv // import "go.opentelemetry.io/otel/semconv/v1.4.0"
|
2021-06-08 12:46:42 -04:00
|
|
|
|
|
|
|
// SchemaURL is the schema URL that matches the version of the semantic conventions
|
2021-06-10 13:03:43 -04:00
|
|
|
// that this package defines. Semconv packages starting from v1.4.0 must declare
|
|
|
|
// non-empty schema URL in the form https://opentelemetry.io/schemas/<version>
|
2022-03-28 09:23:13 -07:00
|
|
|
const SchemaURL = "https://opentelemetry.io/schemas/1.4.0"
|