mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-20 03:51:01 +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.