dependabot[bot] ddbd8ede95 build(deps): bump the common-golang-dependencies group with 4 updates (#3885)
Bumps the common-golang-dependencies group with 4 updates:
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go),
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go),
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
and
[go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go).

Updates `go.opentelemetry.io/otel` from 1.26.0 to 1.27.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's
changelog</a>.</em></p>
<blockquote>
<h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add example for
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate
testing exporter and processor implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li>
<li>The count of dropped records from the <code>BatchProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li>
<li>Add metrics in the <code>otel-collector</code> example. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li>
<li>Add the synchronous gauge instrument to
<code>go.opentelemetry.io/otel/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>)
<ul>
<li>An <code>int64</code> or <code>float64</code> synchronous gauge
instrument can now be created from a <code>Meter</code>.</li>
<li>All implementations of the API
(<code>go.opentelemetry.io/otel/metric/noop</code>,
<code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support
this instrument.</li>
</ul>
</li>
<li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>Shutdown</code> method of <code>Exporter</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>
ignores the context cancellation and always returns <code>nil</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the
exporter returned by <code>New</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
ignore the context cancellation and always return <code>nil</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>Apply the value length limits to <code>Record</code> attributes in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li>De-duplicate map attributes added to a <code>Record</code> in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
won't print timestamps when <code>WithoutTimestamps</code> option is
set. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li>
<li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
exporter won't print <code>AttributeValueLengthLimit</code> and
<code>AttributeCountLimit</code> fields now, instead it prints the
<code>DroppedAttributes</code> field. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li>
<li>Improved performance in the <code>Stringer</code> implementation of
<code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the
number of allocations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li>
<li>Set the start time for last-value aggregates in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li>
<li>The <code>Span</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> will record links
without span context if either non-empty <code>TraceState</code> or
attributes are provided. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li>
<li>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Comparison of unordered maps for
<code>go.opentelemetry.io/otel/log.KeyValue</code> and
<code>go.opentelemetry.io/otel/log.Value</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li>
<li>Fix the empty output of
<code>go.opentelemetry.io/otel/log.Value</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li>
<li>Split the behavior of <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a
<code>LoggerProvider</code> only. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li>Fix wrong package name of the error message when parsing endpoint
URL in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Identify the <code>Logger</code> returned from the global
<code>LoggerProvider</code> in
<code>go.opentelemetry.io/otel/log/global</code> with its schema URL.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5661ff0ded"><code>5661ff0</code></a>
Release v1.27.0/v0.49.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li>
<li><a
href="0d3dddc17f"><code>0d3dddc</code></a>
Fix exported instrument kind const value change (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li>
<li><a
href="7aae7a88b0"><code>7aae7a8</code></a>
chore(deps): update benchmark-action/github-action-benchmark action to
v1.20....</li>
<li><a
href="8c3120f455"><code>8c3120f</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/api to
v0.0....</li>
<li><a
href="d55658e1b0"><code>d55658e</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li>
<li><a
href="49c866fbcd"><code>49c866f</code></a>
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li>
<li><a
href="999c6a07b3"><code>999c6a0</code></a>
Update all semconv use to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
<li><a
href="14441aefdf"><code>14441ae</code></a>
Identify logger with schemaURL in global logger provider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
<li><a
href="ebd0adee35"><code>ebd0ade</code></a>
Split log/logtest into a recorder and a logger (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li><a
href="0d1e77c854"><code>0d1e77c</code></a>
Fix package prefix of error in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from
1.26.0 to 1.27.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.27.0/0.49.0/0.3.0] 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add example for
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate
testing exporter and processor implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li>
<li>The count of dropped records from the <code>BatchProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li>
<li>Add metrics in the <code>otel-collector</code> example. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li>
<li>Add the synchronous gauge instrument to
<code>go.opentelemetry.io/otel/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>)
<ul>
<li>An <code>int64</code> or <code>float64</code> synchronous gauge
instrument can now be created from a <code>Meter</code>.</li>
<li>All implementations of the API
(<code>go.opentelemetry.io/otel/metric/noop</code>,
<code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support
this instrument.</li>
</ul>
</li>
<li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>Shutdown</code> method of <code>Exporter</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>
ignores the context cancellation and always returns <code>nil</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the
exporter returned by <code>New</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
ignore the context cancellation and always return <code>nil</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>Apply the value length limits to <code>Record</code> attributes in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li>De-duplicate map attributes added to a <code>Record</code> in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
won't print timestamps when <code>WithoutTimestamps</code> option is
set. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li>
<li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
exporter won't print <code>AttributeValueLengthLimit</code> and
<code>AttributeCountLimit</code> fields now, instead it prints the
<code>DroppedAttributes</code> field. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li>
<li>Improved performance in the <code>Stringer</code> implementation of
<code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the
number of allocations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li>
<li>Set the start time for last-value aggregates in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li>
<li>The <code>Span</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> will record links
without span context if either non-empty <code>TraceState</code> or
attributes are provided. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li>
<li>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Comparison of unordered maps for
<code>go.opentelemetry.io/otel/log.KeyValue</code> and
<code>go.opentelemetry.io/otel/log.Value</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li>
<li>Fix the empty output of
<code>go.opentelemetry.io/otel/log.Value</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li>
<li>Split the behavior of <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a
<code>LoggerProvider</code> only. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li>Fix wrong package name of the error message when parsing endpoint
URL in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Identify the <code>Logger</code> returned from the global
<code>LoggerProvider</code> in
<code>go.opentelemetry.io/otel/log/global</code> with its schema URL.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5661ff0ded"><code>5661ff0</code></a>
Release v1.27.0/v0.49.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li>
<li><a
href="0d3dddc17f"><code>0d3dddc</code></a>
Fix exported instrument kind const value change (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li>
<li><a
href="7aae7a88b0"><code>7aae7a8</code></a>
chore(deps): update benchmark-action/github-action-benchmark action to
v1.20....</li>
<li><a
href="8c3120f455"><code>8c3120f</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/api to
v0.0....</li>
<li><a
href="d55658e1b0"><code>d55658e</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li>
<li><a
href="49c866fbcd"><code>49c866f</code></a>
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li>
<li><a
href="999c6a07b3"><code>999c6a0</code></a>
Update all semconv use to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
<li><a
href="14441aefdf"><code>14441ae</code></a>
Identify logger with schemaURL in global logger provider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
<li><a
href="ebd0adee35"><code>ebd0ade</code></a>
Split log/logtest into a recorder and a logger (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li><a
href="0d1e77c854"><code>0d1e77c</code></a>
Fix package prefix of error in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/sdk` from 1.26.0 to 1.27.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.27.0/0.49.0/0.3.0] 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add example for
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate
testing exporter and processor implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li>
<li>The count of dropped records from the <code>BatchProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li>
<li>Add metrics in the <code>otel-collector</code> example. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li>
<li>Add the synchronous gauge instrument to
<code>go.opentelemetry.io/otel/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>)
<ul>
<li>An <code>int64</code> or <code>float64</code> synchronous gauge
instrument can now be created from a <code>Meter</code>.</li>
<li>All implementations of the API
(<code>go.opentelemetry.io/otel/metric/noop</code>,
<code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support
this instrument.</li>
</ul>
</li>
<li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>Shutdown</code> method of <code>Exporter</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>
ignores the context cancellation and always returns <code>nil</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the
exporter returned by <code>New</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
ignore the context cancellation and always return <code>nil</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>Apply the value length limits to <code>Record</code> attributes in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li>De-duplicate map attributes added to a <code>Record</code> in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
won't print timestamps when <code>WithoutTimestamps</code> option is
set. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li>
<li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
exporter won't print <code>AttributeValueLengthLimit</code> and
<code>AttributeCountLimit</code> fields now, instead it prints the
<code>DroppedAttributes</code> field. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li>
<li>Improved performance in the <code>Stringer</code> implementation of
<code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the
number of allocations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li>
<li>Set the start time for last-value aggregates in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li>
<li>The <code>Span</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> will record links
without span context if either non-empty <code>TraceState</code> or
attributes are provided. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li>
<li>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Comparison of unordered maps for
<code>go.opentelemetry.io/otel/log.KeyValue</code> and
<code>go.opentelemetry.io/otel/log.Value</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li>
<li>Fix the empty output of
<code>go.opentelemetry.io/otel/log.Value</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li>
<li>Split the behavior of <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a
<code>LoggerProvider</code> only. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li>Fix wrong package name of the error message when parsing endpoint
URL in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Identify the <code>Logger</code> returned from the global
<code>LoggerProvider</code> in
<code>go.opentelemetry.io/otel/log/global</code> with its schema URL.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5661ff0ded"><code>5661ff0</code></a>
Release v1.27.0/v0.49.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li>
<li><a
href="0d3dddc17f"><code>0d3dddc</code></a>
Fix exported instrument kind const value change (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li>
<li><a
href="7aae7a88b0"><code>7aae7a8</code></a>
chore(deps): update benchmark-action/github-action-benchmark action to
v1.20....</li>
<li><a
href="8c3120f455"><code>8c3120f</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/api to
v0.0....</li>
<li><a
href="d55658e1b0"><code>d55658e</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li>
<li><a
href="49c866fbcd"><code>49c866f</code></a>
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li>
<li><a
href="999c6a07b3"><code>999c6a0</code></a>
Update all semconv use to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
<li><a
href="14441aefdf"><code>14441ae</code></a>
Identify logger with schemaURL in global logger provider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
<li><a
href="ebd0adee35"><code>ebd0ade</code></a>
Split log/logtest into a recorder and a logger (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li><a
href="0d1e77c854"><code>0d1e77c</code></a>
Fix package prefix of error in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/trace` from 1.26.0 to 1.27.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.27.0/0.49.0/0.3.0] 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add example for
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate
testing exporter and processor implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li>
<li>Add <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing
bridge implementations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li>
<li>The count of dropped records from the <code>BatchProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li>
<li>Add metrics in the <code>otel-collector</code> example. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li>
<li>Add the synchronous gauge instrument to
<code>go.opentelemetry.io/otel/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>)
<ul>
<li>An <code>int64</code> or <code>float64</code> synchronous gauge
instrument can now be created from a <code>Meter</code>.</li>
<li>All implementations of the API
(<code>go.opentelemetry.io/otel/metric/noop</code>,
<code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support
this instrument.</li>
</ul>
</li>
<li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>Shutdown</code> method of <code>Exporter</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>
ignores the context cancellation and always returns <code>nil</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the
exporter returned by <code>New</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code>
ignore the context cancellation and always return <code>nil</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li>
<li>Apply the value length limits to <code>Record</code> attributes in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li>De-duplicate map attributes added to a <code>Record</code> in
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
won't print timestamps when <code>WithoutTimestamps</code> option is
set. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li>
<li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>
exporter won't print <code>AttributeValueLengthLimit</code> and
<code>AttributeCountLimit</code> fields now, instead it prints the
<code>DroppedAttributes</code> field. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li>
<li>Improved performance in the <code>Stringer</code> implementation of
<code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the
number of allocations. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li>
<li>Set the start time for last-value aggregates in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li>
<li>The <code>Span</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> will record links
without span context if either non-empty <code>TraceState</code> or
attributes are provided. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li>
<li>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Comparison of unordered maps for
<code>go.opentelemetry.io/otel/log.KeyValue</code> and
<code>go.opentelemetry.io/otel/log.Value</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li>
<li>Fix the empty output of
<code>go.opentelemetry.io/otel/log.Value</code> in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li>
<li>Split the behavior of <code>Recorder</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a
<code>LoggerProvider</code> only. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li>Fix wrong package name of the error message when parsing endpoint
URL in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Identify the <code>Logger</code> returned from the global
<code>LoggerProvider</code> in
<code>go.opentelemetry.io/otel/log/global</code> with its schema URL.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5661ff0ded"><code>5661ff0</code></a>
Release v1.27.0/v0.49.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li>
<li><a
href="0d3dddc17f"><code>0d3dddc</code></a>
Fix exported instrument kind const value change (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li>
<li><a
href="7aae7a88b0"><code>7aae7a8</code></a>
chore(deps): update benchmark-action/github-action-benchmark action to
v1.20....</li>
<li><a
href="8c3120f455"><code>8c3120f</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/api to
v0.0....</li>
<li><a
href="d55658e1b0"><code>d55658e</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li>
<li><a
href="49c866fbcd"><code>49c866f</code></a>
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li>
<li><a
href="999c6a07b3"><code>999c6a0</code></a>
Update all semconv use to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li>
<li><a
href="14441aefdf"><code>14441ae</code></a>
Identify logger with schemaURL in global logger provider (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li>
<li><a
href="ebd0adee35"><code>ebd0ade</code></a>
Split log/logtest into a recorder and a logger (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li>
<li><a
href="0d1e77c854"><code>0d1e77c</code></a>
Fix package prefix of error in otlploghttp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.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>
2024-05-28 17:06:16 -07:00
2024-04-08 09:52:47 -07:00
2023-07-22 12:53:23 -07:00
2020-02-05 21:38:16 -08:00
2016-06-12 17:09:12 -07:00

Kopia

Kopia Build Status Slack GoDoc Coverage StatusGo Report Card Contributor Covenant Docker Pulls Downloads

n.

  1. copy, replica (Polish)
  2. lance, spear
  3. fast and secure backup tool

Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice, to network-attached storage or server, or locally on your machine. Kopia does not 'image' your whole machine. Rather, Kopia allows you to backup/restore any and all files/directories that you deem are important or critical.

Kopia has both CLI (command-line interface) and GUI (graphical user interface) versions, making it the perfect tool for both advanced and regular users. You can read more about Kopia's unique features -- which include compression, deduplication, end-to-end 'zero knowledge' encryption, and error correction -- to get a better understanding of how Kopia works.

When ready, head to the installation page to download and install Kopia, and make sure to read the Getting Started Guide for a step-by-step walkthrough of how to use Kopia.

Pick the Cloud Storage Provider You Want

Kopia supports saving your encrypted and compressed snapshots to all of the following storage locations:

  • Amazon S3 and any cloud storage that is compatible with S3
  • Azure Blob Storage
  • Backblaze B2
  • Google Cloud Storage
  • Any remote server or cloud storage that supports WebDAV
  • Any remote server or cloud storage that supports SFTP
  • Some of the cloud storage options supported by Rclone
    • Requires you to download and setup Rclone in addition to Kopia, but after that Kopia manages/runs Rclone for you
    • Rclone support is experimental: not all the cloud storage products supported by Rclone have been tested to work with Kopia, and some may not work with Kopia; Kopia has been tested to work with Dropbox, OneDrive, and Google Drive through Rclone
  • Your local machine and any network-attached storage or server
  • Your own server by setting up a Kopia Repository Server

And Kopia uses data deduplication to save you money! Read the repositories help page for more information on supported storage locations.

With Kopia you are in full control of where to store your snapshots, that is, you pick the storage provider you want to use. You must provision and pay for the storage provider for whatever storage locations you want to use, and then tell Kopia what those storage locations are. You can even use multiple storage locations for different backup repositories if you want. Kopia also supports backing up multiple machines to the same storage location.

Kopia in Action

Using Kopia via command-line interface:

asciicast

Using Kopia via graphical user interface (note: the video is of an older version of Kopia and the interface is different in the current version of Kopia, but the main principles of the interface are the same):

Kopia UI Tutorial

Getting Started

See Kopia Documentation for more information.

Building Kopia

See Build Infrastructure for more information on building Kopia and working with the source code.

Licensing

Kopia is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Contribution Guidelines

Kopia is open source and contributions are welcome. For more information on how to contribute see the Contribution Guidelines.

Reporting Security Issues

If you find a security issue you'd like to disclose privately, please contact security@kopia.io or via direct message to maintainers on Slack.

Netlify Status

Description
No description provided
Readme 58 MiB
Languages
Go 97.3%
JavaScript 1%
Makefile 0.8%
Shell 0.6%
HTML 0.3%