Skip to content

Commit

Permalink
refactor(OpenTelemetry): move to public API (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Sep 23, 2024
1 parent d41ae37 commit 8fe8b4f
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"time"
"unicode/utf8"

"github.com/openfga/go-sdk/internal/telemetry"
"github.com/openfga/go-sdk/telemetry"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion api_open_fga.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"strings"
"time"

telemetry "github.com/openfga/go-sdk/internal/telemetry"
internalutils "github.com/openfga/go-sdk/internal/utils"
telemetry "github.com/openfga/go-sdk/telemetry"
)

// Linger please
Expand Down
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (

fgaSdk "github.com/openfga/go-sdk"
"github.com/openfga/go-sdk/credentials"
"github.com/openfga/go-sdk/internal/telemetry"
internalutils "github.com/openfga/go-sdk/internal/utils"
"github.com/openfga/go-sdk/telemetry"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"net/http"

"github.com/openfga/go-sdk/credentials"
"github.com/openfga/go-sdk/internal/telemetry"
"github.com/openfga/go-sdk/telemetry"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion oauth2/internal/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"sync"
"time"

"github.com/openfga/go-sdk/internal/telemetry"
internalutils "github.com/openfga/go-sdk/internal/utils"
"github.com/openfga/go-sdk/telemetry"
)

const cMaxRetry = 3
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8fe8b4f

Please sign in to comment.