Registry / observability / contrib-zpages

contrib-zpages

JSON →
library0.69.0gogounverified

Package zpages implements a collection of HTML pages that display telemetry stats.

go get go.opentelemetry.io/contrib/zpages
INSTALL
IMPORT
SIG · CONTRIB-ZPAGES
C
contrib-zpages
observabilitygov0.69.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.

zpages
go.opentelemetry.io/contrib/zpages

Serve zPages on /debug endpoint

package main import ( "net/http" "go.opentelemetry.io/contrib/zpages" ) func main() { mux := http.NewServeMux() zpages.Handle(mux, "/debug") http.ListenAndServe(":8080", mux) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
contrib-zpages — go get contrib-zpages · libregistry