You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minItems: "The pipeline must reference at least one exporter, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
89
89
},
90
90
},
91
91
},
92
92
required: ["receivers","exporters"],
93
93
errorMessage: {
94
94
required: {
95
-
receivers: "receivers property is required",
96
-
exporters: "exporters property is required",
95
+
receivers: "The pipeline must reference at least one receiver, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
96
+
exporters: "The pipeline must reference at least one exporter, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
97
97
},
98
98
},
99
99
},
100
100
errorMessage: {
101
-
type: "pipelines property must be yaml map/dictionary",
101
+
type: "The 'pipeline' entry must be a map, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
102
102
},
103
103
},
104
104
},
105
105
required: ["pipelines"],
106
106
errorMessage: {
107
-
required: "pipelines property is required",
108
-
type: "service property must be yaml map/dictionary",
107
+
required: "At least one pipeline must be specified, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
108
+
type: "The 'pipeline' entry must be a map, see https://opentelemetry.io/docs/collector/configuration/#pipelines",
109
109
},
110
110
},
111
111
connectors: {
112
112
type: "object",
113
113
additionalProperties: true,
114
114
errorMessage: {
115
-
type: "connectors property must be yaml map/dictionary",
115
+
type: "The 'connectors' entry must be a map, see https://opentelemetry.io/docs/collector/configuration/#connectors",
116
116
},
117
117
},
118
118
},
119
119
errorMessage: {
120
-
type: "Must be a valid OpenTelemetry Collector configuration",
121
-
required: "service property is required",
120
+
type: "The configuration must be a map, see https://opentelemetry.io/docs/collector/configuration",
121
+
required: "The configuration must specify at least the 'receivers', 'exporters, and 'service' entries, see https://opentelemetry.io/docs/collector/configuration",
0 commit comments