File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/exaring /otelpgx.svg )] ( https://pkg.go.dev/github.com/exaring /otelpgx )
1+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/overmindtech /otelpgx.svg )] ( https://pkg.go.dev/github.com/overmindtech /otelpgx )
22
33# otelpgx
44
@@ -21,7 +21,7 @@ go get github.com/jackc/pgx/v5
2121Install the library:
2222
2323``` go
24- go get github.com /exaring /otelpgx
24+ go get github.com /overmindtech /otelpgx
2525```
2626
2727Create the tracer as part of your connection:
Original file line number Diff line number Diff line change 1- module github.com/exaring /otelpgx
1+ module github.com/overmindtech /otelpgx
22
33go 1.22.0
44
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
2121)
2222
2323const (
24- tracerName = "github.com/exaring /otelpgx"
25- meterName = "github.com/exaring /otelpgx"
24+ tracerName = "github.com/overmindtech /otelpgx"
25+ meterName = "github.com/overmindtech /otelpgx"
2626)
2727
2828const (
Original file line number Diff line number Diff line change 88 "os"
99 "testing"
1010
11- "github.com/exaring /otelpgx"
11+ "github.com/overmindtech /otelpgx"
1212 "github.com/jackc/pgx/v5/pgxpool"
1313 sdktrace "go.opentelemetry.io/otel/sdk/trace"
1414 "go.opentelemetry.io/otel/sdk/trace/tracetest"
You can’t perform that action at this time.
0 commit comments