From 0a4c53b239dc207da7cff52b448db2230242b106 Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 5 Dec 2024 17:30:17 +0530 Subject: [PATCH] lingustic improvement --- .../docs/data-apis/manage-data/drop-data-using-nerdgraph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/data-apis/manage-data/drop-data-using-nerdgraph.mdx b/src/content/docs/data-apis/manage-data/drop-data-using-nerdgraph.mdx index fb4b3b19f7a..1b89a76550a 100644 --- a/src/content/docs/data-apis/manage-data/drop-data-using-nerdgraph.mdx +++ b/src/content/docs/data-apis/manage-data/drop-data-using-nerdgraph.mdx @@ -36,7 +36,7 @@ Learn more about dropping data in this video (7:09 minutes): Besides creating drop-data rules, other ways to minimize unwanted data include: -* If you want to drop [APM metric timeslice data](docs/data-apis/understand-data/metric-data/query-apm-metric-timeslice-data-nrql), you can use [metric normalization rules](/docs/new-relic-one/use-new-relic-one/ui-data/metric-normalization-rules), you can't drop metric timeslice data with drop rules. For more information about the difference between metric timeslice data and dimensional metrics see [this doc](/docs/data-apis/understand-data/new-relic-data-types/#timeslice-data). +* If you want to drop [APM metric timeslice data](/docs/data-apis/understand-data/metric-data/query-apm-metric-timeslice-data-nrql), you can use [metric normalization rules](/docs/new-relic-one/use-new-relic-one/ui-data/metric-normalization-rules). However, you can't drop metric timeslice data with drop rules. For more information on difference between metric timeslice data and dimensional metrics, refer [New Relic data types doc.](/docs/data-apis/understand-data/new-relic-data-types/#timeslice-data) * If you're reporting logs, you can [drop log data via the UI](/docs/logs/ui-data/drop-data-drop-filter-rules). * If you're using Prometheus remote write, see [Drop Prometheus remote write data](/docs/integrations/prometheus-integrations/install-configure/remote-write-drop-data/).