Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed May 21, 2024
1 parent 70f2ef1 commit 2e05e27
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions schema/meter_provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
},
"exporter": {
"$ref": "#/$defs/MetricExporter"
},
"producers": {
"type": "array",
"items": {
"$ref": "#/$defs/MetricProducer"
}
}
},
"required": [
Expand Down Expand Up @@ -96,10 +90,6 @@
"opencensus": {
"type": "object",
"additionalProperties": false
},
"prometheus": {
"type": "object",
"additionalProperties": false
}
},
"patternProperties": {
Expand Down Expand Up @@ -143,6 +133,12 @@
},
"pull": {
"$ref": "#/$defs/PullMetricReader"
},
"producers": {
"type": "array",
"items": {
"$ref": "#/$defs/MetricProducer"
}
}
}
},
Expand Down

0 comments on commit 2e05e27

Please sign in to comment.