Registry / observability / pyroscope-io-client

pyroscope-io-client

JSON →
library1.2.8gogounverified

Go client library for sending profiling data to Pyroscope server.

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

Starts profiling with Pyroscope.

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

No known issues recorded.

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

No dependency data recorded yet.

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