From 36223c9349f0c78a386df4a38c00a077cc38cdce Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Mon, 12 Oct 2020 17:03:45 +0300 Subject: [PATCH] readme: mention OpenCensus --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60e0d807..28c1f0b2 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ ## Ecosystem -- [redisext](https://github.com/go-redis/redisext) - tracing using OpenTelemetryHook. +- [redisext](https://github.com/go-redis/redisext) - tracing using OpenTelemetry and OpenCensus. +- [Distributed Locks](https://github.com/bsm/redislock). - [Redis Cache](https://github.com/go-redis/cache). - [Rate limiting](https://github.com/go-redis/redis_rate). -- [Distributed Locks](https://github.com/bsm/redislock). ## Features