Closed dependabot-preview[bot] closed 5 years ago
Thank you @dependabot[bot] for this contribution!
This pull request doesn't comply with the conventions given by the pr-sanitizer
plugin. The following items are necessary to fix:
The PR description is missing any issue link that would be used with any of the GitHub keywords. Having it in the PR description ensures that the issue is automatically closed when the PR is merged.
Your plugin configuration is stored in the file.
Bumps github.com/prometheus/client_golang from 0.9.2 to 0.9.3.
Release notes
*Sourced from [github.com/prometheus/client_golang's releases](https://github.com/prometheus/client_golang/releases).* > ## 0.9.3 / 2019-05-16 > * [CHANGE] Required Go version is now 1.9+. [#561](https://github-redirect.dependabot.com/prometheus/client_golang/issues/561) > * [FEATURE] API client: Add POST with get fallback for Query/QueryRange. [#557](https://github-redirect.dependabot.com/prometheus/client_golang/issues/557) > * [FEATURE] API client: Add alerts endpoint. [#552](https://github-redirect.dependabot.com/prometheus/client_golang/issues/552) > * [FEATURE] API client: Add rules endpoint. [#508](https://github-redirect.dependabot.com/prometheus/client_golang/issues/508) > * [FEATURE] push: Add option to pick metrics format. [#540](https://github-redirect.dependabot.com/prometheus/client_golang/issues/540) > * [ENHANCEMENT] Limit time the Go collector may take to collect memstats, > returning results from the previous collection in case of a timeout. [#568](https://github-redirect.dependabot.com/prometheus/client_golang/issues/568) > * [ENHANCEMENT] Pusher now requires only a thin interface instead of a full > `http.Client`, facilitating mocking and custom HTTP client implementation. > [#559](https://github-redirect.dependabot.com/prometheus/client_golang/issues/559) > * [ENHANCEMENT] Memory usage improvement for histograms and summaries without > objectives. [#536](https://github-redirect.dependabot.com/prometheus/client_golang/issues/536) > * [ENHANCEMENT] Summaries without objectives are now lock-free. [#521](https://github-redirect.dependabot.com/prometheus/client_golang/issues/521) > * [BUGFIX] promhttp: `InstrumentRoundTripperTrace` now takes into account a pre-set context. [#582](https://github-redirect.dependabot.com/prometheus/client_golang/issues/582) > * [BUGFIX] `TestCounterAddLarge` now works on all platforms. [#567](https://github-redirect.dependabot.com/prometheus/client_golang/issues/567) > * [BUGFIX] Fix `promhttp` examples. [#535](https://github-redirect.dependabot.com/prometheus/client_golang/issues/535) [#544](https://github-redirect.dependabot.com/prometheus/client_golang/issues/544) > * [BUGFIX] API client: Wait for done before writing to shared response > body. [#532](https://github-redirect.dependabot.com/prometheus/client_golang/issues/532) > * [BUGFIX] API client: Deal with discovered labels properly. [#529](https://github-redirect.dependabot.com/prometheus/client_golang/issues/529)Changelog
*Sourced from [github.com/prometheus/client_golang's changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md).* > ## 0.9.3 / 2019-05-16 > * [CHANGE] Required Go version is now 1.9+. [#561](https://github-redirect.dependabot.com/prometheus/client_golang/issues/561) > * [FEATURE] API client: Add POST with get fallback for Query/QueryRange. [#557](https://github-redirect.dependabot.com/prometheus/client_golang/issues/557) > * [FEATURE] API client: Add alerts endpoint. [#552](https://github-redirect.dependabot.com/prometheus/client_golang/issues/552) > * [FEATURE] API client: Add rules endpoint. [#508](https://github-redirect.dependabot.com/prometheus/client_golang/issues/508) > * [FEATURE] push: Add option to pick metrics format. [#540](https://github-redirect.dependabot.com/prometheus/client_golang/issues/540) > * [ENHANCEMENT] Limit time the Go collector may take to collect memstats, > returning results from the previous collection in case of a timeout. [#568](https://github-redirect.dependabot.com/prometheus/client_golang/issues/568) > * [ENHANCEMENT] Pusher now requires only a thin interface instead of a full > `http.Client`, facilitating mocking and custom HTTP client implementation. > [#559](https://github-redirect.dependabot.com/prometheus/client_golang/issues/559) > * [ENHANCEMENT] Memory usage improvement for histograms and summaries without > objectives. [#536](https://github-redirect.dependabot.com/prometheus/client_golang/issues/536) > * [ENHANCEMENT] Summaries without objectives are now lock-free. [#521](https://github-redirect.dependabot.com/prometheus/client_golang/issues/521) > * [BUGFIX] promhttp: `InstrumentRoundTripperTrace` now takes into account a pre-set context. [#582](https://github-redirect.dependabot.com/prometheus/client_golang/issues/582) > * [BUGFIX] `TestCounterAddLarge` now works on all platforms. [#567](https://github-redirect.dependabot.com/prometheus/client_golang/issues/567) > * [BUGFIX] Fix `promhttp` examples. [#535](https://github-redirect.dependabot.com/prometheus/client_golang/issues/535) [#544](https://github-redirect.dependabot.com/prometheus/client_golang/issues/544) > * [BUGFIX] API client: Wait for done before writing to shared response > body. [#532](https://github-redirect.dependabot.com/prometheus/client_golang/issues/532) > * [BUGFIX] API client: Deal with discovered labels properly. [#529](https://github-redirect.dependabot.com/prometheus/client_golang/issues/529)Commits
- [`50c4339`](https://github.com/prometheus/client_golang/commit/50c4339db732beb2165735d2cde0bff78eb3c5a5) Merge pull request [#579](https://github-redirect.dependabot.com/prometheus/client_golang/issues/579) from prometheus/beorn7/release - [`d980b1c`](https://github.com/prometheus/client_golang/commit/d980b1cf3b095c9d346faa936b13fb914611a86c) Cut v0.9.3 - [`d586b4b`](https://github.com/prometheus/client_golang/commit/d586b4b2d5a9972e498638be3146aa6296af0bec) Update dependencies - [`9a6fc61`](https://github.com/prometheus/client_golang/commit/9a6fc61a7b0b8195152a981e26e5cd68a91aa442) Update versioning plan with Go Modules in mind - [`ed5d97d`](https://github.com/prometheus/client_golang/commit/ed5d97df1f60adf07b9a467214dfc4ba4f749a9b) Merge pull request [#582](https://github-redirect.dependabot.com/prometheus/client_golang/issues/582) from prometheus/beorn7/promhttp - [`bc54582`](https://github.com/prometheus/client_golang/commit/bc54582c5ec9f1b8e0383eaa8628db3bca88f041) Make use of pre-existing context in InstrumentRoundTripperTrace - [`6c520f6`](https://github.com/prometheus/client_golang/commit/6c520f6aca8423c1c8c73f3b4a967bd1f9969f7b) Add test to expose [#580](https://github-redirect.dependabot.com/prometheus/client_golang/issues/580) - [`775f94f`](https://github.com/prometheus/client_golang/commit/775f94f6fc7c6f4aee11e69f0b3619a6bfac541b) Merge pull request [#581](https://github-redirect.dependabot.com/prometheus/client_golang/issues/581) from prometheus/beorn7/test - [`0e19867`](https://github.com/prometheus/client_golang/commit/0e198671c5e24b98a1b43587f0549622f1abc254) Merge pull request [#583](https://github-redirect.dependabot.com/prometheus/client_golang/issues/583) from prometheus/beorn7/doc - [`e91cd81`](https://github.com/prometheus/client_golang/commit/e91cd8163290fdc44fc984768703aa33a04ec6db) Remove outdated use-case description from doc comment - Additional commits viewable in [compare view](https://github.com/prometheus/client_golang/compare/v0.9.2...v0.9.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.