[PR #387] [MERGED] fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.45.0 to 0.46.0 in /api #407

Closed
opened 2026-03-03 16:38:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/387
Author: @dependabot[bot]
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric-0.46.0


📝 Commits (1)

  • 32a00dd fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 api/go.mod (+2 -2)
📝 api/go.sum (+6 -6)

📄 Description

Bumps github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.45.0 to 0.46.0.

Commits
  • e307cf7 Update OTel dependencies and Prepare release v1.22.0 and v0.46.0 (#824)
  • 71d9493 example/metric : Add exponential_histogram README and reorganize folders. (#821)
  • ed7ca96 Add additional fallbacks for GMP exporter (#823)
  • 80c6b9c Add SDK ExponentialHistogram unit test and check for errors from other metric...
  • 2be0414 Make client auth extension public and implement component.Component (#814)
  • 5476951 Create client on Start instead of Creation (#817)
  • 0fe89f6 Add fixture with a histogram exemplar, and implement exemplar attachments in ...
  • 8f90874 support exemplars from integer instruments (#810)
  • b4f84b1 Update go version to 1.22.1 to fix govulncheck warnings (#811)
  • e16634a example/metric/exponential_histogram: Remove filter from dashboard.json (#808)
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/387 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric-0.46.0` --- ### 📝 Commits (1) - [`32a00dd`](https://github.com/NdoleStudio/httpsms/commit/32a00dd5bfbe72a288cded61830dd2130fe81719) fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+2 -2) 📝 `api/go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 0.45.0 to 0.46.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/e307cf7586c196e18978cf6ac33a758acc4abf8d"><code>e307cf7</code></a> Update OTel dependencies and Prepare release v1.22.0 and v0.46.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/824">#824</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/71d9493feef046a04562947c5a8c09a0d5d596e2"><code>71d9493</code></a> example/metric : Add exponential_histogram README and reorganize folders. (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/821">#821</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/ed7ca960a45de2039422f7051fc3e59f8da99029"><code>ed7ca96</code></a> Add additional fallbacks for GMP exporter (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/823">#823</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/80c6b9c57c2092ab40595b3de31a7fafd4ec4321"><code>80c6b9c</code></a> Add SDK ExponentialHistogram unit test and check for errors from other metric...</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/2be0414d564ce62759e2da63615b27103ab950d3"><code>2be0414</code></a> Make client auth extension public and implement component.Component (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/814">#814</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/5476951d36f08da48cbcd8e50070ed72ca95cb21"><code>5476951</code></a> Create client on Start instead of Creation (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/817">#817</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/0fe89f668e2d62cedae770b8d004a4b6d9f7ac21"><code>0fe89f6</code></a> Add fixture with a histogram exemplar, and implement exemplar attachments in ...</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/8f90874dbcbec0e38359a65dfde65ea05e517411"><code>8f90874</code></a> support exemplars from integer instruments (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/810">#810</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/b4f84b139d799c85ec8bcf58d2dd4c2f2b353314"><code>b4f84b1</code></a> Update go version to 1.22.1 to fix govulncheck warnings (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/811">#811</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/e16634a49d5b3517510a399b2c111c4b7a637fd7"><code>e16634a</code></a> example/metric/exponential_histogram: Remove filter from <code>dashboard.json</code> (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/808">#808</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.45.0...v0.46.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric&package-manager=go_modules&previous-version=0.45.0&new-version=0.46.0)](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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/httpsms#407
No description provided.