File tree 5 files changed +5
-3
lines changed
github.com/go-kit/kit/otelkit
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
32
32
### Deprecated
33
33
34
34
- The ` go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego ` module is deprecated. (#4092 )
35
+ - The ` go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit ` module is deprecated. (#4093 )
35
36
36
37
### Removed
37
38
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ The following instrumentation packages are provided for popular Go packages and
46
46
| [ github.com/bradfitz/gomemcache] ( ./github.com/bradfitz/gomemcache/memcache/otelmemcache ) | | ✓ |
47
47
| [ github.com/emicklei/go-restful] ( ./github.com/emicklei/go-restful/otelrestful ) | | ✓ |
48
48
| [ github.com/gin-gonic/gin] ( ./github.com/gin-gonic/gin/otelgin ) | | ✓ |
49
- | [ github.com/go-kit/kit] ( ./github.com/go-kit/kit/otelkit ) | | ✓ |
50
49
| [ github.com/gocql/gocql] ( ./github.com/gocql/gocql/otelgocql ) | ✓ | ✓ |
51
50
| [ github.com/gorilla/mux] ( ./github.com/gorilla/mux/otelmux ) | | ✓ |
52
51
| [ github.com/labstack/echo] ( ./github.com/labstack/echo/otelecho ) | | ✓ |
Original file line number Diff line number Diff line change 19
19
// For instrumenting the transport layer,
20
20
// look at the instrumentation libraries provided by go.opentelemetry.io/contrib.
21
21
// Learn more about go-kit's layers at https://gokit.io/faq/#architecture-and-design.
22
+ //
23
+ // Deprecated: This module is no longer supported.
22
24
package otelkit // import "go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
sdktrace "go.opentelemetry.io/otel/sdk/trace"
30
30
oteltrace "go.opentelemetry.io/otel/trace"
31
31
32
- "go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit"
32
+ "go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit" //nolint:staticcheck // This is deprecated and will be removed in the next release.
33
33
)
34
34
35
35
var tracer = otel .Tracer ("kit-server" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/stretchr/testify/assert"
23
23
"github.com/stretchr/testify/require"
24
24
25
- "go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit"
25
+ "go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit" //nolint:staticcheck // This is deprecated and will be removed in the next release.
26
26
"go.opentelemetry.io/otel"
27
27
"go.opentelemetry.io/otel/attribute"
28
28
"go.opentelemetry.io/otel/codes"
You can’t perform that action at this time.
0 commit comments