We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38552b5 commit d536796Copy full SHA for d536796
scripts/generate_instrumentation_readme.py
@@ -68,7 +68,7 @@ def main():
68
instruments = (name,)
69
70
if not semconv_status:
71
- semconv_status = "experimental"
+ semconv_status = "development"
72
73
metric_column = "Yes" if supports_metrics else "No"
74
0 commit comments