We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc0774 commit cbe72c7Copy full SHA for cbe72c7
1 file changed
proxy/src/main/java/org/apache/rocketmq/proxy/config/ProxyConfig.java
@@ -1226,10 +1226,6 @@ public void setMetricsExporterType(MetricsExporterType metricsExporterType) {
1226
this.metricsExporterType = metricsExporterType;
1227
}
1228
1229
- public void setMetricsExporterType(int metricsExporterType) {
1230
- this.metricsExporterType = MetricsExporterType.valueOf(metricsExporterType);
1231
- }
1232
-
1233
public void setMetricsExporterType(String metricsExporterType) {
1234
this.metricsExporterType = MetricsExporterType.valueOf(metricsExporterType);
1235
0 commit comments