Skip to content

Commit c3548c2

Browse files
committed
rename to OptIn
1 parent 301ee8d commit c3548c2

16 files changed

Lines changed: 23 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release.
1515

1616
- Stabilize part of `Enabled` SDK for synchronous instruments.
1717
([#4787](https://github.com/open-telemetry/opentelemetry-specification/pull/4787))
18-
- Add the DefaultDisabled advisory parameter.
18+
- Add the OptIn advisory parameter.
1919
([#4809](https://github.com/open-telemetry/opentelemetry-specification/pull/4809))
2020

2121
### Logs

spec-compliance-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ formats is required. Implementing more than one format is optional.
130130
| Instrument descriptions conform to the specified syntax. | | - | + | | - | + | - | | | - | + | |
131131
| Instrument supports the advisory ExplicitBucketBoundaries parameter. | | + | + | | | | + | | | | | |
132132
| Instrument supports the advisory Attributes parameter. | | - | + | | | | - | | | | | |
133-
| Instrument supports the advisory DefaultDisabled parameter. | | - | - | - | - | - | - | - | - | - | - | - |
133+
| Instrument supports the advisory OptIn parameter. | | - | - | - | - | - | - | - | - | - | - | - |
134134
| All methods of `MeterProvider` are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |
135135
| All methods of `Meter` are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |
136136
| All methods of any instrument are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |

spec-compliance-matrix/cpp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/erlang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '-'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '-'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '+'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '+'

spec-compliance-matrix/php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '?'

spec-compliance-matrix/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226-
- name: Instrument supports the advisory DefaultDisabled parameter.
226+
- name: Instrument supports the advisory OptIn parameter.
227227
status: '-'
228228
- name: All methods of `MeterProvider` are safe to be called concurrently.
229229
status: '-'

0 commit comments

Comments
 (0)