Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Feb 28, 2024
1 parent 43ec7e4 commit 8c553d8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@
from opentelemetry.semconv.model.utils import ID_RE
from opentelemetry.semconv.templating.markdown.options import MarkdownOptions

_OPENTELEMETRY_IO_SPEC_URL = "https://opentelemetry.io/docs/specs/"
_REQUIREMENT_LEVEL_URL = (
"https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/"
_OPENTELEMETRY_IO_SPEC_URL + "semconv/general/attribute-requirement-level/"
)

_SEMANTIC_CONVENTIONS_STABILITY_URL = (
"https://opentelemetry.io/docs/specs/otel/versioning-and-stability/#semantic-conventions-stability"
_OPENTELEMETRY_IO_SPEC_URL
+ "otel/versioning-and-stability/#semantic-conventions-stability"
)


Expand Down

0 comments on commit 8c553d8

Please sign in to comment.