Registry / observability / repo-goapi

repo-goapi

JSON →
library0.0.0-20240121115150-9d4b301fb33egogounverified

Package goapi provides the Go API for Apache SkyWalking, enabling instrumentation and tracing.

go get skywalking.apache.org/repo/goapi
INSTALL
IMPORT
SIG · REPO-GOAPI
R
repo-goapi
observabilitygov0.0.0-20240121115150-9d4b301fb33e
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.

goapi
skywalking.apache.org/repo/goapi

Creates a new SkyWalking tracer.

package main import ( "fmt" "skywalking.apache.org/repo/goapi" ) func main() { // Example: create a tracer tracer, err := goapi.NewTracer("service") if err != nil { panic(err) } fmt.Println(tracer) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240121115150-9d4b301fb33elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
repo-goapi — go get repo-goapi · libregistry