Skip to content

Commit 4db0b95

Browse files
committed
typos and double words
1 parent 2738408 commit 4db0b95

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

_posts/2020-04-28-elasticache-slowlog-metrics-for-datadog.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ tags:
1111
team: Core Infrastructure
1212
---
1313

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
1616
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.
1818
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
2324
which are taking too long to execute. We use the slowlog metrics provided by the
2425
Datadog Redis integration alert us when a Redis server's behavior starts to go
2526
south, a key indicator of looming user-impactful production issues.

0 commit comments

Comments
 (0)