Skip to content

Commit

Permalink
Merge pull request #656 from newrelic/revert-634-feature/nrredis-v8
Browse files Browse the repository at this point in the history
Revert "feature: instrument go-redis v9"
  • Loading branch information
iamemilio authored Mar 30, 2023
2 parents b7e5ada + ce11cf7 commit 0a31403
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 671 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ package primitives can be found [here](GUIDE.md#datastore-segments).
| [jmoiron/sqlx](https://github.com/jmoiron/sqlx) | Use a supported [database driver](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrpq/example/sqlx) or [builtin instrumentation](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#InstrumentSQLConnector) | Instrument database calls with SQLx |
| [go-redis/redis](https://github.com/go-redis/redis) | [v3/integrations/nrredis-v7](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrredis-v7) | Instrument Redis 7 calls |
| [go-redis/redis](https://github.com/go-redis/redis) | [v3/integrations/nrredis-v8](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrredis-v8) | Instrument Redis 8 calls |
| [redis/go-redis](https://github.com/redis/go-redis) | [v3/integrations/nrredis-v9](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrredis-v9) | Instrument Redis 9 calls |
| [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | [v3/integrations/nrsqlite3](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrsqlite3) | Instrument SQLite driver |
| [snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | [v3/integrations/nrsnowflake](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrsnowflake) | Instrument Snowflake driver |
| [mongodb/mongo-go-driver](https://github.com/mongodb/mongo-go-driver) | [v3/integrations/nrmongo](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrmongo) | Instrument MongoDB calls |
Expand Down
206 changes: 0 additions & 206 deletions v3/integrations/nrredis-v9/LICENSE.txt

This file was deleted.

10 changes: 0 additions & 10 deletions v3/integrations/nrredis-v9/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions v3/integrations/nrredis-v9/example/main.go

This file was deleted.

11 changes: 0 additions & 11 deletions v3/integrations/nrredis-v9/go.mod

This file was deleted.

Loading

0 comments on commit 0a31403

Please sign in to comment.