Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus should fail if Azure authentication parameters are missing #4900

Closed
simonpasquier opened this Issue Nov 23, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@simonpasquier
Copy link
Member

simonpasquier commented Nov 23, 2018

Follow up of #4590

Prometheus starts with the following configuration snippet but the Azure SD mechanism will fail to run (log: "Unable to refresh during Azure discovery" err="could not create Azure client: parameter 'clientID' cannot be empty"). It would be better for Prometheus to fail hard.

- job: azure
  azure_sd_configs:
  - subscription_id: xxx
@supernan1994

This comment has been minimized.

Copy link
Contributor

supernan1994 commented Nov 24, 2018

I'm working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.