Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,068 contributions in the last year
Contribution activity
October 2020
Created a pull request in go-redis/redisext that received 1 comment
Move OpenCensus instrumentation to a sub-package
@veera83372 I've moved OpenCensus instrumentation to rediscensus package. Please take a look and let me know if you have a preference for package n…
Created an issue in go-redis/redis that received 14 comments
cannot find package "go.opentelemetry.io/otel/api/trace"
To fix cannot find package "go.opentelemetry.io/otel/api/trace":
Make sure to initialize a Go module: go mod init github.com/my/repo
Make sure …