Registry / observability / azure-go-autorest-tracing

azure-go-autorest-tracing

JSON →
librarygogounverified

Package tracing provides tracing utilities for Azure Go SDK clients built with AutoRest.

go get github.com/Azure/go-autorest/tracing
INSTALL
IMPORT
SIG · AZURE-GO-AUTOREST-
A
azure-go-autorest-tracing
observabilitygo
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.

tracing
github.com/Azure/go-autorest/tracing

Register a tracer for Azure SDK operations.

package main import ( "context" "fmt" "github.com/Azure/go-autorest/tracing" ) func main() { // Register a tracer tracer := tracing.NewTracer() tracing.Register(tracer) ctx := context.Background() // Use tracer in HTTP requests fmt.Println("Tracer registered:", tracer) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
azure-go-autorest-tracing — go get azure-go-autorest-tracing · libregistry