Skip to content

Commit 27f3143

Browse files
authored
Merge pull request #21485 from newrelic/metric-grouping-issues
Metric grouping issues
2 parents a271bc8 + c8d6d74 commit 27f3143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/new-relic-solutions/solve-common-issues/troubleshooting/metric-grouping-issues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If the problem persists, follow the procedures for your agent:
7474
</td>
7575

7676
<td>
77-
Review the information about [what causes metric grouping issues](#what).
77+
Review the information about [what causes metric grouping issues](#cause).
7878
</td>
7979
</tr>
8080

@@ -162,7 +162,7 @@ If the problem persists, follow the procedures for your agent:
162162

163163
You can also edit and create metric normalization rules in the UI. For more details, see [Metric normalization](/docs/new-relic-solutions/new-relic-one/ui-data/metric-normalization-rules).
164164

165-
## Cause
165+
## Cause [#cause]
166166

167167
Metric grouping issues occur when the granularity of metric names (most often web transaction names) is too fine, resulting in hundreds or thousands of different web transaction names for just a small number of code paths. A few major code paths may generate many different full URL paths to unique documents, articles, or page, etc., and if the unique element of the URL path is included in the transaction name, each of these common paths will have its own unique name.
168168

@@ -193,4 +193,4 @@ To monitor and improve your application performance, it's much more useful to kn
193193

194194
This grouping gives you a much better idea of how much time was spent viewing articles, and allows you to easily spot any performance problems related to viewing articles. If these statistics were spread across hundreds or thousands of transactions, detecting trends, regressions, or performance improvements would be extremely difficult.
195195

196-
Each APM agent has distinct ways of detecting controllers and frameworks. Most are automatic, but a few require you to enable or disable options in a [config file](/docs/agents/manage-apm-agents/configuration/configure-agent). You can also follow our recommendations to help [prevent metric grouping issues](#prevent) from occurring.
196+
Each APM agent has distinct ways of detecting controllers and frameworks. Most are automatic, but a few require you to enable or disable options in a [config file](/docs/agents/manage-apm-agents/configuration/configure-agent). You can also follow our recommendations to help prevent metric grouping issues from occurring.

0 commit comments

Comments
 (0)