instrumentation: rename experimental semconv status to development in README (#3333)

* instrumentation: rename experimental to development in README

To match the current semantic conventions naming.

* Update generate_instrumentation_readme.py

* Update README.md

* Run generate

* Update the README too
This commit is contained in:
Riccardo Magliocchetti
2025-03-06 14:30:28 +01:00
committed by GitHub
parent 3dd42960e0
commit 2d5a21a3da
3 changed files with 42 additions and 42 deletions

View File

@ -68,7 +68,7 @@ def main():
instruments = (name,)
if not semconv_status:
semconv_status = "experimental"
semconv_status = "development"
metric_column = "Yes" if supports_metrics else "No"