Skip to content

Commit 5e2339b

Browse files
committed
add DefaultDisabled advisory parameter
1 parent c577dcb commit 5e2339b

15 files changed

Lines changed: 52 additions & 3 deletions

File tree

spec-compliance-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +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. | | - | - | - | - | - | - | - | - | - | - | - |
133134
| All methods of `MeterProvider` are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |
134135
| All methods of `Meter` are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |
135136
| All methods of any instrument are safe to be called concurrently. | | + | + | + | - | | + | | | + | + | |

spec-compliance-matrix/cpp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/dotnet.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/erlang.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '-'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '-'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/java.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '+'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '+'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/js.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '+'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/php.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '?'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/python.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '-'
228230
- name: All methods of `Meter` are safe to be called concurrently.

spec-compliance-matrix/ruby.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ sections:
223223
status: '?'
224224
- name: Instrument supports the advisory Attributes parameter.
225225
status: '?'
226+
- name: Instrument supports the advisory DefaultDisabled parameter.
227+
status: '-'
226228
- name: All methods of `MeterProvider` are safe to be called concurrently.
227229
status: '?'
228230
- name: All methods of `Meter` are safe to be called concurrently.

0 commit comments

Comments
 (0)