Skip to content

Commit

Permalink
more nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Feb 21, 2024
1 parent 2ac5824 commit 05f9f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/semconv/templates/semantic_metrics.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class {{ root_namespace | to_camelcase(True) }}Metrics:
{%- if metric.instrument == "gauge" %}
callback=callback,
{%- endif %}
description="{{metric.brief }}",
unit="{{metric.unit }}",
description="{{ metric.brief }}",
unit="{{ metric.unit }}",
)
{% endfor %}
{% endif %}

0 comments on commit 05f9f04

Please sign in to comment.