Skip to content

Commit

Permalink
Merge pull request #7350 from pfraziernr/patch-3
Browse files Browse the repository at this point in the history
Changing limit wording for DPM and Cardinality
  • Loading branch information
zuluecho9 committed Apr 27, 2022
2 parents 1e0c271 + e165c36 commit a085d3d
Showing 1 changed file with 5 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 (for more detail, 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 (for more detail, 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 (for more detail, 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,7 @@ 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. The default limits for DPM and cardinality range from 3M for organizations on our free tier, up to 10.2M for some paying organizations. To understand your organization's limits, see the [Limits UI](/docs/data-apis/manage-data/view-system-limits). DPM and cardinality can be increased to 15M on request for paying organizations. 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/).

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

Expand Down

0 comments on commit a085d3d

Please sign in to comment.