dependabot[bot] opened a new pull request, #2212: URL: https://github.com/apache/dubbo-go/pull/2212
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.11.0 to 1.13.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/trace's changelog</a>.</em></p> <blockquote> <h2>[1.13.0/0.36.0] 2023-02-07</h2> <h3>Added</h3> <ul> <li>Attribute <code>KeyValue</code> creations functions to <code>go.opentelemetry.io/otel/semconv/v1.17.0</code> for all non-enum semantic conventions. These functions ensure semantic convention type correctness. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3675">#3675</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Removed the <code>http.target</code> attribute from being added by <code>ServerRequest</code> in the following packages. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3687">#3687</a>) <ul> <li><code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code></li> <li><code>go.opentelemetry.io/otel/semconv/v1.14.0/httpconv</code></li> <li><code>go.opentelemetry.io/otel/semconv/v1.15.0/httpconv</code></li> <li><code>go.opentelemetry.io/otel/semconv/v1.16.0/httpconv</code></li> <li><code>go.opentelemetry.io/otel/semconv/v1.17.0/httpconv</code></li> </ul> </li> </ul> <h3>Removed</h3> <ul> <li>The deprecated <code>go.opentelemetry.io/otel/metric/instrument/asyncfloat64</code> package is removed. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3631">#3631</a>)</li> <li>The deprecated <code>go.opentelemetry.io/otel/metric/instrument/asyncint64</code> package is removed. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3631">#3631</a>)</li> <li>The deprecated <code>go.opentelemetry.io/otel/metric/instrument/syncfloat64</code> package is removed. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3631">#3631</a>)</li> <li>The deprecated <code>go.opentelemetry.io/otel/metric/instrument/syncint64</code> package is removed. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3631">#3631</a>)</li> </ul> <h2>[1.12.0/0.35.0] 2023-01-28</h2> <h3>Added</h3> <ul> <li>The <code>WithInt64Callback</code> option to <code>go.opentelemetry.io/otel/metric/instrument</code>. This options is used to configure <code>int64</code> Observer callbacks during their creation. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3507">#3507</a>)</li> <li>The <code>WithFloat64Callback</code> option to <code>go.opentelemetry.io/otel/metric/instrument</code>. This options is used to configure <code>float64</code> Observer callbacks during their creation. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3507">#3507</a>)</li> <li>The <code>Producer</code> interface and <code>Reader.RegisterProducer(Producer)</code> to <code>go.opentelemetry.io/otel/sdk/metric</code>. These additions are used to enable external metric Producers. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3524">#3524</a>)</li> <li>The <code>Callback</code> function type to <code>go.opentelemetry.io/otel/metric</code>. This new named function type is registered with a <code>Meter</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3564">#3564</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.13.0</code> package. The package contains semantic conventions from the <code>v1.13.0</code> version of the OpenTelemetry specification. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3499">#3499</a>) <ul> <li>The <code>EndUserAttributesFromHTTPRequest</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is merged into <code>ClientRequest</code> and <code>ServerRequest</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>HTTPAttributesFromHTTPStatusCode</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is merged into <code>ClientResponse</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>HTTPClientAttributesFromHTTPRequest</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is replaced by <code>ClientRequest</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>HTTPServerAttributesFromHTTPRequest</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is replaced by <code>ServerRequest</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>HTTPServerMetricAttributesFromHTTPRequest</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is replaced by <code>ServerRequest</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>NetAttributesFromHTTPRequest</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is split into <code>Transport</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/netconv</code> and <code>ClientRequest</code> or <code>ServerRequest</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>SpanStatusFromHTTPStatusCode</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is replaced by <code>ClientStatus</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>SpanStatusFromHTTPStatusCodeAndSpanKind</code> function in <code>go.opentelemetry.io/otel/semconv/v1.12.0</code> is split into <code>ClientStatus</code> and <code>ServerStatus</code> in <code>go.opentelemetry.io/otel/semconv/v1.13.0/httpconv</code>.</li> <li>The <code>Client</code> function is included in <code>go.opentelemetry.io/otel/semconv/v1.13.0/netconv</code> to generate attributes for a <code>net.Conn</code>.</li> <li>The <code>Server</code> function is included in <code>go.opentelemetry.io/otel/semconv/v1.13.0/netconv</code> to generate attributes for a <code>net.Listener</code>.</li> </ul> </li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.14.0</code> package. The package contains semantic conventions from the <code>v1.14.0</code> version of the OpenTelemetry specification. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3566">#3566</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.15.0</code> package.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/f2fd476f433128c2494476950ce11600a51bbe35"><code>f2fd476</code></a> Prepare v1.13.0/v0.36.0 release (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3688">#3688</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/7b749591320bfcdef2061f4d4f5aa533ab76b47f"><code>7b74959</code></a> Remove http.target attr from ServerRequest (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3687">#3687</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0446207a380c3dae0091a1d636187ac7d178e705"><code>0446207</code></a> Add funcs to semconv to create semantic convention KeyValues (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3675">#3675</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d3986efdb7740792ff253ecf4795d6ec190d9e33"><code>d3986ef</code></a> Bump github.com/golangci/golangci-lint in /internal/tools (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3676">#3676</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c9cb53c5b416c116dff55c30a31b3e9f7901cdaf"><code>c9cb53c</code></a> Update libraries.md (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3638">#3638</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5e8eb855bf3c6507715edd12ded5c6a950dd6104"><code>5e8eb85</code></a> Add a benchmark for histogram allocations (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3635">#3635</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/aa5122490eb4f182320de76a8d2ef1f3208af788"><code>aa51224</code></a> Remove the deprecated instrument packages (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3631">#3631</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/cfed99561d50f42d9499e05559ef378d8170d703"><code>cfed995</code></a> dependabot updates Sun Jan 29 16:46:30 UTC 2023 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3629">#3629</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/6cb5718eaaed5c408c3bf4ad1aecee5c20ccdaa9"><code>6cb5718</code></a> Release v1.12.0/v0.35.0 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3623">#3623</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ec13377b6b7cea9ba5e6a2233ad934a411459a58"><code>ec13377</code></a> OTLP traces export errors use a consistent error message prefix (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3516">#3516</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.13.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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
