File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ tags:
11
11
team : Core Infrastructure
12
12
---
13
13
14
- All managed services will have trade-offs, when we adopted AWS ElastiCache we
15
- could no longer use Datadog's excellent excellent [ Redis
14
+ All managed services will have trade-offs. When Scribd adopted AWS ElastiCache we
15
+ could no longer use Datadog's excellent [ Redis
16
16
integration] ( https://docs.datadoghq.com/integrations/redisdb/ )
17
- and some killer metrics we couldn't live without.
17
+ and lost some killer metrics we couldn't live without.
18
18
We deployed the [ AWS ElastiCache
19
- integration] ( https://docs.datadoghq.com/integrations/amazon_elasticache/#overview ) .
20
- for Datadog which returned some of the desired metrics back to our dashbards
21
- with one notable exception: "slowlog" metrics. The Redis
22
- [ ` SLOWLOG ` ] ( https://redis.io/commands/slowlog ) is used to help identify queries
19
+ integration] ( https://docs.datadoghq.com/integrations/amazon_elasticache/#overview )
20
+ for Datadog which returned the desired metrics back to our dashbards
21
+ with one notable exception: "slowlog" metrics.
22
+
23
+ The Redis [ ` SLOWLOG ` ] ( https://redis.io/commands/slowlog ) is used to help identify queries
23
24
which are taking too long to execute. We use the slowlog metrics provided by the
24
25
Datadog Redis integration alert us when a Redis server's behavior starts to go
25
26
south, a key indicator of looming user-impactful production issues.
You can’t perform that action at this time.
0 commit comments