Skip to content
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

chore(deps): bump github.com/prometheus/client_golang from 1.4.0 to 1.11.1 in /extensions/store-etcd #191

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps github.com/prometheus/client_golang from 1.4.0 to 1.11.1.

Release notes

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

1.11.1 / 2022-02-15

What's Changed

Full Changelog: prometheus/client_golang@v1.11.0...v1.11.1

v1.11.0 / 2021-06-07

  • [CHANGE] Add new collectors package. #862
  • [CHANGE] prometheus.NewExpvarCollector is deprecated, use collectors.NewExpvarCollector instead. #862
  • [CHANGE] prometheus.NewGoCollector is deprecated, use collectors.NewGoCollector instead. #862
  • [CHANGE] prometheus.NewBuildInfoCollector is deprecated, use collectors.NewBuildInfoCollector instead. #862
  • [FEATURE] Add new collector for database/sql#DBStats. #866
  • [FEATURE] API client: Add exemplars API support. #861
  • [ENHANCEMENT] API client: Add newer fields to Rules API. #855
  • [ENHANCEMENT] API client: Add missing fields to Targets API. #856

What's Changed

New Contributors

Full Changelog: prometheus/client_golang@v1.10.0...v1.11.0

1.10.0 / 2021-03-18

  • [CHANGE] Minimum required Go version is now 1.13.
  • [CHANGE] API client: Add matchers to LabelNames and LabesValues. #828
  • [FEATURE] API client: Add buildinfo call. #841
  • [BUGFIX] Fix build on riscv64. #833

What's Changed

... (truncated)

Changelog

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

Unreleased

1.16.0 / 2023-06-15

  • [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252
  • [BUGFIX] api: Fix undefined execution order in return statements. #1260
  • [BUGFIX] native histograms: Fix bug in bucket key calculation. #1279
  • [ENHANCEMENT] Reduce constrainLabels allocations for all metrics. #1272
  • [ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. #1278
  • [ENHANCEMENT] promlint: Improve metricUnits runtime. #1286

1.15.1 / 2023-05-3

  • [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
    causing panics. #1253

1.15.0 / 2023-04-13

  • [BUGFIX] Fix issue with atomic variables on ppc64le. #1171
  • [BUGFIX] Support for multiple samples within same metric. #1181
  • [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149. #1187
  • [ENHANCEMENT] Add exemplars and middleware examples. #1173
  • [ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging. #1177
  • [ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs. #1151
  • [ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package. #1183
  • [ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation. #1066
  • [ENHANCEMENT] Add ability to Pusher to add custom headers. #1218
  • [ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage. #1225
  • [ENHANCEMENT] Added (official) support for go 1.20. #1234
  • [ENHANCEMENT] timer: Added support for exemplars. #1233
  • [ENHANCEMENT] Filter expected metrics as well in CollectAndCompare. #1143
  • [ENHANCEMENT] ⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed. #1238

1.14.0 / 2022-11-08

  • [FEATURE] Add Support for Native Histograms. #1150
  • [CHANGE] Extend prometheus.Registry to implement prometheus.Collector interface. #1103

1.13.1 / 2022-11-01

  • [BUGFIX] Fix race condition with Exemplar in Counter. #1146
  • [BUGFIX] Fix CumulativeCount value of +Inf bucket created from exemplar. #1148
  • [BUGFIX] Fix double-counting bug in promhttp.InstrumentRoundTripperCounter. #1118

1.13.0 / 2022-08-05

  • [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against new 1.19 version).
  • [ENHANCEMENT] Added prometheus.TransactionalGatherer interface for promhttp.Handler use which allows using low allocation update techniques for custom collectors. #989
  • [ENHANCEMENT] Added exemplar support to prometheus.NewConstHistogram. See ExampleNewConstHistogram_WithExemplar example on how to use it. #986
  • [ENHANCEMENT] prometheus/push.Pusher has now context aware methods that pass context to HTTP request. #1028

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 28, 2023
@LinuxSuRen LinuxSuRen closed this Sep 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@LinuxSuRen LinuxSuRen reopened this Sep 9, 2023
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.4.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/extensions/store-etcd/github.com/prometheus/client_golang-1.11.1 branch from 737bad2 to 46786ca Compare September 9, 2023 05:20
@github-actions
Copy link

github-actions bot commented Sep 9, 2023

There are 20 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 3.879206ms 3.879206ms 3.879206ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.78295ms 3.790201ms 3.7757ms 2 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.226518ms 2.226518ms 2.226518ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.166115ms 2.386527ms 1.945703ms 2 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 1.9012ms 2.145013ms 1.657388ms 2 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.603084ms 2.261719ms 944.45µs 2 0
POST http://localhost:8080/server.Runner/GetTestCase 1.547682ms 1.547682ms 1.547682ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.360322ms 1.376373ms 1.344271ms 2 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.312369ms 1.312369ms 1.312369ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.277067ms 1.277067ms 1.277067ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.255466ms 1.255466ms 1.255466ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.251466ms 1.251466ms 1.251466ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.13136ms 1.13136ms 1.13136ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 973.651µs 973.651µs 973.651µs 1 0
POST http://localhost:8080/server.Runner/GetStores 965.351µs 965.351µs 965.351µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 893.547µs 893.547µs 893.547µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 876.946µs 876.946µs 876.946µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 851.045µs 851.045µs 851.045µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 574.43µs 574.43µs 574.43µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 482.526µs 482.526µs 482.526µs 1 0

@sonarcloud
Copy link

sonarcloud bot commented Sep 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

There are 20 test cases:

API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.280649ms 4.094799ms 2.466499ms 2 0
POST http://localhost:8080/server.Runner/FunctionsQuery 3.055699ms 3.055699ms 3.055699ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 2.423899ms 2.423899ms 2.423899ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.124249ms 2.379799ms 1.8687ms 2 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.112599ms 2.112599ms 2.112599ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 1.957449ms 2.099899ms 1.814999ms 2 0
POST http://localhost:8080/server.Runner/GetStores 1.5228ms 1.5228ms 1.5228ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.385899ms 1.385899ms 1.385899ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.271599ms 1.356299ms 1.186899ms 2 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.2601ms 1.2601ms 1.2601ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.1937ms 1.1937ms 1.1937ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.086999ms 1.086999ms 1.086999ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.0436ms 1.0436ms 1.0436ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.0074ms 1.0074ms 1.0074ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 879.4µs 879.4µs 879.4µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 842.5µs 842.5µs 842.5µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 825.499µs 825.499µs 825.499µs 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 822.1µs 948.7µs 695.5µs 2 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 631.9µs 631.9µs 631.9µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 610.5µs 610.5µs 610.5µs 1 0

@LinuxSuRen LinuxSuRen merged commit 73bc57b into master Sep 9, 2023
10 checks passed
@LinuxSuRen LinuxSuRen deleted the dependabot/go_modules/extensions/store-etcd/github.com/prometheus/client_golang-1.11.1 branch September 9, 2023 05:33
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* chore(deps): update jenkins/jenkins docker tag to v2.413

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant