Skip to content

Commit 3307682

Browse files
committed
Update generate_instrumentation_readme.py
1 parent 19e75a4 commit 3307682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_instrumentation_readme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main():
6868
instruments = (name,)
6969

7070
if not semconv_status:
71-
semconv_status = "experimental"
71+
semconv_status = "development"
7272

7373
metric_column = "Yes" if supports_metrics else "No"
7474

0 commit comments

Comments
 (0)