Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link

Bumps github.com/prometheus/client_golang from 0.9.0-pre1 to 0.9.4.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

0.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: InstrumentRoundTripperTrace now takes into account a pre-set context. #582
  • [BUGFIX] TestCounterAddLarge now works on all platforms. #567
  • [BUGFIX] Fix promhttp examples. #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

  • [FEATURE] Support for Go modules. #501
  • [FEATURE] Timer.ObserveDuration returns observed duration. #509
  • [ENHANCEMENT] Improved doc comments and error messages. #504
  • [BUGFIX] Fix race condition during metrics gathering. #512
  • [BUGFIX] Fix testutil metric comparison for Histograms and empty labels. #494 #498

0.9.1 / 2018-11-03

  • [FEATURE] Add WriteToTextfile function to facilitate the creation of
    *.prom files for the textfile collector of the node exporter. #489
  • [ENHANCEMENT] More descriptive error messages for inconsistent label
    cardinality. #487
  • [ENHANCEMENT] Exposition: Use a GZIP encoder pool to avoid allocations in
    high-frequency scrape scenarios. #366
  • [ENHANCEMENT] Exposition: Streaming serving of metrics data while encoding.
    #482
  • [ENHANCEMENT] API client: Add a way to return the body of a 5xx response.
    #479

0.9.0 / 2018-10-15

... (truncated)
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

0.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: InstrumentRoundTripperTrace now takes into account a pre-set context. #582
  • [BUGFIX] TestCounterAddLarge now works on all platforms. #567
  • [BUGFIX] Fix promhttp examples. #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

  • [FEATURE] Support for Go modules. #501
  • [FEATURE] Timer.ObserveDuration returns observed duration. #509
  • [ENHANCEMENT] Improved doc comments and error messages. #504
  • [BUGFIX] Fix race condition during metrics gathering. #512
  • [BUGFIX] Fix testutil metric comparison for Histograms and empty labels. #494
    #498

0.9.1 / 2018-11-03

  • [FEATURE] Add WriteToTextfile function to facilitate the creation of
    *.prom files for the textfile collector of the node exporter. #489
  • [ENHANCEMENT] More descriptive error messages for inconsistent label
    cardinality. #487
  • [ENHANCEMENT] Exposition: Use a GZIP encoder pool to avoid allocations in
    high-frequency scrape scenarios. #366
  • [ENHANCEMENT] Exposition: Streaming serving of metrics data while encoding.
    #482
  • [ENHANCEMENT] API client: Add a way to return the body of a 5xx response.
    #479
... (truncated)
Commits
  • 2641b98 Merge pull request #598 from prometheus/beorn7/release
  • b76fdd6 Cut v0.9.4
  • b8b56b5 Merge pull request #595 from prometheus/beorn7/go-collector
  • 8576729 Add a simple buildInfoCollector
  • 7ed96b3 Merge pull request #594 from prometheus/beorn7/promhttp
  • 4d8144c Add test for the new promhttp_metric_handler_errors_total metric
  • 3fa9fca Add an error counter for internal errors in the HTTP handler
  • ea8c935 Merge pull request #593 from prometheus/beorn7/modules
  • 3d1d93e Remove use of deprecated procfs functions
  • 674d720 Use tagged version of prometheus/procfs
  • Additional commits viewable in compare view

Dependabot compatibility score

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:

  • 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.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.0-pre1 to 0.9.4.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_golang@v0.9.0-pre1...v0.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 10, 2019
@dependabot-preview
Copy link
Author

Superseded by #136.

@dependabot-preview dependabot-preview bot deleted the dependabot/dep/github.com/prometheus/client_golang-0.9.4 branch June 17, 2019 08:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants