Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ meter_provider:
# If omitted or null, all instrument names match.
instrument_name: my-instrument
# Configure instrument type selection criteria.
# Values include: counter, gauge, histogram, observable_counter, observable_gauge, observable_up_down_counter, up_down_counter.
# If omitted or null, all instrument types match.
instrument_type: histogram
# Configure the instrument unit selection criteria.
Expand Down
1 change: 1 addition & 0 deletions schema/meter_provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
"type": ["string", "null"],
"enum": [
"counter",
"gauge",
"histogram",
"observable_counter",
"observable_gauge",
Expand Down
2 changes: 2 additions & 0 deletions schema/type_descriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@
instrument_type: >
Configure instrument type selection criteria.

Values include: counter, gauge, histogram, observable_counter, observable_gauge, observable_up_down_counter, up_down_counter.

If omitted or null, all instrument types match.
unit: >
Configure the instrument unit selection criteria.
Expand Down
Loading