You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/12 12:01:42 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request, #2157: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.2

dependabot[bot] opened a new pull request, #2157:
URL: https://github.com/apache/dubbo-go/pull/2157

   Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.11.0 to 1.11.2.
   <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's changelog</a>.</em></p>
   <blockquote>
   <h2>[1.11.2/0.34.0] 2022-12-05</h2>
   <h3>Added</h3>
   <ul>
   <li>The <code>WithView</code> <code>Option</code> is added to the <code>go.opentelemetry.io/otel/sdk/metric</code> package.
   This option is used to configure the view(s) a <code>MeterProvider</code> will use for all <code>Reader</code>s that are registered with it. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3387">#3387</a>)</li>
   <li>Add Instrumentation Scope and Version as info metric and label in Prometheus exporter.
   This can be disabled using the <code>WithoutScopeInfo()</code> option added to that package.(<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3273">#3273</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3357">#3357</a>)</li>
   <li>OTLP exporters now recognize: (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3363">#3363</a>)
   <ul>
   <li><code>OTEL_EXPORTER_OTLP_INSECURE</code></li>
   <li><code>OTEL_EXPORTER_OTLP_TRACES_INSECURE</code></li>
   <li><code>OTEL_EXPORTER_OTLP_METRICS_INSECURE</code></li>
   <li><code>OTEL_EXPORTER_OTLP_CLIENT_KEY</code></li>
   <li><code>OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY</code></li>
   <li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY</code></li>
   <li><code>OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE</code></li>
   <li><code>OTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATE</code></li>
   <li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE</code></li>
   </ul>
   </li>
   <li>The <code>View</code> type and related <code>NewView</code> function to create a view according to the OpenTelemetry specification are added to <code>go.opentelemetry.io/otel/sdk/metric</code>.
   These additions are replacements for the <code>View</code> type and <code>New</code> function from <code>go.opentelemetry.io/otel/sdk/metric/view</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3459">#3459</a>)</li>
   <li>The <code>Instrument</code> and <code>InstrumentKind</code> type are added to <code>go.opentelemetry.io/otel/sdk/metric</code>.
   These additions are replacements for the <code>Instrument</code> and <code>InstrumentKind</code> types from <code>go.opentelemetry.io/otel/sdk/metric/view</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3459">#3459</a>)</li>
   <li>The <code>Stream</code> type is added to <code>go.opentelemetry.io/otel/sdk/metric</code> to define a metric data stream a view will produce. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3459">#3459</a>)</li>
   <li>The <code>AssertHasAttributes</code> allows instrument authors to test that datapoints returned have appropriate attributes. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3487">#3487</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The <code>&quot;go.opentelemetry.io/otel/sdk/metric&quot;.WithReader</code> option no longer accepts views to associate with the <code>Reader</code>.
   Instead, views are now registered directly with the <code>MeterProvider</code> via the new <code>WithView</code> option.
   The views registered with the <code>MeterProvider</code> apply to all <code>Reader</code>s. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3387">#3387</a>)</li>
   <li>The <code>Temporality(view.InstrumentKind) metricdata.Temporality</code> and <code>Aggregation(view.InstrumentKind) aggregation.Aggregation</code> methods are added to the <code>&quot;go.opentelemetry.io/otel/sdk/metric&quot;.Exporter</code> interface. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3260">#3260</a>)</li>
   <li>The <code>Temporality(view.InstrumentKind) metricdata.Temporality</code> and <code>Aggregation(view.InstrumentKind) aggregation.Aggregation</code> methods are added to the <code>&quot;go.opentelemetry.io/otel/exporters/otlp/otlpmetric&quot;.Client</code> interface. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3260">#3260</a>)</li>
   <li>The <code>WithTemporalitySelector</code> and <code>WithAggregationSelector</code> <code>ReaderOption</code>s have been changed to <code>ManualReaderOption</code>s in the <code>go.opentelemetry.io/otel/sdk/metric</code> package. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3260">#3260</a>)</li>
   <li>The periodic reader in the <code>go.opentelemetry.io/otel/sdk/metric</code> package now uses the temporality and aggregation selectors from its configured exporter instead of accepting them as options. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3260">#3260</a>)</li>
   <li>Jaeger and Zipkin exporter use <code>github.com/go-logr/logr</code> as the logging interface, and add the <code>WithLogr</code> option. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3497">#3497</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3500">#3500</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The <code>go.opentelemetry.io/otel/exporters/prometheus</code> exporter fixes duplicated <code>_total</code> suffixes. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3369">#3369</a>)</li>
   <li>Remove comparable requirement for <code>Reader</code>s. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3387">#3387</a>)</li>
   <li>Cumulative metrics from the OpenCensus bridge (<code>go.opentelemetry.io/otel/bridge/opencensus</code>) are defined as monotonic sums, instead of non-monotonic. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3389">#3389</a>)</li>
   <li>Asynchronous counters (<code>Counter</code> and <code>UpDownCounter</code>) from the metric SDK now produce delta sums when configured with delta temporality. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3398">#3398</a>)</li>
   <li>Exported <code>Status</code> codes in the <code>go.opentelemetry.io/otel/exporters/zipkin</code> exporter are now exported as all upper case values. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3340">#3340</a>)</li>
   <li><code>Aggregation</code>s from <code>go.opentelemetry.io/otel/sdk/metric</code> with no data are not exported. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3394">#3394</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3436">#3436</a>)</li>
   <li>Reenabled Attribute Filters in the Metric SDK. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3396">#3396</a>)</li>
   <li>Asynchronous callbacks are only called if they are registered with at least one instrument that does not use drop aggragation. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3408">#3408</a>)</li>
   <li>Do not report empty partial-success responses in the <code>go.opentelemetry.io/otel/exporters/otlp</code> exporters. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3438">#3438</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3432">#3432</a>)</li>
   <li>Handle partial success responses in <code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric</code> exporters. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3162">#3162</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3440">#3440</a>)</li>
   <li>Prevent duplicate Prometheus description, unit, and type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3469">#3469</a>)</li>
   <li>Prevents panic when using incorrect <code>attribute.Value.As[Type]Slice()</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3489">#3489</a>)</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/bc5cf7eb26a455be6d5b359dea0b6592c4176412"><code>bc5cf7e</code></a> Release v1.11.2/v0.34.0 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3512">#3512</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/22434311ae4783010a04081634ec503d9cbb5e33"><code>2243431</code></a> Signed-off-by: Ziqi Zhao &lt;<a href="mailto:zhaoziqi9146@gmail.com">zhaoziqi9146@gmail.com</a>&gt; (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3469">#3469</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e97704c1ec872144da633a29b27feaef06fb2867"><code>e97704c</code></a> Fix a typo in the manual reader (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3509">#3509</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/a436ae76f70af9a79884a8f95779517af8f0b89b"><code>a436ae7</code></a> Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 in /schema (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3511">#3511</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/69ad652afb0f9ec181338258123925b17a15ac17"><code>69ad652</code></a> change jaeger tag version in otel-collector (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3495">#3495</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/291aaa022158abff8f6381d4a148190f3547c9b2"><code>291aaa0</code></a> Redefine gauge in Prometheus example to be a Gauge (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3498">#3498</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/289a612e6a40a7575cd13dbc02ae07f6269e5491"><code>289a612</code></a> Adds an Attribute assertion to metric data test (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3487">#3487</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/aa868d506b7e4de2f534f47b168b27b7f8824351"><code>aa868d5</code></a> Clarify HTTP/gRPC exporter examples (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3492">#3492</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d7b31155b5cc03cdadb39e894f11f9b4f2616fed"><code>d7b3115</code></a> Make the AsType functions not panic (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3489">#3489</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1f5e6adbf2ca8fdb394ea07b3370506889a10bfa"><code>1f5e6ad</code></a> Update the usage of set-output command in GH actions (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3485">#3485</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.11.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel&package-manager=go_modules&previous-version=1.11.0&new-version=1.11.2)](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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks closed pull request #2157: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.2

Posted by GitBox <gi...@apache.org>.
AlexStocks closed pull request #2157: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.2
URL: https://github.com/apache/dubbo-go/pull/2157


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] sonarcloud[bot] commented on pull request #2157: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.2

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on PR #2157:
URL: https://github.com/apache/dubbo-go/pull/2157#issuecomment-1346352168

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2157)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2157&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2157) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2157&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] dependabot[bot] commented on pull request #2157: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #2157:
URL: https://github.com/apache/dubbo-go/pull/2157#issuecomment-1354811395

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org