-
Notifications
You must be signed in to change notification settings - Fork 3
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: grafana/oats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: grafana/oats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 15 files changed
- 3 contributors
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dd78f8e - Browse repository at this point
Copy the full SHA dd78f8eView commit details
Commits on May 19, 2025
-
Bump go.opentelemetry.io/collector/pdata from 1.30.0 to 1.32.0 (#107)
Bumps [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) from 1.30.0 to 1.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/pdata's releases</a>.</em></p> <blockquote> <h2>v1.32.0/v0.126.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.126.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.126.0</a></h3> <h2>End User Changelog</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>configauth</code>: Removes deprecated <code>configauth.Authentication</code> and <code>extensionauthtest.NewErrorClient</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12992">#12992</a>) The following have been removed: <ul> <li><code>configauth.Authentication</code> use <code>configauth.Config</code> instead</li> <li><code>extensionauthtest.NewErrorClient</code> use <code>extensionauthtest.NewErr</code> instead</li> </ul> </li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li> <p><code>service</code>: Replace <code>go.opentelemetry.io/collector/semconv</code> usage with <code>go.opentelemetry.io/otel/semconv</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12991">#12991</a>)</p> </li> <li> <p><code>confmap</code>: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12926">#12926</a>)</p> </li> <li> <p><code>service</code>: Add item count metrics defined in Pipeline Component Telemetry RFC (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12812">#12812</a>) See <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/component-universal-telemetry.md">Pipeline Component Telemetry RFC</a> for more details:</p> <ul> <li><code>otelcol.receiver.produced.items</code></li> <li><code>otelcol.processor.consumed.items</code></li> <li><code>otelcol.processor.produced.items</code></li> <li><code>otelcol.connector.consumed.items</code></li> <li><code>otelcol.connector.produced.items</code></li> <li><code>otelcol.exporter.consumed.items</code></li> </ul> </li> <li> <p><code>tls</code>: Add trusted platform module (TPM) support to TLS authentication. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12801">#12801</a>) Now the TLS allows the use of TPM for loading private keys (e.g. in TSS2 format).</p> </li> </ul> <h3>🧰 Bug fixes 🧰</h3> <ul> <li> <p><code>exporterhelper</code>: Add validation error for batch config if min_size is greater than queue_size. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12948">#12948</a>)</p> </li> <li> <p><code>telemetry</code>: Allocate less memory per component when OTLP exporting of logs is disabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13014">#13014</a>)</p> </li> <li> <p><code>confmap</code>: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12932">#12932</a>)</p> </li> <li> <p><code>internal telemetry</code>: Add resource attributes from telemetry.resource to the logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12582">#12582</a>) Resource attributes from telemetry.resource were not added to the internal console logs.</p> <p>Now, they are added to the logger as part of the "resource" field.</p> </li> <li> <p><code>confighttp and configcompression</code>: Fix handling of <code>snappy</code> content-encoding in a backwards-compatible way (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/10584">#10584</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12825">#12825</a>) The collector used the Snappy compression type of "framed" to handle the HTTP content-encoding "snappy". However, this encoding is typically used to indicate the "block" compression variant of "snappy". This change allows the collector to:</p> <ul> <li>When receiving a request with encoding 'snappy', the server endpoints will peek at the first bytes of the payload to determine if it is "framed" or "block" snappy, and will decompress accordingly. This is a backwards-compatible change.</li> </ul> <p>If the feature-gate "confighttp.framedSnappy" is enabled, you'll see new behavior for both client and server:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/pdata's changelog</a>.</em></p> <blockquote> <h2>v1.32.0/v0.126.0</h2> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>configauth</code>: Deprecate <code>configauth.Authentication</code> in favor of <code>configauth.Config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12875">#12875</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>cmd/mdatagen</code>: Add type definition for events in mdatagen (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> <li><code>cmd/mdatagen</code>: Add functions for processing structured events in mdatagen (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> </ul> <!-- raw HTML omitted --> <h2>v1.31.0/v0.125.0</h2> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>extensionauthtest</code>: Deprecate NewErrorClient in favor of NewErrClient. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12874">#12874</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>xextension/storage</code>: ErrStorageFull error added to xextension/storage contract (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12925">#12925</a>)</li> <li><code>pdata</code>: Add MoveTo to pcommon.Value, only type missing this (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12877">#12877</a>)</li> </ul> <h3>🧰 Bug fixes 🧰</h3> <ul> <li><code>pdata</code>: Fix MoveTo when moving to the same destination (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12887">#12887</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/c2431f0ec10675fb379e45dbf9dbae7cdd3e1d9c"><code>c2431f0</code></a> [chore] Prepare release v1.32.0/v0.126.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13026">#13026</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/67920d4681ca593b334a0a01dab646e67ece99d9"><code>67920d4</code></a> [chore] update go patch version in cmd/otelcorecol and github actions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13030">#13030</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/0bef08994deb2a3c4753320435a058e445c56fab"><code>0bef089</code></a> [chore] Update github.com/ebitengine/purego to v0.8.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13024">#13024</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/f592f1cefb6705d375f3986d9550e9082c708b69"><code>f592f1c</code></a> [chore] Add a known issues section to v1.29.0/v0.123.0 item (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13020">#13020</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/8991b4879686e26ad3707846b2d784077d5490da"><code>8991b48</code></a> Avoid allocating too much memory, sampling logic is not re-applied (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13015">#13015</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/f846829309f7a69f6f50459180ed5bd2876033f4"><code>f846829</code></a> [chore] Document scalability, performance and resiliency requirements for sta...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/279752c11f8dbee727fc0fccc94804c123353ee6"><code>279752c</code></a> [service/internal/graph] Measure telemetry as it is passed between pipeline c...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/4ca0f1829e0a348738caab8799237d395a975888"><code>4ca0f18</code></a> update semconv dependency to otelgo's semconv package (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12991">#12991</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/5800834fbac45f07f909aaa747a9794a5948ec59"><code>5800834</code></a> [chore] Make mapstructure hooks safe against untyped nils (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13001">#13001</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/6bd77b33a5f68d462845b4e5d92f27d12dc46ef6"><code>6bd77b3</code></a> [chore] Add tests loading nil to any (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12998">#12998</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/pdata/v1.30.0...pdata/v1.32.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e7c50c - Browse repository at this point
Copy the full SHA 6e7c50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc9c48 - Browse repository at this point
Copy the full SHA 6fc9c48View commit details
Commits on May 22, 2025
-
Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.36.0 (#111)
Bumps [go.opentelemetry.io/otel/sdk](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'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 /> [](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 63d58b0 - Browse repository at this point
Copy the full SHA 63d58b0View commit details
Commits on May 27, 2025
-
Bump go.opentelemetry.io/collector/pdata from 1.32.0 to 1.33.0 (#115)
Bumps [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) from 1.32.0 to 1.33.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/releases">go.opentelemetry.io/collector/pdata's releases</a>.</em></p> <blockquote> <h2>v1.33.0/v0.127.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.127.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.127.0</a></h3> <h2>End User Changelog</h2> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>semconv</code>: Deprecating the semconv package in favour of go.opentelemetry.io/otel/semconv (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13012">#13012</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>exporter/debug</code>: Display resource and scope in <code>normal</code> verbosity (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/10515">#10515</a>)</li> <li><code>service</code>: Add size metrics defined in Pipeline Component Telemetry RFC (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13032">#13032</a>) See <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/component-universal-telemetry.md">Pipeline Component Telemetry RFC</a> for more details: <ul> <li><code>otelcol.receiver.produced.size</code></li> <li><code>otelcol.processor.consumed.size</code></li> <li><code>otelcol.processor.produced.size</code></li> <li><code>otelcol.connector.consumed.size</code></li> <li><code>otelcol.connector.produced.size</code></li> <li><code>otelcol.exporter.consumed.size</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> <h2>API Changelog</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>mdatagen</code>: Add context parameter for recording event to set traceID and spanID (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> <li><code>otlpreceiver</code>: Use wrapper type for URL paths (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13046">#13046</a>)</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>pipeline</code>: Deprecate MustNewID and MustNewIDWithName (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12831">#12831</a>)</li> <li><code>pdata/profile</code>: Replace AddAttribute with the PutAttribute helper method to modify the content of attributable records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12798">#12798</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>consumer/consumertest</code>: Add context to sinks (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13039">#13039</a>)</li> <li><code>cmd/mdatagen</code>: Add events in generated documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> <li><code>confmap</code>: Add a <code>Conf.Delete</code> method to remove a path from the configuration map. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13064">#13064</a>)</li> <li><code>confmap</code>: Support running Unmarshal hooks on nil values. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12981">#12981</a>)</li> </ul> <!-- raw HTML omitted --> <h2>v1.32.0/v0.126.0</h2> <h3>Images and binaries here: <a href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.126.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.126.0</a></h3> <h2>End User Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md">go.opentelemetry.io/collector/pdata's changelog</a>.</em></p> <blockquote> <h2>v1.33.0/v0.127.0</h2> <h3>🛑 Breaking changes 🛑</h3> <ul> <li><code>mdatagen</code>: Add context parameter for recording event to set traceID and spanID (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> <li><code>otlpreceiver</code>: Use wrapper type for URL paths (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13046">#13046</a>)</li> </ul> <h3>🚩 Deprecations 🚩</h3> <ul> <li><code>pipeline</code>: Deprecate MustNewID and MustNewIDWithName (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12831">#12831</a>)</li> <li><code>pdata/profile</code>: Replace AddAttribute with the PutAttribute helper method to modify the content of attributable records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12798">#12798</a>)</li> </ul> <h3>💡 Enhancements 💡</h3> <ul> <li><code>consumer/consumertest</code>: Add context to sinks (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13039">#13039</a>)</li> <li><code>cmd/mdatagen</code>: Add events in generated documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12571">#12571</a>)</li> <li><code>confmap</code>: Add a <code>Conf.Delete</code> method to remove a path from the configuration map. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13064">#13064</a>)</li> <li><code>confmap</code>: Support running Unmarshal hooks on nil values. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12981">#12981</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/2353b750bd08baeeabb87f3f0f1bfc97be59fe49"><code>2353b75</code></a> [chore] Prepare release v1.33.0/v0.127.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13094">#13094</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/249e5d55ad2fc3cb1dd9b6a67d8b498454fe3b72"><code>249e5d5</code></a> [pipeline] Dreprecate MustNewID and MustNewIDWithName (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12835">#12835</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/59a11661eae80c11e27f95262cc89618e166deed"><code>59a1166</code></a> Remove false positive cspell exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13057">#13057</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/58e643b4114807f67d338eea168fa85b8cfe46fe"><code>58e643b</code></a> [cmd/mdatagen] Add definition of <code>events</code> to <code>metadata-schema.yaml</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13058">#13058</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/749f997fa8d9138cf36b12b82b012606aacc26a9"><code>749f997</code></a> Introduce pprofile.PutAttribute helper (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12798">#12798</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/d1a4411fe2f3f57aac45efc5eb344cf7a47ec149"><code>d1a4411</code></a> [chore] update ebitengine/purego to v0.8.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13083">#13083</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/a867641d12bdef19237d9740e60494eef27d0248"><code>a867641</code></a> [mdatagen] Add context parameter to set traceID and spanID in generated event...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/fef33e98f6de45ca624f1f440da2314a0b88230f"><code>fef33e9</code></a> [chore] [OTEL-2623] Automate Release Step 4 - push branch (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13040">#13040</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/dc3f5d20bb68251288271d7066ac5e4d1a4eda0e"><code>dc3f5d2</code></a> [confmap] Add Conf.Delete method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13064">#13064</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-collector/commit/a80754f55f322fab77a2b98fc0ac2663e6ffbbb3"><code>a80754f</code></a> [chore] Document ToStringMap behavior on values with multiple representations...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-collector/compare/pdata/v1.32.0...pdata/v1.33.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dc91b2 - Browse repository at this point
Copy the full SHA 3dc91b2View commit details -
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc …
…from 1.35.0 to 1.36.0 (#112) Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](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/exporters/otlp/otlptrace/otlptracegrpc'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 /> [](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for eb5d036 - Browse repository at this point
Copy the full SHA eb5d036View commit details
Commits on Jun 2, 2025
-
Co-authored-by: Martin Costello <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27efab9 - Browse repository at this point
Copy the full SHA 27efab9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.3.2