1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: golang-opentelemetry-contrib
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-felixge-httpsnoop-dev,
golang-github-google-go-cmp-dev,
golang-github-gorilla-mux-dev,
golang-github-sirupsen-logrus-dev,
golang-github-stretchr-testify-dev,
golang-go.uber-zap-dev,
golang-google-grpc-dev,
golang-google-protobuf-dev,
golang-opentelemetry-otel-dev (>= 1.31),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://pkg.go.dev/go.opentelemetry.io/contrib
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-contrib
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-contrib.git
XS-Go-Import-Path: go.opentelemetry.io/contrib
Package: golang-opentelemetry-contrib-dev
Architecture: all
Depends:
golang-github-felixge-httpsnoop-dev,
golang-github-sirupsen-logrus-dev,
golang-go.uber-zap-dev,
golang-google-grpc-dev,
golang-google-protobuf-dev,
golang-opentelemetry-otel-dev (>= 1.31),
${misc:Depends},
Breaks:
golang-github-prometheus-prometheus-dev (<< 2.45.6+ds-6)
Description: Collection of 3rd-party packages for OpenTelemetry-Go
OpenTelemetry-Go Contrib is a collection of extensions for the
opentelemetry project. It provides 3rd parth resource detectors,
propagators, samplers, and instrumentation as submodules.
.
OpenTelemetry-Go Contrib contains common values used across all
instrumentation, exporter, and detector contributions.
|