Skip to content

jagreehal/autolemetry-go

Repository files navigation

⚠️ This package has moved

This package has been renamed to github.com/jagreehal/autotel-go.

Migration

Update your imports:

// Old
import "github.com/jagreehal/autolemetry-go"

// New  
import "github.com/jagreehal/autotel-go"

This package will continue to work as a redirect, but we recommend updating to the new import path.

New Package

👉 github.com/jagreehal/autotel-go

All functionality remains the same, just with a new name.

Quick Start

go get github.com/jagreehal/autotel-go
import "github.com/jagreehal/autotel-go"

func main() {
    cleanup, err := autotel.Init(context.Background(),
        autotel.WithService("my-service"),
    )
    if err != nil {
        log.Fatal(err)
    }
    defer cleanup()
}

See the autotel-go README for complete documentation.

About

Write once, observe everywhere

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors