-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
feat: Add option to specify prometheus metrics listen address #478
Conversation
.pre-commit-config.yaml
Outdated
@@ -1,12 +1,13 @@ | |||
repos: | |||
- repo: git://github.com/antonbabenko/pre-commit-terraform | |||
- repo: http://github.com/antonbabenko/pre-commit-terraform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: checked in by accident?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had the same issue. The git
protocol is outdated. See #481
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it not be https instead of http?
38128ab
to
1c589c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmoutama09 thanks for your contribution, sorry for keep you wainting. Just a small remark on the pre-commit. Can you update it to https?
.pre-commit-config.yaml
Outdated
@@ -1,12 +1,13 @@ | |||
repos: | |||
- repo: git://github.com/antonbabenko/pre-commit-terraform | |||
- repo: http://github.com/antonbabenko/pre-commit-terraform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it not be https instead of http?
Just merged #481 fixing the submodule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, just synced with other PRs
## [4.42.0](4.41.1...4.42.0) (2022-05-16) ### Features * Add option to specify prometheus metrics listen address [#478](#478) ([d441e27](d441e27)) * support runner AuthenticationType configuration ([7d3617e](7d3617e)) ### Bug Fixes * join the volumes with \n instead of , ([#480](#480)) ([f9de728](f9de728))
🎉 This PR is included in version 4.42.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Add variable listen_address to enable prometheus metrics
Migrations required
NO
Verification
plan is joined to the PR
plan.txt