Registry / observability / google-slowjam

google-slowjam

JSON →
library1.1.2gogounverified

A tool for analyzing and visualizing slow HTTP requests in Go applications.

go get github.com/google/slowjam
INSTALL
IMPORT
SIG · GOOGLE-SLOWJAM
G
google-slowjam
observabilitygov1.1.2
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.

slowjam
github.com/google/slowjam

Wraps an HTTP handler with slow request analysis.

package main import ( "fmt" "github.com/google/slowjam" ) func main() { // Example usage: wrap an HTTP handler handler := slowjam.Wrap(http.DefaultServeMux) fmt.Println(handler) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
google-slowjam — go get google-slowjam · libregistry