Registry / observability / go-profiler

go-profiler

JSON →
library0.6.0gogounverified

Google Cloud Profiler client library for continuous profiling of Go applications.

go get cloud.google.com/go/profiler
INSTALL
IMPORT
SIG · GO-PROFILER
G
go-profiler
observabilitygov0.6.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.

profiler
cloud.google.com/go/profiler

Start the Cloud Profiler agent

package main import ( "cloud.google.com/go/profiler" ) func main() { if err := profiler.Start(profiler.Config{ Service: "my-service", ServiceVersion: "1.0.0", }); err != nil { panic(err) } // Your application code here }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
go-profiler — go get go-profiler · libregistry