Initial attempt at OpenTelemetry support #873
Open
Annotations
10 errors
|
golangci-lint:
main.go#L446
SA1019: otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
|
|
golangci-lint:
main.go#L444
SA1019: otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. (staticcheck)
|
|
golangci-lint:
config/proxy.go#L75
SA1019: otelgrpc.UnaryClientInterceptor is deprecated: Use [NewClientHandler] instead. (staticcheck)
|
|
golangci-lint:
config/proxy.go#L74
SA1019: otelgrpc.StreamClientInterceptor is deprecated: Use [NewClientHandler] instead. (staticcheck)
|
|
golangci-lint:
config/config_test.go#L715
Error return value of `os.Setenv` is not checked (errcheck)
|
|
golangci-lint:
config/config_test.go#L711
Error return value of `os.Unsetenv` is not checked (errcheck)
|
|
golangci-lint:
config/config_test.go#L710
Error return value of `os.Unsetenv` is not checked (errcheck)
|
|
golangci-lint:
config/config_test.go#L695
Error return value of `os.Unsetenv` is not checked (errcheck)
|
|
golangci-lint:
config/config_test.go#L693
Error return value of `os.Setenv` is not checked (errcheck)
|
|
golangci-lint:
config/config_test.go#L690
Error return value of `os.Setenv` is not checked (errcheck)
|
Loading