moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

Update module prometheus/client_golang to v1 #68

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/client_golang require major v0.9.2 -> v1.1.0

Release Notes

prometheus/client_golang ### [`v1.1.0`](https://togithub.com/prometheus/client_golang/releases/v1.1.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.0.0...v1.1.0) - [CHANGE] API client: Format time as UTC rather than RFC3339Nano. [#​617](https://togithub.com/prometheus/client_golang/issues/617) - [CHANGE] API client: Add warnings to `LabelValues` and `LabelNames` calls. [#​609](https://togithub.com/prometheus/client_golang/issues/609) - [FEATURE] Push: Support base64 encoding in grouping key. [#​624](https://togithub.com/prometheus/client_golang/issues/624) - [FEATURE] Push: Add Delete method to Pusher. [#​613](https://togithub.com/prometheus/client_golang/issues/613) ### [`v1.0.0`](https://togithub.com/prometheus/client_golang/releases/v1.0.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v0.9.4...v1.0.0) _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 the `SummaryOpts`.) [#​600](https://togithub.com/prometheus/client_golang/issues/600) - [CHANGE] Remove all HTTP related feature in the `prometheus` package. (Use the `promhttp` package instead.) [#​600](https://togithub.com/prometheus/client_golang/issues/600) - [CHANGE] Remove `push.FromGatherer`, `push.AddFromGatherer`, `push.Collectors`. (Use `push.New` instead.) [#​600](https://togithub.com/prometheus/client_golang/issues/600) - [CHANGE] API client: Pass warnings through on non-error responses. [#​599](https://togithub.com/prometheus/client_golang/issues/599) - [CHANGE] API client: Add warnings to `Series` call. [#​603](https://togithub.com/prometheus/client_golang/issues/603) - [FEATURE] Make process collector work on Microsoft Windows. **EXPERIMENTAL** [#​596](https://togithub.com/prometheus/client_golang/issues/596) - [FEATURE] API client: Add `/labels` call. [#​604](https://togithub.com/prometheus/client_golang/issues/604) - [BUGFIX] Make `AlreadyRegisteredError` usable for wrapped registries. [#​607](https://togithub.com/prometheus/client_golang/issues/607) ### [`v0.9.4`](https://togithub.com/prometheus/client_golang/releases/v0.9.4) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v0.9.3...v0.9.4) - [CHANGE] API client: Switch to alert values as strings. [#​585](https://togithub.com/prometheus/client_golang/issues/585) - [FEATURE] Add a collector for Go module build information. [#​595](https://togithub.com/prometheus/client_golang/issues/595) - [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. [#​594](https://togithub.com/prometheus/client_golang/issues/594) - [FEATURE] API client: Support target metadata API. [#​590](https://togithub.com/prometheus/client_golang/issues/590) - [FEATURE] API client: Support storage warnings. [#​562](https://togithub.com/prometheus/client_golang/issues/562) - [ENHANCEMENT] API client: Improve performance handling JSON. [#​570](https://togithub.com/prometheus/client_golang/issues/570) - [BUGFIX] Reduce test flakiness. [#​573](https://togithub.com/prometheus/client_golang/issues/573) ### [`v0.9.3`](https://togithub.com/prometheus/client_golang/releases/v0.9.3) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v0.9.2...v0.9.3) - [CHANGE] Required Go version is now 1.9+. [#​561](https://togithub.com/prometheus/client_golang/issues/561) - [FEATURE] API client: Add POST with get fallback for Query/QueryRange. [#​557](https://togithub.com/prometheus/client_golang/issues/557) - [FEATURE] API client: Add alerts endpoint. [#​552](https://togithub.com/prometheus/client_golang/issues/552) - [FEATURE] API client: Add rules endpoint. [#​508](https://togithub.com/prometheus/client_golang/issues/508) - [FEATURE] push: Add option to pick metrics format. [#​540](https://togithub.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://togithub.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://togithub.com/prometheus/client_golang/issues/559) - [ENHANCEMENT] Memory usage improvement for histograms and summaries without objectives. [#​536](https://togithub.com/prometheus/client_golang/issues/536) - [ENHANCEMENT] Summaries without objectives are now lock-free. [#​521](https://togithub.com/prometheus/client_golang/issues/521) - [BUGFIX] promhttp: `InstrumentRoundTripperTrace` now takes into account a pre-set context. [#​582](https://togithub.com/prometheus/client_golang/issues/582) - [BUGFIX] `TestCounterAddLarge` now works on all platforms. [#​567](https://togithub.com/prometheus/client_golang/issues/567) - [BUGFIX] Fix `promhttp` examples. [#​535](https://togithub.com/prometheus/client_golang/issues/535) [#​544](https://togithub.com/prometheus/client_golang/issues/544) - [BUGFIX] API client: Wait for done before writing to shared response body. [#​532](https://togithub.com/prometheus/client_golang/issues/532) - [BUGFIX] API client: Deal with discovered labels properly. [#​529](https://togithub.com/prometheus/client_golang/issues/529)

Renovate configuration

:date: Schedule: "on monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

codecov-io commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   57.01%   57.01%           
=======================================
  Files           9        9           
  Lines         656      656           
=======================================
  Hits          374      374           
  Misses        214      214           
  Partials       68       68

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b4c4a8...e151c6f. Read the comment docs.