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

fix(prometheus): Add support for bearer token to prometheus input plugin #880

Closed
wants to merge 1 commit into from

Conversation

jchauncey
Copy link

closes #864

}).Dial,
TLSHandshakeTimeout: 10 * time.Second,
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this line be InsecureSkipVerify: p.InsecureSkipVerify,?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh sorry bout that. Yeah fixed it =)

@sparrc
Copy link
Contributor

sparrc commented Mar 17, 2016

looks great, thanks @jchauncey, can you update CHANGELOG? I'll merge when the tests pass

@jchauncey
Copy link
Author

Alright changelog has been updated.

=)

sparrc pushed a commit that referenced this pull request Mar 17, 2016
@sparrc
Copy link
Contributor

sparrc commented Mar 17, 2016

closed by d6b5f3e

@sparrc sparrc closed this Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Prometheus] Add token support
2 participants