You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/11/12 16:13:57 UTC

[PR] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.42.0 to 0.46.0 in /iotdb-connector/grafana-plugin [iotdb]

dependabot[bot] opened a new pull request, #11517:
URL: https://github.com/apache/iotdb/pull/11517

   Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases</a>.</em></p>
   <blockquote>
   <h2>Release v1.21.0/v0.46.0/v0.15.0/v0.1.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code> package to provide auto-generated source code instrumentation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li>
   <li>Add <code>&quot;go.opentelemetry.io/contrib/samplers/jaegerremote&quot;.WithSamplingStrategyFetcher</code> which sets custom fetcher implementation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li>
   <li>Add <code>&quot;go.opentelemetry.io/contrib/config&quot;</code> package that includes configuration models generated via go-jsonschema. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4376">#4376</a>)</li>
   <li>Add <code>NewSDK</code> function to <code>&quot;go.opentelemetry.io/contrib/config&quot;</code>. The initial implementation only returns noop providers. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4414">#4414</a>)</li>
   <li>Add metrics support (No-op, OTLP and Prometheus) to <code>go.opentelemetry.io/contrib/exporters/autoexport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4229">#4229</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4479">#4479</a>)</li>
   <li>Add support for <code>console</code> span exporter and metrics exporter in <code>go.opentelemetry.io/contrib/exporters/autoexport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4486">#4486</a>)</li>
   <li>Set unit and description on all instruments in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4500">#4500</a>)</li>
   <li>Add metric support for <code>grpc.StatsHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4356">#4356</a>)</li>
   <li>Expose the name of the scopes in all instrumentation libraries as <code>ScopeName</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4448">#4448</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Dropped compatibility testing for [Go 1.19].
   The project no longer guarantees support for this version of Go. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4352">#4352</a>)</li>
   <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.20.0"><code>v1.20.0</code>/<code>v0.43.0</code> release</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4546">#4546</a>)</li>
   <li>In <code>go.opentelemetry.io/contrib/exporters/autoexport</code>, <code>Option</code> was renamed to <code>SpanOption</code>. The old name is deprecated but continues to be supported as an alias. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4229">#4229</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>The interceptors (<code>UnaryClientInterceptor</code>, <code>StreamClientInterceptor</code>, <code>UnaryServerInterceptor</code>, <code>StreamServerInterceptor</code>, <code>WithInterceptorFilter</code>) are deprecated. Use stats handlers (<code>NewClientHandler</code>, <code>NewServerHandler</code>) instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4534">#4534</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The <code>go.opentelemetry.io/contrib/samplers/jaegerremote</code> sampler does not panic when the default HTTP round-tripper (<code>http.DefaultTransport</code>) is not <code>*http.Transport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li>
   <li>The <code>UnaryServerInterceptor</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now sets gRPC status code correctly for the <code>rpc.server.duration</code> metric. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4481">#4481</a>)</li>
   <li>The <code>NewClientHandler</code>, <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now honor <code>otelgrpc.WithMessageEvents</code> options. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4536">#4536</a>)</li>
   </ul>
   <h2>Release v1.20.0/v0.45.0/v0.14.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Set the description for the <code>rpc.server.duration</code> metric in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4302">#4302</a>)</li>
   <li>Add <code>NewServerHandler</code> and <code>NewClientHandler</code> that return a <code>grpc.StatsHandler</code> used for gRPC instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3002">#3002</a>)</li>
   <li>Add new Prometheus bridge module in <code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4227">#4227</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.19.0"><code>v1.19.0</code>/<code>v0.42.0</code>/<code>v0.0.7</code> release</a>.</li>
   <li>Use <code>grpc.StatsHandler</code> for gRPC instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4325">#4325</a>)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/puckpuck"><code>@​puckpuck</code></a> made their first contribution in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4302">open-telemetry/opentelemetry-go-contrib#4302</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.19.0...v1.20.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.19.0...v1.20.0</a></p>
   <h2>Release v1.19.0/v0.44.0/v0.13.0</h2>
   <h3>Added</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog</a>.</em></p>
   <blockquote>
   <h2>[1.21.0/0.46.0/0.15.0/0.1.0] - 2023-11-10</h2>
   <h3>Added</h3>
   <ul>
   <li>Add <code>&quot;go.opentelemetry.io/contrib/samplers/jaegerremote&quot;.WithSamplingStrategyFetcher</code> which sets custom fetcher implementation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li>
   <li>Add <code>&quot;go.opentelemetry.io/contrib/config&quot;</code> package that includes configuration models generated via go-jsonschema. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4376">#4376</a>)</li>
   <li>Add <code>NewSDK</code> function to <code>&quot;go.opentelemetry.io/contrib/config&quot;</code>. The initial implementation only returns noop providers. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4414">#4414</a>)</li>
   <li>Add metrics support (No-op, OTLP and Prometheus) to <code>go.opentelemetry.io/contrib/exporters/autoexport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4229">#4229</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4479">#4479</a>)</li>
   <li>Add support for <code>console</code> span exporter and metrics exporter in <code>go.opentelemetry.io/contrib/exporters/autoexport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4486">#4486</a>)</li>
   <li>Set unit and description on all instruments in <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4500">#4500</a>)</li>
   <li>Add metric support for <code>grpc.StatsHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4356">#4356</a>)</li>
   <li>Expose the name of the scopes in all instrumentation libraries as <code>ScopeName</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4448">#4448</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Dropped compatibility testing for [Go 1.19].
   The project no longer guarantees support for this version of Go. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4352">#4352</a>)</li>
   <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.20.0"><code>v1.20.0</code>/<code>v0.43.0</code> release</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4546">#4546</a>)</li>
   <li>In <code>go.opentelemetry.io/contrib/exporters/autoexport</code>, <code>Option</code> was renamed to <code>SpanOption</code>. The old name is deprecated but continues to be supported as an alias. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4229">#4229</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>The interceptors (<code>UnaryClientInterceptor</code>, <code>StreamClientInterceptor</code>, <code>UnaryServerInterceptor</code>, <code>StreamServerInterceptor</code>, <code>WithInterceptorFilter</code>) are deprecated. Use stats handlers (<code>NewClientHandler</code>, <code>NewServerHandler</code>) instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4534">#4534</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The <code>go.opentelemetry.io/contrib/samplers/jaegerremote</code> sampler does not panic when the default HTTP round-tripper (<code>http.DefaultTransport</code>) is not <code>*http.Transport</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4045">#4045</a>)</li>
   <li>The <code>UnaryServerInterceptor</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now sets gRPC status code correctly for the <code>rpc.server.duration</code> metric. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4481">#4481</a>)</li>
   <li>The <code>NewClientHandler</code>, <code>NewServerHandler</code> in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code> now honor <code>otelgrpc.WithMessageEvents</code> options. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4536">#4536</a>)</li>
   </ul>
   <h2>[1.20.0/0.45.0/0.14.0] - 2023-09-28</h2>
   <h3>Added</h3>
   <ul>
   <li>Set the description for the <code>rpc.server.duration</code> metric in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4302">#4302</a>)</li>
   <li>Add <code>NewServerHandler</code> and <code>NewClientHandler</code> that return a <code>grpc.StatsHandler</code> used for gRPC instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3002">#3002</a>)</li>
   <li>Add new Prometheus bridge module in <code>go.opentelemetry.io/contrib/bridges/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4227">#4227</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Upgrade dependencies of OpenTelemetry Go to use the new <a href="https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.19.0"><code>v1.19.0</code>/<code>v0.42.0</code>/<code>v0.0.7</code> release</a>.</li>
   <li>Use <code>grpc.StatsHandler</code> for gRPC instrumentation in <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4325">#4325</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>The <code>net.sock.peer.*</code> and <code>net.peer.*</code> high cardinality attributes are removed from the metrics generated by <code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4322">#4322</a>)</li>
   </ul>
   <h2>[1.19.0/0.44.0/0.13.0] - 2023-09-12</h2>
   <h3>Added</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b4b06bcdc72f96690d319705c72840c7198108e6"><code>b4b06bc</code></a> Release v1.21.0/v0.46.0/v0.15.0/v0.1.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4546">#4546</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c1ac3039d0bb7cdf83630210f8209b7d0b95cd48"><code>c1ac303</code></a> config: Prepare module for release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4541">#4541</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/fe68fe96a73a70a27afad0772618d7b15b3aa124"><code>fe68fe9</code></a> host: fix typo (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4540">#4540</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/016b46fd3137a9c72bd581de86949dafa119e983"><code>016b46f</code></a> otelgrpc: Use net.Listen in TestStatsHandler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4538">#4538</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/23bd4ed41fe30ae1e9a5b11b57e902743f94490b"><code>23bd4ed</code></a> otelgrpc: Deprecate interceptors in favor of stats handlers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4534">#4534</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a3b16ae7ecdc805995842e4d2289cd064396dd46"><code>a3b16ae</code></a> Expose instrumentation scope name (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4448">#4448</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/2b690297abce4af6d342091ab76f7191e000f4f0"><code>2b69029</code></a> otelgrpc: Fix stats handlers to honor WithMessageEvents option (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4536">#4536</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f6aeb0d909e933a7e8bf416aab1c9f0277c8aed6"><code>f6aeb0d</code></a> otelgrpc: Stablize TestInterceptors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4535">#4535</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b44dfc9092b157625a5815cb437583cee663333b"><code>b44dfc9</code></a> otelgrpc: Remove high cardinality metric attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4322">#4322</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/2a5fe23f9705a1fa94781ccbef055c3746f7ae3d"><code>2a5fe23</code></a> otelgrpc: Refine tests to use a net socket instead of a buffer (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4503">#4503</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.42.0...zpages/v0.46.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc&package-manager=go_modules&previous-version=0.42.0&new-version=0.46.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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/iotdb/network/alerts).
   
   </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: reviews-unsubscribe@iotdb.apache.org

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


