[PR #808] [MERGED] fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.54.0 to 0.55.0 in /api #809

Closed
opened 2026-03-03 16:40:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/808
Author: @dependabot[bot]
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @AchoArnold

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.54.0 to 0.55.0.

Commits
  • 316927b Pre-releae steps for opentelemetry-operations-go release. (#1092)
  • 29e5586 [exporter/collector/logs] Create Int32OrString and Int64OrString to handl...
  • 86523a9 Add region tags in OTLP Trace Sample (#1089)
  • a83dd81 precompile regex from resource filters (#1085)
  • 94a7f44 Fix CI (#1086)
  • b50231b [exporter/collector/logs] Support httpRequest.status field as integer or st...
  • b57afdd add feature gate to allow sending log trace context without a prefix (#1079)
  • See full diff 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/808 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric-0.55.0` --- ### 📝 Commits (1) - [`9e31a45`](https://github.com/NdoleStudio/httpsms/commit/9e31a45ad7d621e683f3ac7f1262e51947a0f993) fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 0.54.0 to 0.55.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/316927bd0033e82948538685629172bcc6213562"><code>316927b</code></a> Pre-releae steps for opentelemetry-operations-go release. (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/1092">#1092</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/29e5586bc19d1598a3690d2f86880eae336d2f5d"><code>29e5586</code></a> [exporter/collector/logs] Create <code>Int32OrString</code> and <code>Int64OrString</code> to handl...</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/86523a9564ad855cea8ba5e5c62e07a99c4d0dd5"><code>86523a9</code></a> Add region tags in OTLP Trace Sample (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/1089">#1089</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/a83dd81349f4db4717624001c16ea481c3065fa9"><code>a83dd81</code></a> precompile regex from resource filters (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/1085">#1085</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/94a7f44c3457d9e6583824b74eefc4610381238a"><code>94a7f44</code></a> Fix CI (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/1086">#1086</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/b50231bb7ac2630d764dea1fe6dc269121eab82f"><code>b50231b</code></a> [exporter/collector/logs] Support <code>httpRequest.status</code> field as integer or st...</li> <li><a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/commit/b57afdd37075f26d3977d844b271da5a89ac9657"><code>b57afdd</code></a> add feature gate to allow sending log trace context without a prefix (<a href="https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/1079">#1079</a>)</li> <li>See full diff in <a href="https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.54.0...v0.55.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.54.0&new-version=0.55.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:40:13 +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#809
No description provided.