Skip to content

Commit

Permalink
Update creating-metric-rules-requirements-tips.mdx
Browse files Browse the repository at this point in the history
Update misleading limit information on E2M rules. Add link to rollup cardinality limits.
  • Loading branch information
jonahaapala committed Apr 20, 2022
1 parent edbd1f9 commit 85da95c
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ These limits affect metric rules creation:
</td>

<td>
50K limit on unique metric-name/attribute-value combinations for a single metric in a 24-hour time window.
50K limit on unique metric-name/attribute-value combinations for a single metric in a 30 second time window. Normal [cardinality limits on rollups](https://docs.newrelic.com/docs/data-apis/ingest-apis/metric-api/metric-api-limits-restricted-attributes/#requirements) will still apply.

If this limit is exceeded, the rule is disabled and an [`NrIntegrationError` event](/docs/telemetry-data-platform/manage-data/nrintegrationerror) is created in that account that includes:

Expand All @@ -165,19 +165,6 @@ These limits affect metric rules creation:
* A `newRelicFeature` attribute value of `eventToMetric`
</td>
</tr>

<tr>
<td>
Limits on metric name and attribute value combinations
</td>

<td>
The limit on total unique metric name/attribute value combinations in a 24-hour time window for an account is:

* Equal to three times the purchased monthly average data points per minute
* Up to a maximum of 10M
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 85da95c

Please sign in to comment.