Review: golang-opentelemetry-collector 0.141.0-1
Package Information
| Description | OpenTelemetry Collector (library) The OpenTelemetry Collector offers a vendor-agnostic implementation for receiving, processing, and exporting telemetry data. It acts as a central proxy that can shift the responsibility of managing observability data away from the application, allowing for more flexible configurations without needing to modify service code. The collector supports various data formats and protocols through a pipeline-based architecture where data flows from receivers through processors to exporters. By centralizing telemetry collection, it enables features such as batching, retrying, and data scrubbing before the information is sent to a backend storage or analysis platform. This design ensures that observability systems can scale independently of the applications they monitor while maintaining high performance and reliability across distributed environments. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Andrew Lee (李健秋) <ajqlee@debian.org> |
| Sponsor | ajqlee@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-collector.git (browse) |
| Closes | #1080354 |
| Tracker | https://tracker.debian.org/pkg/golang-opentelemetry-collector |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Fri, 22 May 2026 12:51:16 +0200 |
| Source | golang-opentelemetry-collector |
| Version | 0.141.0-1 |
| Changed-By | Andrew Lee (李健秋) |
| Architecture | source all |
Changelog
golang-opentelemetry-collector (0.141.0-1) unstable; urgency=medium . * Initial release (Closes: 1080354)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-opentelemetry-collector-dev deb golang optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/open-telemetry/opentelemetry-collector
Upstream-Name: opentelemetry-collector
Upstream-Contact: https://github.com/open-telemetry/opentelemetry-collector/issues
Files-Excluded:: favicons/favicon.ico
Comment: Exclude and drop privacy-breach-logo.
Files: *
Copyright: 2019 OpenTelemetry - CNCF
License: Apache-2.0
Files: cmd/mdatagen/third_party/golint/*
Copyright: 2013 The Go Authors.
License: BSD-3-clause
Files: confmap/internal/third_party/composehook/compose_hook.go
Copyright: 2013 Mitchell Hashimoto
License: Expat
Files: debian/*
Copyright: 2025 Andrew Lee (李健秋) <ajqlee@debian.org>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Comment:
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Review Information
accepted — allocated to awm 2 hours ago, started 2 hours ago, completed 1 hour ago.
Final Comment
Hi,
Please review the "Author Check" note and perhaps add the missing authors
for your next upload.
Thanks!
Public Notes
Missed Author Check
Command: dnq author-check -prepare
Exit code: 0
Author check: scanned 2395 files.
NOT IN debian/copyright (3):
gRPC authors
config/configgrpc/configgrpc_benchmark_test.go:2
Michal Witkowski
config/configgrpc/wrappedstream.go:2
config/configgrpc/wrappedstream_test.go:3
Uber Technologies, Inc
internal/memorylimiter/cgroups/cgroup.go:6
internal/memorylimiter/cgroups/cgroup_test.go:6
internal/memorylimiter/cgroups/cgroups.go:6
internal/memorylimiter/cgroups/cgroups_test.go:6
internal/memorylimiter/cgroups/doc.go:6
... and 6 more files
Result: ATTENTION REQUIRED — 3 authors not in debian/copyright
License Check
Command: dnq license-check -prepare
Exit code: 0
License check [main]:
Found 3 unique license identifier(s) in debian/copyright:
COMPATIBLE (3):
Apache-2.0 [Note: not compatible with GPL-2]
BSD-3-clause
Expat [alias for MIT (Expat)]
Result: ALL LICENSES RECOGNIZED AS DFSG-COMPATIBLE