Commit 5caa9ac
fix(instrumentation): add OTEL_SEMCONV_STABILITY_OPT_IN to CLI args (#4438)
* fix(instrumentation): add OTEL_SEMCONV_STABILITY_OPT_IN to CLI args
OTEL_SEMCONV_STABILITY_OPT_IN was not registered in environment_variables.py
so the opentelemetry-instrument CLI did not expose a --semconv_stability_opt_in
argument. Add the constant so the auto-instrumentation argument parser picks
it up through the opentelemetry_environment_variables entry-point.
Fixes #3965
Signed-off-by: alliasgher <alliasgher123@gmail.com>
* chore: add CHANGELOG entry for #4438
Signed-off-by: Ali <alliasgher123@gmail.com>
---------
Signed-off-by: alliasgher <alliasgher123@gmail.com>
Signed-off-by: Ali <alliasgher123@gmail.com>
Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>1 parent 3c7c592 commit 5caa9ac
2 files changed
Lines changed: 10 additions & 0 deletions
File tree
- opentelemetry-instrumentation/src/opentelemetry/instrumentation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments