Registry /
observability / bufbuild-connect-opentelemetry-go
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.