Skip to content

Commit 412a4a8

Browse files
Add link to go-redis/redis OpenTelemetry integration (#117)
* update instrumentation readme to include link to go-redis otel instrumentation * increase size of header * address PR feedback to change package name and links Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
1 parent 19be05c commit 412a4a8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

instrumentation/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ Additionally the following guidelines for package composition need to be followe
3535
This documentation SHOULD be in a dedicated `doc.go` file if the package is more than one file.
3636
It SHOULD contain useful information like what the purpose of the instrumentation is, how to use it, and any compatibility restrictions that might exist.
3737
- Examples of how to actually use the instrumentation SHOULD be included.
38+
39+
## Additional Instrumentation Packages
40+
41+
Below are additional instrumentation packages outside of the opentelemetry-go-contrib repo:
42+
43+
| Package Name | Documentation | Notes |
44+
| :----------: | :-----------: | :---: |
45+
| [`github.com/go-redis/redis/v8/redisext`](https://github.com/go-redis/redis/blob/v8.0.0-beta.5/redisext/otel.go) | [Go Docs](https://pkg.go.dev/github.com/go-redis/redis/v8@v8.0.0-beta.5.0.20200614113957-5b4d00c217b0/redisext?tab=doc) | Trace only; add the hook found [here](https://github.com/go-redis/redis/blob/v8.0.0-beta.5/redisext/otel.go) to your go-redis client. |

0 commit comments

Comments
 (0)