yyqdbngt opened a new pull request, #1487: URL: https://github.com/apache/rocketmq-dashboard/pull/1487
### Problem Metrics backend names were uppercased with the JVM default locale. Under Turkish locale, lowercase `mimir` becomes a value containing dotted capital I characters, so the configured Mimir backend silently falls back to Prometheus and uses the wrong query path. ### Fix Normalize backend identifiers with `Locale.ROOT` before resolving the backend type. ### Verification `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=MetricsBackendTypeTest test` Tests run: 4, failures: 0, errors: 0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
