File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 132132 "maximum" : 65535 ,
133133 "default" : 4444
134134 },
135+ "metrics" : {
136+ "type" : " object" ,
137+ "description" : " Metrics configuration" ,
138+ "properties" : {
139+ "enabled" : {
140+ "type" : " boolean" ,
141+ "description" : " Enable metrics collection" ,
142+ "default" : true
143+ },
144+ "port" : {
145+ "type" : " integer" ,
146+ "description" : " Metrics port" ,
147+ "minimum" : 1 ,
148+ "maximum" : 65535 ,
149+ "default" : 8000
150+ },
151+ "serviceMonitor" : {
152+ "type" : " object" ,
153+ "description" : " ServiceMonitor configuration for Prometheus" ,
154+ "properties" : {
155+ "enabled" : {
156+ "type" : " boolean" ,
157+ "description" : " Enable ServiceMonitor" ,
158+ "default" : true
159+ }
160+ },
161+ "additionalProperties" : false
162+ },
163+ "customLabels" : {
164+ "type" : " object" ,
165+ "description" : " Custom labels for metrics" ,
166+ "additionalProperties" : {
167+ "type" : " string"
168+ },
169+ "default" : {}
170+ }
171+ },
172+ "additionalProperties" : false
173+ },
135174 "probes" : {
136175 "type" : " object" ,
137176 "description" : " Health probe configuration" ,
You can’t perform that action at this time.
0 commit comments