@@ -415,10 +415,6 @@ func (f *RisingWaveObjectFactory) envsForFrontendArgs() []corev1.EnvVar {
415
415
Name : envs .RWMetaAddrLegacy ,
416
416
Value : fmt .Sprintf ("load-balance+http://%s:%d" , f .componentAddr (consts .ComponentMeta , "" ), consts .MetaServicePort ),
417
417
},
418
- {
419
- Name : envs .RWMetricsLevel ,
420
- Value : "1" ,
421
- },
422
418
{
423
419
Name : envs .RWPrometheusListenerAddr ,
424
420
Value : fmt .Sprintf ("0.0.0.0:%d" , consts .FrontendMetricsPort ),
@@ -448,10 +444,6 @@ func (f *RisingWaveObjectFactory) envsForComputeArgs(cpuLimit int64, memLimit in
448
444
Name : envs .RWMetaAddrLegacy ,
449
445
Value : fmt .Sprintf ("load-balance+http://%s:%d" , f .componentAddr (consts .ComponentMeta , "" ), consts .MetaServicePort ),
450
446
},
451
- {
452
- Name : envs .RWMetricsLevel ,
453
- Value : "1" ,
454
- },
455
447
{
456
448
Name : envs .RWConnectorRPCEndPoint ,
457
449
Value : fmt .Sprintf ("%s:%d" , f .componentAddr (consts .ComponentConnector , "" ), consts .ConnectorServicePort ),
@@ -505,10 +497,6 @@ func (f *RisingWaveObjectFactory) envsForCompactorArgs() []corev1.EnvVar {
505
497
Name : envs .RWMetaAddrLegacy ,
506
498
Value : fmt .Sprintf ("load-balance+http://%s:%d" , f .componentAddr (consts .ComponentMeta , "" ), consts .MetaServicePort ),
507
499
},
508
- {
509
- Name : envs .RWMetricsLevel ,
510
- Value : "1" ,
511
- },
512
500
}
513
501
}
514
502
0 commit comments