mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Bumps the otel group in /rust with 5 updates: | Package | From | To | | --- | --- | --- | | [tracing-stackdriver](https://github.com/NAlexPear/tracing-stackdriver) | `0.7.2` | `0.8.0` | | [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.19.0` | `0.20.0` | | [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.19.0` | `0.20.0` | | [opentelemetry_api](https://github.com/open-telemetry/opentelemetry-rust) | `0.19.0` | `0.20.0` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.12.0` | `0.13.0` | Updates `tracing-stackdriver` from 0.7.2 to 0.8.0 <details> <summary>Commits</summary> <ul> <li><a href="b47f8c00ff"><code>b47f8c0</code></a> ⬆ Bump version to 0.8.0</li> <li><a href="7bad22884b"><code>7bad228</code></a> 🏁 Add pre-publish semver check</li> <li><a href="a72e4585ea"><code>a72e458</code></a> Run cargo-update to fix CI</li> <li><a href="b577f24145"><code>b577f24</code></a> Fix formatting</li> <li><a href="e28429faad"><code>e28429f</code></a> Fix compile errors in test</li> <li><a href="b5c8a23fa0"><code>b5c8a23</code></a> Update lockfile</li> <li><a href="0d92b9fa8d"><code>0d92b9f</code></a> Bump opentelemetry dependency</li> <li><a href="848b0822dc"><code>848b082</code></a> 📝 Handle latest clippy lints</li> <li>See full diff in <a href="https://github.com/NAlexPear/tracing-stackdriver/compare/v0.7.2...v0.8.0">compare view</a></li> </ul> </details> <br /> Updates `tracing-opentelemetry` from 0.19.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing-opentelemetry/releases">tracing-opentelemetry's releases</a>.</em></p> <blockquote> <h2>0.20.0</h2> <h3>Added</h3> <ul> <li>Add <code>OpenTelemetrySpanExt::set_attribute</code> function (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/34">#34</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Upgrade to <code>v0.20.0</code> of <code>opentelemetry</code> (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/36">#36</a>) For list of breaking changes in OpenTelemetry, see the <a href="https://github.com/open-telemetry/opentelemetry-rust/blob/v0.20.0/opentelemetry-api/CHANGELOG.md#v0200">v0.20.0 changelog</a>.</li> </ul> <p>Thanks to <a href="https://github.com/ymgyt"><code>@ymgyt</code></a>, <a href="https://github.com/mladedav"><code>@mladedav</code></a>, <a href="https://github.com/shaun-cox"><code>@shaun-cox</code></a>, and <a href="https://github.com/Protryon"><code>@Protryon</code></a> for contributing to this release!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md">tracing-opentelemetry's changelog</a>.</em></p> <blockquote> <h1>0.20.0 (August 1, 2023)</h1> <h3>Added</h3> <ul> <li>Add <code>OpenTelemetrySpanExt::set_attribute</code> function (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/34">#34</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Upgrade to <code>v0.20.0</code> of <code>opentelemetry</code> (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/36">#36</a>) For list of breaking changes in OpenTelemetry, see the <a href="https://github.com/open-telemetry/opentelemetry-rust/blob/v0.20.0/opentelemetry-api/CHANGELOG.md#v0200">v0.20.0 changelog</a>.</li> </ul> <p>Thanks to <a href="https://github.com/ymgyt"><code>@ymgyt</code></a>, <a href="https://github.com/mladedav"><code>@mladedav</code></a>, <a href="https://github.com/shaun-cox"><code>@shaun-cox</code></a>, and <a href="https://github.com/Protryon"><code>@Protryon</code></a> for contributing to this release!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d9b18f2aed"><code>d9b18f2</code></a> Prepare for v0.20.0 release (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/41">#41</a>)</li> <li><a href="d36955010d"><code>d369550</code></a> chore: use pprof only if target_os is not windows (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/40">#40</a>)</li> <li><a href="76771cf8e8"><code>76771cf</code></a> update opentelemetry to 0.20.0 (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/36">#36</a>)</li> <li><a href="7b77d33d58"><code>7b77d33</code></a> Add set_attribute function (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/34">#34</a>)</li> <li><a href="f5f898b47e"><code>f5f898b</code></a> Enable flame graphs and reports for benchmarks (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/27">#27</a>)</li> <li><a href="040c57a61b"><code>040c57a</code></a> Set builder parent span to None when manually setting parent (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/26">#26</a>)</li> <li><a href="5ce1b10893"><code>5ce1b10</code></a> build(deps): update criterion requirement from 0.4.0 to 0.5.0 (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/24">#24</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry` from 0.19.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-rust/releases">opentelemetry's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <p>See individual crate changelogs for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dfeac078ff"><code>dfeac07</code></a> Fix stdout exporter dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1172">#1172</a>)</li> <li><a href="771d3c4207"><code>771d3c4</code></a> Prepare for v0.20.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1156">#1156</a>)</li> <li><a href="2ca024e9ab"><code>2ca024e</code></a> Export logs only if the level/logger/target is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1147">#1147</a>)</li> <li><a href="8975aa382e"><code>8975aa3</code></a> fix: Fix env endpoint use in telemetry agent (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1167">#1167</a>)</li> <li><a href="6962621fb8"><code>6962621</code></a> Start adding metrics advanced (view) examples (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1170">#1170</a>)</li> <li><a href="9f28319307"><code>9f28319</code></a> update (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1169">#1169</a>)</li> <li><a href="1f59a15cbf"><code>1f59a15</code></a> Add OTLP LogExporter to the example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1168">#1168</a>)</li> <li><a href="58ad33a5d0"><code>58ad33a</code></a> Add compression support for otlp tonic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1165">#1165</a>)</li> <li><a href="ba6f924bcd"><code>ba6f924</code></a> proto: fix doc links to tonic, prost (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1162">#1162</a>)</li> <li><a href="fb141994e0"><code>fb14199</code></a> Install logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1164">#1164</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-rust/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry_api` from 0.19.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-rust/releases">opentelemetry_api's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <p>See individual crate changelogs for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dfeac078ff"><code>dfeac07</code></a> Fix stdout exporter dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1172">#1172</a>)</li> <li><a href="771d3c4207"><code>771d3c4</code></a> Prepare for v0.20.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1156">#1156</a>)</li> <li><a href="2ca024e9ab"><code>2ca024e</code></a> Export logs only if the level/logger/target is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1147">#1147</a>)</li> <li><a href="8975aa382e"><code>8975aa3</code></a> fix: Fix env endpoint use in telemetry agent (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1167">#1167</a>)</li> <li><a href="6962621fb8"><code>6962621</code></a> Start adding metrics advanced (view) examples (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1170">#1170</a>)</li> <li><a href="9f28319307"><code>9f28319</code></a> update (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1169">#1169</a>)</li> <li><a href="1f59a15cbf"><code>1f59a15</code></a> Add OTLP LogExporter to the example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1168">#1168</a>)</li> <li><a href="58ad33a5d0"><code>58ad33a</code></a> Add compression support for otlp tonic (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1165">#1165</a>)</li> <li><a href="ba6f924bcd"><code>ba6f924</code></a> proto: fix doc links to tonic, prost (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1162">#1162</a>)</li> <li><a href="fb141994e0"><code>fb14199</code></a> Install logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/1164">#1164</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-rust/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-otlp` from 0.12.0 to 0.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-rust/releases">opentelemetry-otlp's releases</a>.</em></p> <blockquote> <h2>v0.13.0</h2> <p>Upgrade note: exporter pipelines do not return an uninstall guard as of <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/444">#444</a>, use <code>opentelemetry::global::shutdown_tracer_provider</code> explicitly instead.</p> <h2>Changed</h2> <ul> <li>Pull configrations from environment variables by default when creating BatchSpanProcessor <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/445">#445</a></li> <li>Convert doc links to intra-doc <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/466">#466</a></li> <li>Switch to Cow for event names <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/471">#471</a></li> <li>Use API to configure async runtime instead of features <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/481">#481</a></li> <li>Rename trace config with_default_sampler to with_sampler <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/482">#482</a></li> </ul> <h2>Removed</h2> <ul> <li>Removed tracer provider guard <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/444">#444</a></li> <li>Removed <code>from_env</code> and use environment variables to initialize the configurations by default <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/459">#459</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="97c220f624"><code>97c220f</code></a> Prepare for v0.13.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/470">#470</a>)</li> <li><a href="a32b962668"><code>a32b962</code></a> Merge opentelemetry-stackdriver into this repo. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/487">#487</a>)</li> <li><a href="cb419bb9f1"><code>cb419bb</code></a> Configure async runtime in Rust code instead of cargo feature (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/481">#481</a>)</li> <li><a href="2b9fa23145"><code>2b9fa23</code></a> fix: otel-otlp will try to create another tokio runtime inside one if async f...</li> <li><a href="436b76e5bb"><code>436b76e</code></a> bump prometheus dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/485">#485</a>)</li> <li><a href="a49d6f5612"><code>a49d6f5</code></a> Rename trace config with_default_sampler to with_sampler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/482">#482</a>)</li> <li><a href="e9ef3e23d6"><code>e9ef3e2</code></a> feat: clean up lint.sh, use API to set grpc layer (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/467">#467</a>)</li> <li><a href="d42c552bd0"><code>d42c552</code></a> Abstraction trait for different runtimes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/480">#480</a>)</li> <li><a href="0b1074e969"><code>0b1074e</code></a> Impl clone for noop tracer/provider/span (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/479">#479</a>)</li> <li><a href="e17a1313b4"><code>e17a131</code></a> otlp: mention service.name in kitchen sink cfg doc - closes <a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/475">#475</a> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/476">#476</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-rust/compare/v0.12.0...v0.13.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>