Exporter is overriding the JVM default locale to US and running applications require ES.
ExporterCall does "Locale.setDefault(Locale.US)" and MetricsStream.printPerformanceMetrics already print metrics in US format.
I'm not sure if exporter needs to modify the default locale, but this may cause an issue in a production environment.