Skip to content

Commit 0e4cb44

Browse files
authored
semantic-conventions: add 1.21.0 schema url (#4672)
Add the schema url that is defined in the old *Attributes modules so we can switch the import to here.
1 parent ee02896 commit 0e4cb44

File tree

1 file changed

+5
-0
lines changed
  • opentelemetry-semantic-conventions/src/opentelemetry/semconv

1 file changed

+5
-0
lines changed

opentelemetry-semantic-conventions/src/opentelemetry/semconv/schemas.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717

1818
class Schemas(Enum):
19+
V1_21_0 = "https://opentelemetry.io/schemas/1.21.0"
20+
"""
21+
The URL of the OpenTelemetry schema version 1.21.0.
22+
"""
23+
1924
V1_23_1 = "https://opentelemetry.io/schemas/1.23.1"
2025
"""
2126
The URL of the OpenTelemetry schema version 1.23.1.

0 commit comments

Comments
 (0)