Skip to content
Closed
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
12 changes: 6 additions & 6 deletions examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ meter_provider:
counter: 2000
gauge: 2000
histogram: 2000
observable_counter: 2000
observable_gauge: 2000
observable_up_down_counter: 2000
asynchronous_counter: 2000
asynchronous_gauge: 2000
asynchronous_up_down_counter: 2000
up_down_counter: 2000
- periodic:
interval: 60000
Expand Down Expand Up @@ -124,9 +124,9 @@ meter_provider:
counter: 2000
gauge: 2000
histogram: 2000
observable_counter: 2000
observable_gauge: 2000
observable_up_down_counter: 2000
asynchronous_counter: 2000
asynchronous_gauge: 2000
asynchronous_up_down_counter: 2000
up_down_counter: 2000
- periodic:
exporter:
Expand Down
20 changes: 10 additions & 10 deletions opentelemetry_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,29 +376,29 @@
"exclusiveMinimum": 0,
"description": "Configure default cardinality limit for histogram instruments.\nIf omitted or null, the value from .default is used.\n"
},
"observable_counter": {
"asynchronous_counter": {
"type": [
"integer",
"null"
],
"exclusiveMinimum": 0,
"description": "Configure default cardinality limit for observable_counter instruments.\nIf omitted or null, the value from .default is used.\n"
"description": "Configure default cardinality limit for asynchronous counter instruments.\nIf omitted or null, the value from .default is used.\n"
},
"observable_gauge": {
"asynchronous_gauge": {
"type": [
"integer",
"null"
],
"exclusiveMinimum": 0,
"description": "Configure default cardinality limit for observable_gauge instruments.\nIf omitted or null, the value from .default is used.\n"
"description": "Configure default cardinality limit for asynchronous gauge instruments.\nIf omitted or null, the value from .default is used.\n"
},
"observable_up_down_counter": {
"asynchronous_up_down_counter": {
"type": [
"integer",
"null"
],
"exclusiveMinimum": 0,
"description": "Configure default cardinality limit for observable_up_down_counter instruments.\nIf omitted or null, the value from .default is used.\n"
"description": "Configure default cardinality limit for asynchronous up down counter instruments.\nIf omitted or null, the value from .default is used.\n"
},
"up_down_counter": {
"type": [
Expand Down Expand Up @@ -1285,9 +1285,9 @@
"counter",
"gauge",
"histogram",
"observable_counter",
"observable_gauge",
"observable_up_down_counter",
"asynchronous_counter",
"asynchronous_gauge",
"asynchronous_up_down_counter",
"up_down_counter"
]
},
Expand Down Expand Up @@ -2235,7 +2235,7 @@
},
"instrument_type": {
"$ref": "#/$defs/InstrumentType",
"description": "Configure instrument type selection criteria.\nValues include: counter, gauge, histogram, observable_counter, observable_gauge, observable_up_down_counter, up_down_counter.\nIf omitted, all instrument types match.\n"
"description": "Configure instrument type selection criteria.\nIf omitted, all instrument types match.\n"
},
"unit": {
"type": [
Expand Down
Loading
Loading