Bump github.com/prometheus/client_golang from 0.9.0-pre1 to 1.1.0
Bumps github.com/prometheus/client_golang from 0.9.0-pre1 to 1.1.0.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
1.1.0 / 2019-08-01
- [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617
- [CHANGE] API client: Add warnings to
LabelValuesandLabelNamescalls. #609- [FEATURE] Push: Support base64 encoding in grouping key. #624
- [FEATURE] Push: Add Delete method to Pusher. #613
1.0.0 / 2019-06-15
This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental.
- [CHANGE] Remove objectives from the default
Summary. (Objectives have to be set explicitly in theSummaryOpts.) #600- [CHANGE] Remove all HTTP related feature in the
prometheuspackage. (Use thepromhttppackage instead.) #600- [CHANGE] Remove
push.FromGatherer,push.AddFromGatherer,push.Collectors. (Usepush.Newinstead.) #600- [CHANGE] API client: Pass warnings through on non-error responses. #599
- [CHANGE] API client: Add warnings to
Seriescall. #603- [FEATURE] Make process collector work on Microsoft Windows. EXPERIMENTAL #596
- [FEATURE] API client: Add
/labelscall. #604- [BUGFIX] Make
AlreadyRegisteredErrorusable for wrapped registries. #6070.9.4 / 2019-06-07
- [CHANGE] API client: Switch to alert values as strings. #585
- [FEATURE] Add a collector for Go module build information. #595
- [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. #594
- [FEATURE] API client: Support target metadata API. #590
- [FEATURE] API client: Support storage warnings. #562
- [ENHANCEMENT] API client: Improve performance handling JSON. #570
- [BUGFIX] Reduce test flakiness. #573
0.9.3 / 2019-05-16
- [CHANGE] Required Go version is now 1.9+. #561
- [FEATURE] API client: Add POST with get fallback for Query/QueryRange. #557
- [FEATURE] API client: Add alerts endpoint. #552
- [FEATURE] API client: Add rules endpoint. #508
- [FEATURE] push: Add option to pick metrics format. #540
- [ENHANCEMENT] Limit time the Go collector may take to collect memstats, returning results from the previous collection in case of a timeout. #568
- [ENHANCEMENT] Pusher now requires only a thin interface instead of a full
http.Client, facilitating mocking and custom HTTP client implementation. #559- [ENHANCEMENT] Memory usage improvement for histograms and summaries without objectives. #536
- [ENHANCEMENT] Summaries without objectives are now lock-free. #521
- [BUGFIX] promhttp:
InstrumentRoundTripperTracenow takes into account a pre-set context. #582- [BUGFIX]
TestCounterAddLargenow works on all platforms. #567- [BUGFIX] Fix
promhttpexamples. #535 #544- [BUGFIX] API client: Wait for done before writing to shared response body. #532
- [BUGFIX] API client: Deal with discovered labels properly. #529
0.9.2 / 2018-12-06
... (truncated)
- [FEATURE] Support for Go modules. #501
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.1.0 / 2019-08-01
- [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617
- [CHANGE] API client: Add warnings to
LabelValuesandLabelNamescalls. #609- [FEATURE] Push: Support base64 encoding in grouping key. #624
- [FEATURE] Push: Add Delete method to Pusher. #613
1.0.0 / 2019-06-15
This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental.
- [CHANGE] Remove objectives from the default
Summary. (Objectives have to be set explicitly in theSummaryOpts.) #600- [CHANGE] Remove all HTTP related feature in the
prometheuspackage. (Use thepromhttppackage instead.) #600- [CHANGE] Remove
push.FromGatherer,push.AddFromGatherer,push.Collectors. (Usepush.Newinstead.) #600- [CHANGE] API client: Pass warnings through on non-error responses. #599
- [CHANGE] API client: Add warnings to
Seriescall. #603- [FEATURE] Make process collector work on Microsoft Windows. EXPERIMENTAL #596
- [FEATURE] API client: Add
/labelscall. #604- [BUGFIX] Make
AlreadyRegisteredErrorusable for wrapped registries. #6070.9.4 / 2019-06-07
- [CHANGE] API client: Switch to alert values as strings. #585
- [FEATURE] Add a collector for Go module build information. #595
- [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. #594
- [FEATURE] API client: Support target metadata API. #590
- [FEATURE] API client: Support storage warnings. #562
- [ENHANCEMENT] API client: Improve performance handling JSON. #570
- [BUGFIX] Reduce test flakiness. #573
0.9.3 / 2019-05-16
... (truncated)
- [CHANGE] Required Go version is now 1.9+. #561
- [FEATURE] API client: Add POST with get fallback for Query/QueryRange. #557
- [FEATURE] API client: Add alerts endpoint. #552
- [FEATURE] API client: Add rules endpoint. #508
- [FEATURE] push: Add option to pick metrics format. #540
- [ENHANCEMENT] Limit time the Go collector may take to collect memstats, returning results from the previous collection in case of a timeout. #568
- [ENHANCEMENT] Pusher now requires only a thin interface instead of a full
http.Client, facilitating mocking and custom HTTP client implementation. #559- [ENHANCEMENT] Memory usage improvement for histograms and summaries without objectives. #536
- [ENHANCEMENT] Summaries without objectives are now lock-free. #521
- [BUGFIX] promhttp:
InstrumentRoundTripperTracenow takes into account a pre-set context. #582- [BUGFIX]
TestCounterAddLargenow works on all platforms. #567- [BUGFIX] Fix
promhttpexamples. #535 #544- [BUGFIX] API client: Wait for done before writing to shared response body. #532
- [BUGFIX] API client: Deal with discovered labels properly. #529
Commits
170205fMerge pull request #629 from prometheus/beorn7/release8b8fbc9Cut 1.1.02bb70fcUpdate Go modulesc0dfcd1Merge pull request #628 from tariq1890/docker8977247add minor Dockerfile improvements8bb84c1Merge pull request #627 from prometheus/beorn7/modules5d286d7Update .gitignorebb9b00aMerge pull request #624 from prometheus/beorn/push4b95c4aSupport new base64 encoding for pushing to the Pushgatewayc0d684bMerge pull request #623 from prometheus/makefile_common- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@dependabot ignore this dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- 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.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #270, which may be blocking Dependabot from updating your dependency files.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #270, which may be blocking Dependabot from updating your dependency files.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #270, which may be blocking Dependabot from updating your dependency files.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #270, which may be blocking Dependabot from updating your dependency files.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.