diff --git a/src/markdown-pages/instant-observability/build-a-quickstart/create-a-dashboard.mdx b/src/markdown-pages/instant-observability/build-a-quickstart/create-a-dashboard.mdx index 1f7f8c63e..e8f756072 100644 --- a/src/markdown-pages/instant-observability/build-a-quickstart/create-a-dashboard.mdx +++ b/src/markdown-pages/instant-observability/build-a-quickstart/create-a-dashboard.mdx @@ -129,7 +129,7 @@ Here, you observe the total number of cache hits using a line chart. ### Keys -Use the following query to get keys chart. +Use the following query to count the number of keys in your database. ```sql SELECT count(fdb_keys) FROM Metric TIMESERIES diff --git a/src/markdown-pages/instant-observability/build-a-quickstart/create-alerts.mdx b/src/markdown-pages/instant-observability/build-a-quickstart/create-alerts.mdx index 51f2212e5..3b82ba3b4 100644 --- a/src/markdown-pages/instant-observability/build-a-quickstart/create-alerts.mdx +++ b/src/markdown-pages/instant-observability/build-a-quickstart/create-alerts.mdx @@ -14,7 +14,7 @@ Each procedure in this lab builds on top of the last one, so make sure you [_Cre -New Relic alerts allow you to monitor your services and notify you about problems that you're interested in, so you can react fast to troubleshoot and resolve them. +With New Relic alerts, you can monitor your services and receive notifications about problems that you're interested in, so you can react fast to troubleshoot and resolve them.