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
|
Source: golang-opentelemetry-proto
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Shengjing Zhu <zhsj@debian.org>,
Testsuite: autopkgtest-pkg-go
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-grpc-ecosystem-grpc-gateway-dev (>= 2.20.0),
golang-google-grpc-dev (>= 1.64.0),
golang-google-protobuf-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-proto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-proto.git
Homepage: https://github.com/open-telemetry/opentelemetry-proto-go
Rules-Requires-Root: no
XS-Go-Import-Path: go.opentelemetry.io/proto
Package: golang-opentelemetry-proto-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-grpc-ecosystem-grpc-gateway-dev (>= 2.20.0),
golang-google-grpc-dev (>= 1.64.0),
golang-google-protobuf-dev,
${misc:Depends},
Description: OpenTelemetry Go API and SDK - proto
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.
.
This package contains the proto module.
|