This PR adds the "-exact-config" command line argument which ensures that all parameters in a config file are contained inside the corresponding struct.
If you run e2e tests with this, they are going to fail since "max-metrics-in-render-answer" does not exist inside the "Common" struct.
This PR adds the "-exact-config" command line argument which ensures that all parameters in a config file are contained inside the corresponding struct. If you run e2e tests with this, they are going to fail since "max-metrics-in-render-answer" does not exist inside the "Common" struct.