go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

feat(config): add -exact-config command line argument #819

Closed mchrome closed 5 months ago

mchrome commented 5 months ago

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 "graphite09compat" has incorrect indentation.