Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Oct 22, 2024
1 parent 87fc36c commit 67ea7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/registry/markdown/span_macros.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{#- Macros for simplifying creating "Span" documentation. -#}
{% import 'stability.j2' as stability %}
{% macro header(span) %}
{#- Can't do it yet since we have release candidate groups. -#}
{#- Can't status yet since we have release candidate groups, but can't render them properly (https://github.com/open-telemetry/semantic-conventions/issues/1096) -#}
{#- **Status:** {{ stability.badge(span.stability, span.deprecated) -#}
{#- Can't do span kind yet because existing group need some cleanup -#}
{{ span.brief | trim }}
{%if span.note %}
{{ span.note | trim }}
Expand Down

0 comments on commit 67ea7c1

Please sign in to comment.