RobustPerception / azure_metrics_exporter

Azure metrics exporter for Prometheus
Apache License 2.0
133 stars 70 forks source link

Validate that the resource path has a leading / #22

Closed carlpett closed 6 years ago

carlpett commented 6 years ago

If mis-copy/pasting or misunderstanding the config format and omitting the leading / in the resource path, the errors aren't really clear since you get a 404 on the concatenation of subscription id and the first path component. This PR extends the config validation to check that the path begins with /

brian-brazil commented 6 years ago

Thanks!