123123213weqw opened a new issue, #1544: URL: https://github.com/apache/rocketmq-dashboard/issues/1544
## Problem `MetricsBackendType.fromProviderType` uppercases persisted provider identifiers with the process default locale. Under locales such as Turkish, values containing `i` (for example `mimir` and `victoria_metrics`) are transformed with a dotted capital I and no longer match the supported backend names, silently falling back to Prometheus. ## Proposed fix Normalize provider identifiers with `Locale.ROOT` and add a regression test that runs under a Turkish default locale. -- 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]
