We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f2ef1 commit 2e05e27Copy full SHA for 2e05e27
schema/meter_provider.json
@@ -33,12 +33,6 @@
33
},
34
"exporter": {
35
"$ref": "#/$defs/MetricExporter"
36
- },
37
- "producers": {
38
- "type": "array",
39
- "items": {
40
- "$ref": "#/$defs/MetricProducer"
41
- }
42
}
43
44
"required": [
@@ -96,10 +90,6 @@
96
90
"opencensus": {
97
91
"type": "object",
98
92
"additionalProperties": false
99
100
- "prometheus": {
101
- "type": "object",
102
- "additionalProperties": false
103
93
104
94
105
95
"patternProperties": {
@@ -143,6 +133,12 @@
143
133
144
134
"pull": {
145
135
"$ref": "#/$defs/PullMetricReader"
136
+ },
137
+ "producers": {
138
+ "type": "array",
139
+ "items": {
140
+ "$ref": "#/$defs/MetricProducer"
141
+ }
146
142
147
148
0 commit comments