Re: [PR] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.42.0 to 0.46.0 in /iotdb-connector/grafana-plugin [iotdb]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #11517:
URL: https://github.com/apache/iotdb/pull/11517#issuecomment-1807187479

   ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/11517?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#11517](https://app.codecov.io/gh/apache/iotdb/pull/11517?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (90dbcd2) into [master](https://app.codecov.io/gh/apache/iotdb/commit/369041f367248d1ec07dd12d0f0a2caeb16498cd?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (369041f) will **decrease** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master   #11517      +/-   ##
   ============================================
   - Coverage     48.99%   48.94%   -0.05%     
   + Complexity    24699    24661      -38     
   ============================================
     Files          2777     2777              
     Lines        173969   173969              
     Branches      20822    20822              
   ============================================
   - Hits          85231    85145      -86     
   - Misses        88738    88824      +86     
   ```
   
   
   [see 34 files with indirect coverage changes](https://app.codecov.io/gh/apache/iotdb/pull/11517/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in [Chrome](https://chrome.google.com/webstore/detail/codecov/gedikamndpbemklijjkncpnolildpbgo) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/codecov/) today!
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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


Re: [PR] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.42.0 to 0.46.0 in /iotdb-connector/grafana-plugin [iotdb]

Posted by "HTHou (via GitHub)" <gi...@apache.org>.
HTHou merged PR #11517:
URL: https://github.com/apache/iotdb/pull/11517


-- 
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: reviews-unsubscribe@iotdb.apache.org

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