Registry / observability / pyroscope-io-pyroscope

pyroscope-io-pyroscope

JSON →
library1.21.1gogounverified

A continuous profiling platform for Go applications, providing tools to analyze performance bottlenecks.

go get github.com/pyroscope-io/pyroscope
INSTALL
IMPORT
SIG · PYROSCOPE-IO-PYROS
P
pyroscope-io-pyroscope
observabilitygov1.21.1
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.

pyroscope
github.com/pyroscope-io/pyroscope

Start profiling a Go application with Pyroscope.

package main import ( "github.com/pyroscope-io/pyroscope/pkg/agent/profiler" ) func main() { profiler.Start(profiler.Config{ ApplicationName: "myapp", ServerAddress: "http://localhost:4040", }) defer profiler.Stop() // Your application code here }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
pyroscope-io-pyroscope — go get pyroscope-io-pyroscope · libregistry