Updates opentelemetry dependencies from 1.27.0 to 1.28.0. - go.opentelemetry.io/otel - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc - go.opentelemetry.io/otel/sdk - go.opentelemetry.io/otel/trace https://github.com/open-telemetry/opentelemetry-go Change Log https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md 1.28.0/0.50.0/0.4.0 2024-07-02 Added: The IsEmpty method is added to the Instrument type in go.opentelemetry.io/otel/sdk/metric This method is used to check if an Instrument instance is a zero-value. (https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5431) Store and provide the emitted context.Context in ScopeRecords of go.opentelemetry.io/otel/sdk/log/logtest. (https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5468) The go.opentelemetry.io/otel/semconv/v1.26.0 package. The package contains semantic conventions from the v1.26.0 version of the OpenTelemetry Semantic Conventions. (https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5476) The AssertRecordEqual method to go.opentelemetry.io/otel/log/logtest to allow comparison of two log records in tests. (https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5499) The WithHeaders option to go.opentelemetry.io/otel/exporters/zipkin to allow configuring custom http headers while exporting spans. (https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5530) --- Changed <ul> <li><code>Tracer.Start</code> in <code>go.opentelemetry.io/otel/trace/noop</code> no longer allocates a span for empty span context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5457">#5457</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in <code>go.opentelemetry.io/otel/example/otel-collector</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in <code>go.opentelemetry.io/otel/example/zipkin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in <code>go.opentelemetry.io/otel/exporters/zipkin</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>) <ul> <li>The exporter no longer exports the deprecated "otel.library.name" or "otel.library.version" attributes.</li> </ul> </li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in <code>go.opentelemetry.io/otel/sdk/resource</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.25.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.26.0</code> in <code>go.opentelemetry.io/otel/sdk/trace</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5490">#5490</a>)</li> <li><code>SimpleProcessor.OnEmit</code> in <code>go.opentelemetry.io/otel/sdk/log</code> no longer allocates a slice which makes it possible to have a zero-allocation log processing using <code>SimpleProcessor</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5493">#5493</a>)</li> <li>Use non-generic functions in the <code>Start</code> method of <code>"go.opentelemetry.io/otel/sdk/trace".Trace</code> to reduce memory allocation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5497">#5497</a>)</li> <li><code>service.instance.id</code> is populated for a <code>Resource</code> created with <code>"go.opentelemetry.io/otel/sdk/resource".Default</code> with a default value when <code>OTEL_GO_X_RESOURCE</code> is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5520">#5520</a>)</li> <li>Improve performance of metric instruments in <code>go.opentelemetry.io/otel/sdk/metric</code> by removing unnecessary calls to <code>time.Now</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5545">#5545</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Log a warning to the OpenTelemetry internal logger when a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code> drops an attribute due to a limit being reached. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5376">#5376</a>)</li> <li>Identify the <code>Tracer</code> returned from the global <code>TracerProvider</code> in <code>go.opentelemetry.io/otel/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5426">#5426</a>)</li> <li>Identify the <code>Meter</code> returned from the global <code>MeterProvider</code> in <code>go.opentelemetry.io/otel/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5426">#5426</a>)</li> <li>Log a warning to the OpenTelemetry internal logger when a <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> drops an attribute, event, or link due to a limit being reached. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5434">#5434</a>)</li> <li>Document instrument name requirements in <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5435">#5435</a>)</li> <li>Prevent random number generation data-race for experimental rand exemplars in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5456">#5456</a>)</li> <li>Fix counting number of dropped attributes of <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5464">#5464</a>)</li> <li>Fix panic in baggage creation when a member contains <code>0x80</code> char in key or value. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5494">#5494</a>)</li> <li>Correct comments for the priority of the <code>WithEndpoint</code> and <code>WithEndpointURL</code> options and their corresponding environment variables in <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5508">#5508</a>)</li> <li>Retry trace and span ID generation if it generated an invalid one in <code>go.opentelemetry.io/otel/sdk/trace</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5514">#5514</a>)</li> <li>Fix stale timestamps reported by the last-value aggregation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5517">#5517</a>)</li> <li>Indicate the <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code> must be created by the <code>New</code> method. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5521">#5521</a>)</li> <li>Improved performance in all <code>{Bool,Int64,Float64,String}SliceValue</code> functions of <code>go.opentelemetry.io/attributes</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5549">#5549</a>)</li> --- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Kopia
n.
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:
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):
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.
