Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.0
Description
A user reported an issue with the PrometheusReporter instantiation. The NoSuchMethodException is caused by the PromethusReporter not having a default constructor implemented. Instead, the user should switch to the factory class approach.
We might want to log a warning if the reflection-based approach still works but wrap the NoSuchMethodException into a IllegalConfigurationException with a proper error message pointing to the factory-based approach
Attachments
Issue Links
- is caused by
-
FLINK-27206 Deprecate reflection-based reporter instantiation
- Closed
- links to