mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-18 21:12:04 +02:00
The YAML parser ignores additional parameters on unmarshaling. This causes frequent confusion with bad configs that pass parsing. These changes raise errors on additional parameters.