typos and double words

This commit is contained in:
Jim Park 2020-04-28 10:09:14 -07:00
parent 2738408d10
commit 4db0b95c2c
No known key found for this signature in database
GPG Key ID: 5EF3A06134D3B1CA
1 changed files with 8 additions and 7 deletions

View File

@ -11,15 +11,16 @@ tags:
team: Core Infrastructure
---
All managed services will have trade-offs, when we adopted AWS ElastiCache we
could no longer use Datadog's excellent excellent [Redis
All managed services will have trade-offs. When Scribd adopted AWS ElastiCache we
could no longer use Datadog's excellent [Redis
integration](https://docs.datadoghq.com/integrations/redisdb/)
and some killer metrics we couldn't live without.
and lost some killer metrics we couldn't live without.
We deployed the [AWS ElastiCache
integration](https://docs.datadoghq.com/integrations/amazon_elasticache/#overview).
for Datadog which returned some of the desired metrics back to our dashbards
with one notable exception: "slowlog" metrics. The Redis
[`SLOWLOG`](https://redis.io/commands/slowlog) is used to help identify queries
integration](https://docs.datadoghq.com/integrations/amazon_elasticache/#overview)
for Datadog which returned the desired metrics back to our dashbards
with one notable exception: "slowlog" metrics.
The Redis [`SLOWLOG`](https://redis.io/commands/slowlog) is used to help identify queries
which are taking too long to execute. We use the slowlog metrics provided by the
Datadog Redis integration alert us when a Redis server's behavior starts to go
south, a key indicator of looming user-impactful production issues.