Skip to content

Commit

Permalink
Changing limit wording for DPM and Cardinality
Browse files Browse the repository at this point in the history
  • Loading branch information
pfraziernr committed Apr 22, 2022
1 parent 7db9ae0 commit 68e5156
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,20 @@ The following default limits apply for all Metric data:
<tr>
<td>
Max data points per minute (DPM)

See [Additional account conditions](#additional-considerations).
</td>

<td>
1 million DPM
3-15 million DPM. See [Additional account conditions](#additional-considerations).
</td>
</tr>

<tr>
<td>
Max unique timeseries (cardinality) per account per day

See [Additional account conditions](#additional-considerations).
</td>

<td>
1 million
3-15 million. See [Additional account conditions](#additional-considerations).

A timeseries is a single, unique combination of a metric name and any attributes.
</td>
Expand All @@ -88,7 +84,7 @@ The following default limits apply for all Metric data:
</td>

<td>
100k
100k See [Additional account conditions](#additional-considerations).
</td>
</tr>

Expand Down Expand Up @@ -224,7 +220,7 @@ The following default limits apply only to data collected via the Prometheus Rem
</td>

<td>
1 million
1 - 15 million. See [Additional account conditions](#additional-considerations).

A timeseries is a single, unique combination of a metric name and any attributes. Timeseries received above this limit are dropped. This limit is enforced prior to and in addition to standard Metric limits.
</td>
Expand All @@ -234,7 +230,9 @@ The following default limits apply only to data collected via the Prometheus Rem

### Additional account conditions [#additional-considerations]

Metric API limits apply at the individual account level. Trial and paid accounts receive a 1M DPM and 1M cardinality limit for trial purposes, but you can request up to 15M DPM and 15M cardinality for your account. To request changes to your metric rate limits, contact your New Relic account representative, or visit our [Support portal](http://support.newrelic.com/).
Metric API limits apply at the individual account level. Based on account subscription level the default limits for DPM and cardinality range from 3M for our free tier, and up to 10.2M by on paid accounts. They can be increased to 15M on request for paid subscriptions. Max payloads per minute can be adjusted above 100k on a case by case basis. To request changes to your metric rate limits, contact your New Relic account representative, or visit our [Support portal](http://support.newrelic.com/).

This comment has been minimized.

Copy link
@pfraziernr

pfraziernr Apr 22, 2022

Author Contributor

delete word and?




## Rate limit violations [#rate-limit-violations]

Expand Down

0 comments on commit 68e5156

Please sign in to comment.