mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-27 04:03:09 +08:00
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:

committed by
GitHub

parent
3dd42960e0
commit
2d5a21a3da
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user