Registry / http-client / linki-instrumented-http

linki-instrumented-http

JSON →
library0.3.0gogounverified

Package instrumented_http provides a drop-in metrics-enabled replacement for any http.Client or http.RoundTripper.

go get github.com/linki/instrumented_http
INSTALL
IMPORT
SIG · LINKI-INSTRUMENTED
L
linki-instrumented-http
http-clientgov0.3.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.

instrumented_http
github.com/linki/instrumented_http

Creates an instrumented HTTP client with default metrics.

package main import ( "net/http" "github.com/linki/instrumented_http" ) func main() { client := instrumented_http.NewClient(nil) resp, _ := client.Get("https://example.com") defer resp.Body.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
linki-instrumented-http — go get linki-instrumented-http · libregistry