[PR #685] [MERGED] fix(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.35.0 to 1.36.0 in /api #690

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

📋 Pull Request Information

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

Base: mainHead: dependabot/go_modules/api/go.opentelemetry.io/otel/sdk/metric-1.36.0


📝 Commits (1)

  • ac4256b fix(deps): bump go.opentelemetry.io/otel/sdk/metric in /api

📊 Changes

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

View changed files

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

📄 Description

Bumps go.opentelemetry.io/otel/sdk/metric from 1.35.0 to 1.36.0.

Changelog

Sourced from go.opentelemetry.io/otel/sdk/metric's changelog.

[1.36.0/0.58.0/0.12.0] 2025-05-20

Added

  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#6421)
  • The go.opentelemetry.io/otel/semconv/v1.31.0 package. The package contains semantic conventions from the v1.31.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.30.0. (#6479)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#6662)
  • The go.opentelemetry.io/otel/semconv/v1.32.0 package. The package contains semantic conventions from the v1.32.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.31.0(#6782)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#6796)

Removed

  • Drop support for [Go 1.22]. (#6381, #6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#6662)

Changed

  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation. This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores. This can be reverted by setting github.com/prometheus/common/model.NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.opentelemetry.io/otel/attribute. (#6455)
  • go.opentelemetry.io/otel/log/logtest is now a separate Go module. (#6465)
  • go.opentelemetry.io/otel/sdk/log/logtest is now a separate Go module. (#6466)
  • Recorder in go.opentelemetry.io/otel/log/logtest no longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)
  • Improve performance of BatchProcessor in go.opentelemetry.io/otel/sdk/log by not exporting when exporter cannot accept more. (#6569, #6641)

Deprecated

  • Deprecate support for model.LegacyValidation for go.opentelemetry.io/otel/exporters/prometheus. (#6449)

Fixes

  • Stop percent encoding header environment variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc and go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)
  • Ensure the noopSpan.tracerProvider method is not inlined in go.opentelemetry.io/otel/trace so the go.opentelemetry.io/auto instrumentation can instrument non-recording spans. (#6456)
  • Use a sync.Pool instead of allocating metricdata.ResourceMetrics in go.opentelemetry.io/otel/exporters/prometheus. (#6472)
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)

🔄 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/685 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/go.opentelemetry.io/otel/sdk/metric-1.36.0` --- ### 📝 Commits (1) - [`ac4256b`](https://github.com/NdoleStudio/httpsms/commit/ac4256bccb804a94794d33c05f1afedad213d6ce) fix(deps): bump go.opentelemetry.io/otel/sdk/metric in /api ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+2 -2) 📝 `api/go.sum` (+4 -4) </details> ### 📄 Description Bumps [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.36.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk/metric's changelog</a>.</em></p> <blockquote> <h2>[1.36.0/0.58.0/0.12.0] 2025-05-20</h2> <h3>Added</h3> <ul> <li>Add exponential histogram support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6421">#6421</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.31.0</code> package. The package contains semantic conventions from the <code>v1.31.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.31.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.30.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6479">#6479</a>)</li> <li>Add <code>Recording</code>, <code>Scope</code>, and <code>Record</code> types in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6751">#6751</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6752">#6752</a>)</li> <li>Add <code>WithHTTPClient</code> option to configure the <code>http.Client</code> used by <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6688">#6688</a>)</li> <li>Add <code>ValuesGetter</code> in <code>go.opentelemetry.io/otel/propagation</code>, a <code>TextMapCarrier</code> that supports retrieving multiple values for a single key. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Add <code>Values</code> method to <code>HeaderCarrier</code> to implement the new <code>ValuesGetter</code> interface in <code>go.opentelemetry.io/otel/propagation</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Update <code>Baggage</code> in <code>go.opentelemetry.io/otel/propagation</code> to retrieve multiple values for a key when the carrier implements <code>ValuesGetter</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5973">#5973</a>)</li> <li>Add <code>AssertEqual</code> function in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6662">#6662</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.32.0</code> package. The package contains semantic conventions from the <code>v1.32.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.32.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.31.0</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6782">#6782</a>)</li> <li>Add <code>Transform</code> option in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6794">#6794</a>)</li> <li>Add <code>Desc</code> option in <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6796">#6796</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Drop support for [Go 1.22]. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6381">#6381</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6418">#6418</a>)</li> <li>Remove <code>Resource</code> field from <code>EnabledParameters</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6494">#6494</a>)</li> <li>Remove <code>RecordFactory</code> type from <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6492">#6492</a>)</li> <li>Remove <code>ScopeRecords</code>, <code>EmittedRecord</code>, and <code>RecordFactory</code> types from <code>go.opentelemetry.io/otel/log/logtest</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Remove <code>AssertRecordEqual</code> function in <code>go.opentelemetry.io/otel/log/logtest</code>, use <code>AssertEqual</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6662">#6662</a>)</li> </ul> <h3>Changed</h3> <ul> <li>⚠️ Update <code>github.com/prometheus/client_golang</code> to <code>v1.21.1</code>, which changes the <code>NameValidationScheme</code> to <code>UTF8Validation</code>. This allows metrics names to keep original delimiters (e.g. <code>.</code>), rather than replacing with underscores. This can be reverted by setting <code>github.com/prometheus/common/model.NameValidationScheme</code> to <code>LegacyValidation</code> in <code>github.com/prometheus/common/model</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6433">#6433</a>)</li> <li>Initialize map with <code>len(keys)</code> in <code>NewAllowKeysFilter</code> and <code>NewDenyKeysFilter</code> to avoid unnecessary allocations in <code>go.opentelemetry.io/otel/attribute</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6455">#6455</a>)</li> <li><code>go.opentelemetry.io/otel/log/logtest</code> is now a separate Go module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6465">#6465</a>)</li> <li><code>go.opentelemetry.io/otel/sdk/log/logtest</code> is now a separate Go module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6466">#6466</a>)</li> <li><code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> no longer separately stores records emitted by loggers with the same instrumentation scope. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6507">#6507</a>)</li> <li>Improve performance of <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> by not exporting when exporter cannot accept more. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6569">#6569</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6641">#6641</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate support for <code>model.LegacyValidation</code> for <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6449">#6449</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Stop percent encoding header environment variables in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code> and <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6392">#6392</a>)</li> <li>Ensure the <code>noopSpan.tracerProvider</code> method is not inlined in <code>go.opentelemetry.io/otel/trace</code> so the <code>go.opentelemetry.io/auto</code> instrumentation can instrument non-recording spans. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6456">#6456</a>)</li> <li>Use a <code>sync.Pool</code> instead of allocating <code>metricdata.ResourceMetrics</code> in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6472">#6472</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/a85ae98dcedc0761078518a715dea53e519b4846"><code>a85ae98</code></a> Release v1.36.0/v0.58.0/v0.12.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6793">#6793</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3f85c350380b2720a919fd156da321b488f3b746"><code>3f85c35</code></a> logtest: add Desc (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6796">#6796</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d2fff768dc438b4bb0a4b0252cd0249c8ece9289"><code>d2fff76</code></a> chore(deps): update module github.com/uudashr/iface to v1.4.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6798">#6798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2d4c9dc115bf8fd047f6248b489802a6f5c22d1d"><code>2d4c9dc</code></a> Add <code>semconv/v1.32.0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6782">#6782</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fe523bd15a09be9db1f2752d1cbbcf4e50762ab3"><code>fe523bd</code></a> logtest: add Transform (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6794">#6794</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e57879908fbd71f0fe64c4905c579d5827a34779"><code>e578799</code></a> fix(deps): update googleapis to 55703ea (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6795">#6795</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/af189e5a37c17de074d27f83921007756ce5ce51"><code>af189e5</code></a> chore(deps): update module github.com/golangci/misspell to v0.7.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/836a2ce69db65ff7f106eea7967d1fe6d5b491b2"><code>836a2ce</code></a> chore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/93f8f13abe5acedf02b7eed1f585c96e48fa35c0"><code>93f8f13</code></a> chore(deps): update github/codeql-action action to v3.28.18 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6789">#6789</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1556ff2aeb34bd7cfd2ef035fd7fa2f5942e71f9"><code>1556ff2</code></a> chore(deps): update codecov/codecov-action action to v5.4.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6785">#6785</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.36.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/sdk/metric&package-manager=go_modules&previous-version=1.35.0&new-version=1.36.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:39:38 +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#690
No description provided.