Source: golang-opentelemetry-collector Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-cenkalti-backoff-dev, golang-github-foxboron-go-tpm-keyfiles-dev, golang-github-gobwas-glob-dev, golang-github-google-go-tpm-dev, golang-github-google-go-tpm-tools-dev, golang-github-hashicorp-go-version-dev, golang-github-knadh-koanf-dev, golang-github-mostynb-go-grpc-compression-dev, golang-github-rs-cors-dev, golang-github-shirou-gopsutil-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, golang-google-genproto-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-opentelemetry-contrib-dev, golang-opentelemetry-otel-dev (>= 1.43.0-2), Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-collector Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-collector.git Homepage: https://github.com/open-telemetry/opentelemetry-collector XS-Go-Import-Path: go.opentelemetry.io/collector Package: golang-opentelemetry-collector-dev Architecture: all Multi-Arch: foreign Depends: golang-github-cenkalti-backoff-dev, golang-github-foxboron-go-tpm-keyfiles-dev, golang-github-gobwas-glob-dev, golang-github-google-go-tpm-dev, golang-github-google-go-tpm-tools-dev, golang-github-hashicorp-go-version-dev, golang-github-knadh-koanf-dev, golang-github-mostynb-go-grpc-compression-dev, golang-github-rs-cors-dev, golang-github-shirou-gopsutil-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, golang-google-genproto-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-opentelemetry-contrib-dev, golang-opentelemetry-otel-dev (>= 1.43.0-2), ${misc:Depends}, 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.