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
|
Source: golang-opentelemetry-otel
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-benbjohnson-clock-dev,
golang-github-google-go-cmp-dev,
golang-github-masterminds-semver-dev (>= 3.1.1~),
golang-github-stretchr-testify-dev,
golang-golang-x-sys-dev,
golang-gopkg-yaml.v2-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-otel
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-otel.git
Homepage: https://github.com/open-telemetry/opentelemetry-go
Rules-Requires-Root: no
XS-Go-Import-Path: go.opentelemetry.io/otel
Package: golang-opentelemetry-otel-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-masterminds-semver-dev (>= 3.1.1~),
golang-golang-x-sys-dev,
golang-gopkg-yaml.v2-dev,
${misc:Depends},
Description: OpenTelemetry Go API and SDK
OpenTelemetry-Go is the Go implementation of OpenTelemetry. It provides a set
of APIs to directly measure performance and behavior of your software and send
this data to observability platforms.
|