Registry / serialization / census-instrumentation-opencensus-proto

census-instrumentation-opencensus-proto

JSON →
library0.4.1gogounverified

Protocol buffer definitions for OpenCensus tracing and metrics.

go get github.com/census-instrumentation/opencensus-proto
INSTALL
IMPORT
SIG · CENSUS-INSTRUMENTA
C
census-instrumentation-opencensus-proto
serializationgov0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

trace
github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1

Use OpenCensus trace protocol buffer types

package main import ( "fmt" tracepb "github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1" ) func main() { span := &tracepb.Span{Name: &tracepb.TruncatableString{Value: "test"}} fmt.Println(span.GetName().GetValue()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
census-instrumentation-opencensus-proto — go get census-instrumentation-opencensus-proto · libregistry