Registry / observability / bufbuild-connect-opentelemetry-go

bufbuild-connect-opentelemetry-go

JSON →
library0.4.0gogounverified

Provides OpenTelemetry tracing and metrics for Connect-Go servers and clients.

go get github.com/bufbuild/connect-opentelemetry-go
INSTALL
IMPORT
SIG · BUFBUILD-CONNECT-O
B
bufbuild-connect-opentelemetry-go
observabilitygov0.4.0
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.

otelconnect
✓ github.com/bufbuild/connect-opentelemetry-go

Add OpenTelemetry interceptor to a Connect-Go handler.

package main import ( "net/http" "github.com/bufbuild/connect-opentelemetry-go" "github.com/bufbuild/connect-go" ) func main() { mux := http.NewServeMux() mux.Handle("/", connect.NewHandler(&myService{}, otelconnect.NewInterceptor())) http.ListenAndServe(":8080", mux) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
OpenAI (training)
1
Resources
bufbuild-connect-opentelemetry-go — go get bufbuild-connect-opentelemetry-go · libregistry