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
|
Source: golang-go.opencensus
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>,
Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev (>= 0.3.0),
golang-github-golang-groupcache-dev,
golang-github-stretchr-testify-dev (>= 1.4.1),
golang-golang-x-net-dev,
golang-google-grpc-dev (>= 1.20.1),
golang-goprotobuf-dev (>= 1.3.1)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go.opencensus
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go.opencensus.git
Homepage: https://github.com/census-instrumentation/opencensus-go
XS-Go-Import-Path: go.opencensus.io
Package: golang-go.opencensus-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-google-go-cmp-dev (>= 0.3.0),
golang-github-golang-groupcache-dev,
golang-github-stretchr-testify-dev (>= 1.4.1),
golang-golang-x-net-dev,
golang-google-grpc-dev (>= 1.20.1),
golang-goprotobuf-dev (>= 1.3.1)
Description: Stats collection and distributed tracing framework
OpenCensus Go is a Go implementation of OpenCensus, a toolkit for
collecting application performance and behavior monitoring data.
Currently it consists of three major components: tags, stats and tracing.
|