Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default values in microprofile-config.properties (#383)
Various config readers (notably, `AbstractVertxExporterProvider`) read config values in a case sensitive manner. All the OpenTelemetry config values are supposed to be lower-case, so this commit changes the default values in `microprofile-config.properties` to also be lower-case.
- Loading branch information