Bump github.com/VictoriaMetrics/metrics from 1.18.1 to 1.22.2 #88

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/VictoriaMetrics/metrics-1.22.2 into v3 2022-08-28 17:23:14 +03:00
dependabot[bot] commented 2022-08-19 14:16:22 +03:00 (Migrated from github.com)

Bumps github.com/VictoriaMetrics/metrics from 1.18.1 to 1.22.2.

Commits
  • cdba092 go.mod: bump minimum supported Go version from 1.12 to 1.15
  • 4ca0822 all: go fmt from Go1.19
  • c6c6640 add RegisterSet() and UnregisterSet() functions for registering the set in me...
  • e9b4bb1 push.go: expose metrics_push_* metrics related to metrics push process
  • fe970f4 push.go: properly flush compressed metrics to pushURL
  • b305bc0 push.go: push metrics to remote storage in gzip-compressed form
  • f790ba5 return error instead of panicing in InitPush* functions
  • c75f349 process_metrics_linux.go: consistently mention the metrics package in error logs
  • 195ac63 Improve error logging when metrics cannot be pushed to pushURL passed to Init...
  • 5710165 Add a benchmark for addExtraLabels function
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Bumps [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) from 1.18.1 to 1.22.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/cdba092549bcb31d00ef095ec185b6ece0ccbcb5"><code>cdba092</code></a> go.mod: bump minimum supported Go version from 1.12 to 1.15</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/4ca082233ad124074333d1b5d454813d858b6aae"><code>4ca0822</code></a> all: <code>go fmt</code> from Go1.19</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/c6c6640e5b9633416791ed985f3bd4f83318261f"><code>c6c6640</code></a> add RegisterSet() and UnregisterSet() functions for registering the set in me...</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/e9b4bb1534f39252df9b249495c3211ceba204db"><code>e9b4bb1</code></a> push.go: expose <code>metrics_push_*</code> metrics related to metrics push process</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/fe970f4df073d1457d04bc0c617a965605d9df7a"><code>fe970f4</code></a> push.go: properly flush compressed metrics to pushURL</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/b305bc011ee695ba769fc29f45c2d4ab6c5de30f"><code>b305bc0</code></a> push.go: push metrics to remote storage in gzip-compressed form</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/f790ba580c9482e2236cea07499092c79062800c"><code>f790ba5</code></a> return error instead of panicing in InitPush* functions</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/c75f3497fe14ccbc6fb6b2cdf1b7299efe4d84e9"><code>c75f349</code></a> process_metrics_linux.go: consistently mention the metrics package in error logs</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/195ac63dbf4d81678cef13c3ced8ba8cd40d50e0"><code>195ac63</code></a> Improve error logging when metrics cannot be pushed to pushURL passed to Init...</li> <li><a href="https://github.com/VictoriaMetrics/metrics/commit/5710165c4bbc4addf0d9eb14e4924dfd0ff5ace1"><code>5710165</code></a> Add a benchmark for addExtraLabels function</li> <li>Additional commits viewable in <a href="https://github.com/VictoriaMetrics/metrics/compare/v1.18.1...v1.22.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/VictoriaMetrics/metrics&package-manager=go_modules&previous-version=1.18.1&new-version=1.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-19 14:16:36 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-meter-victoriametrics#88
No description provided.